yade-pkg team mailing list archive
-
yade-pkg team
-
Mailing list archive
-
Message #00012
Re: r2478 packaging problem
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
Follow ups
References