I still can not create packages. The problem, seems, is the same. On 13.10.2010 15:08, Vaclav Smilauer wrote:
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 : [email protected] Unsubscribe : https://launchpad.net/~yade-pkg More help : https://help.launchpad.net/ListHelp
_______________________________________________ Mailing list: https://launchpad.net/~yade-pkg Post to : [email protected] Unsubscribe : https://launchpad.net/~yade-pkg More help : https://help.launchpad.net/ListHelp

