Hi Anton, sorry for that.
I think it should help if you go to py/SConscript and modify this line:
- env.SharedLibrary('_customConverters',['wrapper/customConverters.cpp'],SHLIBPREFIX='',LIBS=env['LIBS']+linkPlugins(['Dispatching']))
+ env.SharedLibrary('_customConverters',['wrapper/customConverters.cpp'],SHLIBPREFIX='',LIBS=env['LIBS']+linkPlugins(['Dispatching']+(['OpenGLRenderer','GLDrawFunctor'] if 'opengl' in env['features'] else [])))
I am sorry to not do it myself now, as the whole trunk here is messy...
Cheers, vaclav
_______________________________________________
Mailing list: https://launchpad.net/~yade-pkg
Post to : yade-pkg@xxxxxxxxxxxxxxxxxxx
Unsubscribe : https://launchpad.net/~yade-pkg
More help : https://help.launchpad.net/ListHelp