make slide_show on Linux x64 return: slide_show.cpp: In function ‘void init_lights()’: slide_show.cpp:136:5: error: ‘GLfloat’ was not declared in this scope slide_show.cpp:136:13: error: expected ‘;’ before ‘ambient’ slide_show.cpp:137:13: error: expected ‘;’ before ‘position’ slide_show.cpp:138:13: error: expected ‘;’ before ‘dir’ slide_show.cpp:139:15: error: ‘GL_LIGHT0’ was not declared in this scope slide_show.cpp:139:26: error: ‘GL_AMBIENT’ was not declared in this scope slide_show.cpp:139:38: error: ‘ambient’ was not declared in this scope slide_show.cpp:139:45: error: ‘glLightfv’ was not declared in this scope slide_show.cpp:140:26: error: ‘GL_POSITION’ was not declared in this scope slide_show.cpp:140:39: error: ‘position’ was not declared in this scope slide_show.cpp:141:26: error: ‘GL_SPOT_DIRECTION’ was not declared in this scope slide_show.cpp:141:45: error: ‘dir’ was not declared in this scope slide_show.cpp: In function ‘void set_viewpoint(double)’: slide_show.cpp:157:18: error: ‘GL_MODELVIEW’ was not declared in this scope slide_show.cpp:157:30: error: ‘glMatrixMode’ was not declared in this scope slide_show.cpp:158:20: error: ‘glLoadIdentity’ was not declared in this scope slide_show.cpp:163:5: error: ‘gluLookAt’ was not declared in this scope slide_show.cpp:164:37: error: ‘glRotated’ was not declared in this scope slide_show.cpp: In function ‘void init_camera(double)’: slide_show.cpp:169:18: error: ‘GL_PROJECTION’ was not declared in this scope slide_show.cpp:169:31: error: ‘glMatrixMode’ was not declared in this scope slide_show.cpp:170:20: error: ‘glLoadIdentity’ was not declared in this scope slide_show.cpp:176:5: error: ‘gluPerspective’ was not declared in this scope slide_show.cpp: In function ‘void app_graphics_render(int, int, double)’: slide_show.cpp:193:13: error: ‘GL_COLOR_BUFFER_BIT’ was not declared in this scope slide_show.cpp:193:35: error: ‘GL_DEPTH_BUFFER_BIT’ was not declared in this scope slide_show.cpp:193:54: error: ‘glClear’ was not declared in this scope slide_show.cpp: At global scope: slide_show.cpp:180:6: warning: unused parameter ‘xs’ [-Wunused-parameter] slide_show.cpp:180:6: warning: unused parameter ‘ys’ [-Wunused-parameter] slide_show.cpp:180:6: warning: unused parameter ‘time_of_day’ [-Wunused-parameter] slide_show.cpp: In function ‘void app_graphics_resize(int, int)’: slide_show.cpp:209:26: error: ‘glViewport’ was not declared in this scope slide_show.cpp: At global scope: slide_show.cpp:215:6: warning: unused parameter ‘x’ [-Wunused-parameter] slide_show.cpp:215:6: warning: unused parameter ‘y’ [-Wunused-parameter] slide_show.cpp:215:6: warning: unused parameter ‘left’ [-Wunused-parameter] slide_show.cpp:215:6: warning: unused parameter ‘middle’ [-Wunused-parameter] slide_show.cpp:215:6: warning: unused parameter ‘right’ [-Wunused-parameter] slide_show.cpp:219:6: warning: unused parameter ‘x’ [-Wunused-parameter] slide_show.cpp:219:6: warning: unused parameter ‘y’ [-Wunused-parameter] slide_show.cpp:219:6: warning: unused parameter ‘which’ [-Wunused-parameter] slide_show.cpp:219:6: warning: unused parameter ‘is_down’ [-Wunused-parameter] slide_show.cpp: In function ‘void app_graphics_init()’: slide_show.cpp:227:40: error: ‘glClearColor’ was not declared in this scope slide_show.cpp: At global scope: slide_show.cpp:168:13: warning: ‘void init_camera(double)’ defined but not used [-Wunused-function] make: *** [slide_show.o] Error 1
What should I change? I have installed the X server (and package freeglut3-dev). 2012/11/12 Coss, David <[email protected]> > I was waiting for you send an email. I lost your email address. > > The boinc repo has source code for the slide show screen saver. It's with > the example_app. Run "make slide_show". > > > > -----Original Message----- > From: [email protected] [mailto: > [email protected]] On Behalf Of Lukasz Swierczewski > Sent: Monday, November 12, 2012 2:36 PM > To: [email protected] > Subject: [boinc_dev] BOINC libs for Windows. . > > Could someone share the BOINC libraries for Windows? I need *.a files > (libboinc.a, libboinc_api.a, libboinc_opencl.a) > > > -- > Best Regards > Lukasz Swierczewski > > Tel: (+48) 664 297 198 > Site: goldbach.pl/~lswierczewski > Email: [email protected] > _______________________________________________ > boinc_dev mailing list > [email protected] > http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev > To unsubscribe, visit the above URL and > (near bottom of page) enter your email address. > > > Email Disclaimer: www.stjude.org/emaildisclaimer > Consultation Disclaimer: www.stjude.org/consultationdisclaimer > > -- Best Regards Lukasz Swierczewski Tel: (+48) 664 297 198 Site: goldbach.pl/~lswierczewski Email: [email protected] _______________________________________________ boinc_dev mailing list [email protected] http://lists.ssl.berkeley.edu/mailman/listinfo/boinc_dev To unsubscribe, visit the above URL and (near bottom of page) enter your email address.
