#4171 closed defect (invalid)
TINSEL: ‘ADGF_NO_FLAGS’ is not a member of ‘Common’
Reported by: | SF/abevi | Owned by: | lordhoto |
---|---|---|---|
Priority: | normal | Component: | Engine: Tinsel |
Version: | Keywords: | build | |
Cc: | Game: |
Description
The following error is thrown on compilation from the source checked out from subversion (latest head version is 38389):
engines/tinsel/detection.cpp:334: error: ‘ADGF_NO_FLAGS’ is not a member of ‘Common’
Steps to reproduce:
make distclean ./configure --enable-tinsel make
Ubuntu Desktop 8.04 (x86) gcc version 4.3.2 (Ubuntu 4.3.2-1ubuntu12)
Ticket imported from: #2607413. Ticket imported from: bugs/4171.
Change History (6)
comment:1 by , 16 years ago
comment:2 by , 16 years ago
Lines 323->340:
{ // US Discworld 2 release { "dw2", "CD", { {"dw2.scn", 0, "c6d15ce9720a9d8fef06e6582dcf3f34", 103593}, {"english1.smp", 0, "cf8ceaee28e53850792e35fc86263bb5", 105358318}, {NULL, 0, NULL, 0} }, Common::EN_ANY, Common::kPlatformPC, Common::ADGF_NO_FLAGS }, GID_DW2, 0, GF_CD | GF_SCNFILES, TINSEL_V2, },
comment:3 by , 16 years ago
Please ignore this. I removed detection.cpp and did an svn up and the line no longer shows ADGF_NO_FLAGS being associated with the Common namespace ...... weird.
comment:5 by , 16 years ago
Owner: | set to |
---|---|
Resolution: | → invalid |
Status: | new → closed |
comment:6 by , 6 years ago
Component: | → Engine: Tinsel |
---|
I find that one rather strange for me line 334 of that file is: ADGF_NO_FLAGS thus it does not try to access Common:: here, could you please check what your line looks like?