Yeah gods, I knew it had to be sooo obvious ....

objidl.h reads something like :
typedef enum tagDATADIR {
        DATADIR_GET=1,
        DATADIR_SET
} DATADIR;


I looked at it ten times at least without seeing that I redefine DATADIR
with -DDATADIR="blubb" in my compiler options.

... silly me ....

Thank you _very much_ much, you saved my day ;)


imm wrote:

> On 14 Apr 2007, at 11:34, Michael Meier wrote:
> 
>>                  from mchess.cpp:23:
>> /opt/cross/lib/gcc/i386-mingw32msvc/3.4.5/../../../../i386-
>> mingw32msvc/include/objidl.h:95:
>> error: expected unqualified-id before '/' token
> 
> No idea - what is at line 95 of objidl.h?
> Do you have other variables or macros defined in your code that would
> collide with that in some way?
> Maybe just that you have defined some macro or suchlike that breaks
> the win32 headers - I've had that happen to me before now!

_______________________________________________
fltk mailing list
[EMAIL PROTECTED]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to