THX 4 the interest in my troubles. 

finally i've found the problem: during the compile&link phase of OSG i
am missing some header files:

In file included from
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindow.h:47,
                 from
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindow.cpp:48:
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindowBase.h:69:25:
 OSGXWindow.h: No such file or directory
In file included from
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindowBase.h:74,
                 from
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindow.h:47,
                 from
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindow.cpp:48:
/home/enrico/stuff/OpenSG-cvs/29_06_04/OpenSG/Source/Contrib/WindowFOX/OSGFOXWindowFields.h:66:31:
 OSGXWindowFields.h: No such file or directory

So the problem is that the Makefile doesn't find OSGXWindow.h and
OSGXWindowFields.h in the Source/WindowSystem/X/ directory. I am trying
to force that as an include directory, but sofar i am not getting anyway
near to building this Contrib.

any string  to pass to my configure script? As for now i am passing
this:

./configure --with-fox --with-add-incdir=/usr/local/include/fox 
--with-qt=/usr/lib/qt-3.1/ --prefix=/usr/local/enrico_with_fox

thx again,
E.


Il lun, 2004-09-13 alle 14:11, Carsten Neumann (D. Stricker) ha scritto:
>       Hi,
> 
> Enrico Borrione wrote:
> > of course i did!
> > and re made all.
> 
> ok, sorry, no offence. It was just the first thing that came to my mind 
> when you said you could not locate the libOSGContrib. The second thing 
> is that locate uses a database that will only show you the file if its 
> inside the database. Unless you know the db was up-to-date, could you 
> try using find / -name "libOSGContrib*" ? If the lib does not show up 
> then, it probably failed to build.
> 
> > now i tried to add the --with-include-dir=/usr/local/include/fox string.
> > 
> 
> Ok, if this does not help, could you please send the build log of your 
> own app/lib (preferably compressed).
> 
>       Thanks,
>               Carsten
> 
> 
> -------------------------------------------------------
> This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
> Project Admins to receive an Apple iPod Mini FREE for your judgement on
> who ports your project to Linux PPC the best. Sponsored by IBM. 
> Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
> _______________________________________________
> Opensg-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/opensg-users



-------------------------------------------------------
This SF.Net email is sponsored by: YOU BE THE JUDGE. Be one of 170
Project Admins to receive an Apple iPod Mini FREE for your judgement on
who ports your project to Linux PPC the best. Sponsored by IBM. 
Deadline: Sept. 13. Go here: http://sf.net/ppc_contest.php
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users

Reply via email to