Hello Robert;

I have found the error, and after correcting it, I now have OSG 2.4 configured 
and built on a Solaris 10 machine, after making a few edits in the socket 
plugins.  The problem stemmed from the fact that there were a few linux 
wxWidgets binaries in my path, which were causing the configure to fail.  I 
removed them from the path, and re-configured.

I am using cmake 2.6, patch 0 on the Solaris machine with no issues.  OSG 
configured fine.

After the configure had generated the makefiles, I had a few problems in the 
source code for the net plugins.

I had to edit src/osgPlugins/net/sockinet.cpp and 
src/osgPlugins/net/sockstream.cpp to go around the #define that was renaming 
socklen_t to int.

After the edits were made, I tried a build, and now have OSG 2.4 up and running 
on a Solaris 10 Sparc machine.

Thanks to Jean-Sebastien and yourself for all of the help.

Lenny

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Robert Osfield
Sent: Monday, July 14, 2008 4:01 PM
To: OpenSceneGraph Users
Subject: Re: [osg-users] Configure error on Sun Solaris machine

HI Leonard,

Could you try the SVN or 2.5.4 developer version of the OSG 2.4 and before 
doesn't work with CMake 2.6 due to small incompatibilities between the 2.4.x 
and 2.6 releases and the OSG's previous CMake files.

Robert.

On Mon, Jul 14, 2008 at 5:29 PM, Smith, Leonard C <[EMAIL PROTECTED]> wrote:
> Dear Jean-Sebastien;
>
> I myself haven't seen this error when building on Linux.  I am using Cmake 
> version 2.6 on a Sun box.  I will look into the CMakeModules directory, and 
> see if this helps, thank you.
>
> I agree that it would be very helpful if Cmake were a little more verbose 
> while processing.  I have worked a lot with gmake and GNUmakefiles over the 
> years, and have on occasion found gmake -dnp to be the only way to diagnose a 
> problem.
>
> Thank you again for your help,
> Lenny Smith
>
> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of 
> Jean-Sébastien Guay
> Sent: Monday, July 14, 2008 11:13 AM
> To: OpenSceneGraph Users
> Subject: Re: [osg-users] Configure error on Sun Solaris machine
>
> Hello Leonard,
>
>> There is no FOREACH statement in my CMakeLists.txt file.  Where does 
>> this error come from?
>
> I do not use Solaris, so I can only suggest a few paths for you to 
> investigate. First of all, what version of CMake are you using?
>
> The FOREACH statements are probably coming from the files included from the 
> CMakeModules subdirectory. As to where the erroneous FOREACH statement is 
> coming from, it would be useful if CMake would tell you which macro or 
> function it was processing when it got the error... In any case, I haven't 
> seen that error when generating build files for OSG (neither on Windows nor 
> on Linux) which is why I suspect it's a CMake version problem.
>
> Hope this helps,
>
> J-S
> --
> ______________________________________________________
> Jean-Sebastien Guay    [EMAIL PROTECTED]
>                                http://www.cm-labs.com/
>                         http://whitestar02.webhop.org/ 
> _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.
> org _______________________________________________
> osg-users mailing list
> [email protected]
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.
> org
>
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
_______________________________________________
osg-users mailing list
[email protected]
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to