On 11/17/11 07:48, MacArthur, Ian (SELEX GALILEO, UK) wrote:
>> However when i try to compile my project, which just shows a 
>> window with a button,  i get this error:
>>
>> path..\myproject\headers\fl\math.h(31): fatal error C1083: Datei (Include)
>> kann nicht geƶffnet werden: "/usr/include/math.h": No such file or directory

        Show your compile line from the build log.
        It's probably a /I flag pointing to "path..\myproject\headers\fl"
        when instead it should be "..\myproject\headers" (without the \fl).

        Any #include's for FLTK stuff should be '#include <FL\bla.H>',
        which is why you don't need (or want) the trailing \fl when
        telling the compiler where to find fltk's include headers.
_______________________________________________
fltk mailing list
[email protected]
http://lists.easysw.com/mailman/listinfo/fltk

Reply via email to