RE: [Plib-users] sl.h and ul.h in cygwin
Brought to you by:
sjbaker
From: Norman V. <nh...@ca...> - 2001-05-23 11:33:57
|
You need to add -DWIN32 or -mwin32 to your programs compiler FLAGS < cygwin does not do this aytomatically like the other windows compilers in that it might be building an X program> This should be done automagically for you by the configure script when building the library and / or the demos Norman -----Original Message----- From: pli...@li... [mailto:pli...@li...]On Behalf Of Claude Eckel Sent: Tuesday, May 22, 2001 1:26 PM To: pli...@li... Subject: [Plib-users] sl.h and ul.h in cygwin I just compiled PLIB1.3.1 with cygwin. everything worked fine. But then I wanted to compile a game by me and i got the following errors: In file included from........ul.h:61: GL/glx: No such file or directory In file included from........sl.h:20: #error "Port me !" |