|
From: doug s. <hig...@ho...> - 2013-05-27 14:07:19
|
->>> It reports my opengl is 1.5.8 (not enough for GLES2 I gather, which IIRC is about 2.1 or 2.2) >>>>When I run: >>>>freewrl -R >>>>I get: >>>>freewrl: symbol lookup error: freewrl: undefined symbol: fwl_set_modeRecord >>>>That function is one I added recently, and it's working on win32. >>>>Mainloop.c L.3649 >>>>libFreeWRL.h L.244 >>>>options.c L.414 >>>>Any hypotheses? >>>>-Doug >> Probably the new header or source file(s) needs to be added to the >> Makefile.sources in /src/lib >> > I can run it fine from the recent trunk... Interesting, so H: I'm somehow using an older libfreewrl.so? I'll look into that. |