[sldev] CMake preview available - please try it out!

Robin Cornelius robin.cornelius at gmail.com
Thu Jan 31 04:15:58 PST 2008


On Jan 31, 2008 9:51 AM, Robin Cornelius <robin.cornelius at gmail.com> wrote:
> Bryan O'Sullivan wrote:
> > Now that Soft has made a public SVN branch of our CMake tree available,
> > it's time to follow up with some details.  There should be buildable
> > bits in the SVN tree within the next few minutes.
> >
> > Please give things a try!
> >
> >

Ok i continue.....

running via cmake.py there does not seem to be a way to use openjpeg,
in fact setting STANDALONE:BOOL=TRUE does not pull in openjpeg unless
you also specify:-

-DOPENJPEG_LIBRARY:STRING='/usr/lib/libopenjpeg.so'
-DOPENJPEG_INCLUDE_DIR:STRING='/usr/include/'

when running cmake directly eg not via cmake.py.

This has resulted in a compiled and linked executable, now i just need
to find a way to stop automatic packaging of the viewer into a
tarball. Which BTW failed, i will try to grab the python backtrace
next time.

Is there an easy way to disable this? I just want all the files left
*alone* as per the scons options RELEASE/RELEASENOOPT, i will
packaging them using the debian tools. Really I am after the
executable to contain debugging information (symbols anyway) but not
as much as a full DEBUG build so i can strip out symbols for the -dbg
packages as before under scons. I will dig in myself but if someone
knows the way thats helpful.


Robin


More information about the SLDev mailing list