Hi Massimo,

I thought you tried to build with Xcode. Since you didn't do so, you
can ignore "external framework" suggestion. Adding those path values
in your profile, IMO, shouldn't have any effect at all, because they
are examples.

I am not sure, but it may help; you may need to change cmake settings
for osgswig. You can run cmake again, and add your
frameworks/libraries into linker settings (namely, I think:
CMAKE_MODULE_LINKER_FLAGS and CMAKE_SHARED_LINKER_FLAGS). Try to add:
-losg -losgText and other libraries required by your application.

On Thu, Apr 16, 2009 at 3:10 PM, Massimo Di Stefano
<[email protected]> wrote:
>
> Ismail Pazarbasi wrote:
>> Hi Massimo,
>>
>> I am not on my Mac right now, but I can quickly suggest you to add
>> osg, osgText, osgIntrospection (and few more) frameworks to your
>> executable to get you started as quick as possible.
>
>
>
> I tried to build osg2.4 using cmake, without the xcode support, but the build 
> fails :-(  so i used xcode to build the 2.4 version.
>
> ... using cmake on the last trunk osg-2.9 the build succeded without errors, 
> actually i have installed osg-svn-trunk in /usr/local/osg  ... (it isn't in 
> my path, so it do not create interference )
>
> but ... my targhet is to have osgswig compiled (i need to use python) so now 
> i've the osg2.4 framework installed in /Library/Framework
> and all the osg executables are in my path.
>
> i added these line to my .bash_profile :
>
> http://www.geofemengineering.it/data/bash_profile.txt
>
>
> i tried to build again osgswig, but
> ... the build log is the same, obviously adding the executables to my path 
> don't produce modification in the build precess.
>
>
> Ismail Pazarbasi wrote:
>>
>> Adding frameworks could be done with an easy right-click->Add External
>> Framework, IIRC.
>
>
> Correct me if i'm wrong, but osgswig do not has any xcode project, so what 
> you means for " add external framework " ?
>
> ------------------
> Read this topic online here:
> http://forum.openscenegraph.org/viewtopic.php?p=10300#10300
>
>
>
>
>
> _______________________________________________
> 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