Thanks Alberto, fix merged and submitted to svn/trunk and OSG-3.2 branch. On 20 November 2014 17:48, Alberto Luaces <[email protected]> wrote:
> Hi, > > the current code uses the preprocessor for generating the plugin path in > a way that when CMAKE_INSTALL_PREFIX contains something along the lines > of > > /usr/x86_64-linux-gnu/ > > it gets substituted as > > /usr/x86_64-1-gnu/ > > that is, the string is preprocessed again, thereby making changes to > anything that matches any defined symbol, as "linux" in this example > (https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=763816). > > Quoting that path directly in CMake scripts solves that problem. > > Thanks, > > > > -- > Alberto > > _______________________________________________ > osg-submissions mailing list > [email protected] > > http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org > >
_______________________________________________ osg-submissions mailing list [email protected] http://lists.openscenegraph.org/listinfo.cgi/osg-submissions-openscenegraph.org
