hi, i am trying to start a new OpenSG program, and i am still setting up my kdevelop files... My app should use some different libraries, so i updeted the includes, thou i must have omitted something fundamental cause now everytime i try to build my project i get an error like:
g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/OpenEXR -O0 -c -o 10loading.o `test -f 10loading.cpp || echo './'`10loading.cpp 10loading.cpp: In function `int main(int, char**)': 10loading.cpp:99: `GLUTWindowPtr' undeclared (first use this function) 10loading.cpp:99: (Each undeclared identifier is reported only once for each function it appears in.) 10loading.cpp:99: parse error before `=' token 10loading.cpp:100: `gwin' undeclared (first use this function) gmake[2]: *** [10loading.o] Error 1 gmake[2]: Leaving directory `/home/enrico/exrstuff/exr_opensg_gi/exr_opensg_gi/exr_opensg_gi' gmake[1]: Leaving directory `/home/enrico/exrstuff/exr_opensg_gi/exr_opensg_gi' gmake[1]: *** [all-recursive] Error 1 gmake: *** [all] Error 2 *** errori/e *** how can i overcome this trouble? Nothing too serious i guess, but i am really a novice in Makefile writing... ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
