Hello Daniel,

daniel trindade wrote:
> Hi, i'm building OpenSG 2.0 on windows. When i run cmake, it gives the 
> following error:
> 
> CMake Error at CMakeLists.txt:1071 (string):
> 
> string sub-command REGEX, mode REPLACE needs at least 6 arguments total to
> 
> command.
> 
> Call Stack (most recent call first):
> 
> CMakeLists.txt:1081 (TODAY)
> 
> 
> If i comment line 1081, it works. I'm using cmake 2.9, but i have tested 
> this on versions 2.8 and 2.6 too.

ok, thanks for testing it on different cmake versions.
My guess would be that one of the arguments is an empty variable (i.e. 
it has value "").
It may be sufficient to put quotes around the last (two?) argument(s), 
but I'm not set up to test that right now, sorry.

        Cheers,
                Carsten

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Opensg-users mailing list
Opensg-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to