OpenSG

OpenSG - C++ - Programmation

Marsh Posté le 08-02-2004 à 17:12:54    

Bonjour,
Quelqu'un a reussi a le faire marcher sur sa machine avec visual studio 6 ou sous linux?
Parce que moi je l'installe masi je n'arrive pas a compiler les tutos :( j'ai des erreurs dans tous les sens :(
 
merci

Reply

Marsh Posté le 08-02-2004 à 17:12:54   

Reply

Marsh Posté le 08-02-2004 à 17:28:23    

AsTro a écrit :

Bonjour,
Quelqu'un a reussi a le faire marcher sur sa machine avec visual studio 6 ou sous linux?
Parce que moi je l'installe masi je n'arrive pas a compiler les tutos :( j'ai des erreurs dans tous les sens :(
 
merci

Ben faudrait peut etre avoir une version qui compile vraiment le C++ (ie version 7.1 ou 7.0 a la rigueur).
A+,


---------------
There's more than what can be linked! --  Le capitaine qui ne veut pas obéir à la carte finira par obéir aux récifs. -- No jab ? No job ! -- (╯°□°)╯︵ ┻━┻
Reply

Marsh Posté le 08-02-2004 à 18:00:06    

gilou a écrit :

Ben faudrait peut etre avoir une version qui compile vraiment le C++ (ie version 7.1 ou 7.0 a la rigueur).
A+,


 
Sur leur site ils disent que ca marche avec visual studio 6.
Mais j'arrive meme pas a le faire marcher sous linux :(
J'en ai hyper besoin en plus.

Reply

Marsh Posté le 08-02-2004 à 18:00:42    

ben donne les erreurs parce que la...

Reply

Marsh Posté le 08-02-2004 à 18:51:54    

souslinux j'ai ce genre de truc:
/usr/bin/ld: ne peut trouver -lOSGWindowGLUT
 
je suis sous debian donc je pars des sources que je compile.

Reply

Marsh Posté le 08-02-2004 à 19:20:20    

AsTro a écrit :

souslinux j'ai ce genre de truc:
/usr/bin/ld: ne peut trouver -lOSGWindowGLUT
 
je suis sous debian donc je pars des sources que je compile.


 
fait man gcc et resnseigne toi sur les options -L et -l


---------------
From now on, you will speak only when spoken to, and the first and last words out of your filthy sewers will be "Sir!"
Reply

Marsh Posté le 08-02-2004 à 21:38:48    

En fait quand je fais le make de OpenSG j'ai l'erreur suivante:


/usr/bin/ld: édition de lien finale en échec: Mémoire épuisée
collect2: ld returned 1 exit status
make[3]: *** [lib-dbg/libOSGSystem.so] Erreur 1
make[3]: La cible `dbg' n'a pas pu être refabriquée à cause d'erreurs.


 
Apres j'ai d'autre erreurs masi je pense que se serait trop long de tout faire apparaitre ici.
il me faut plus de memoire quoi :(


Message édité par AsTro le 08-02-2004 à 21:53:46
Reply

Marsh Posté le 08-02-2004 à 22:07:08    

voila tous les messages d'erreur :
 


/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:43: Detected DBG
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:59: Detected Shared Lib
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:43: Detected DBG
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:59: Detected Shared Lib
/usr/bin/ld: édition de lien finale en échec: Mémoire épuisée
collect2: ld returned 1 exit status
make[3]: *** [lib-dbg/libOSGSystem.so] Erreur 1
make[3]: La cible `dbg' n'a pas pu être refabriquée à cause d'erreurs.
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:43: Detected DBG
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:59: Detected Shared Lib
make[3]: *** Pas de règle pour fabriquer la cible `/home/astro/download/OpenSG-1.2.0/Builds/i686-pc-linux-gnu-g++/SystemLib/lib-dbg/libOSGSystem.so', nécessaire pour `SubLib'.
make[3]: La cible `dbg' n'a pas pu être refabriquée à cause d'erreurs.
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:43: Detected DBG
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:59: Detected Shared Lib
make[3]: *** Pas de règle pour fabriquer la cible `/home/astro/download/OpenSG-1.2.0/Builds/i686-pc-linux-gnu-g++/WindowXLib/lib-dbg/libOSGWindowX.so', nécessaire pour `SubLib'.
make[3]: *** Pas de règle pour fabriquer la cible `/home/astro/download/OpenSG-1.2.0/Builds/i686-pc-linux-gnu-g++/SystemLib/lib-dbg/libOSGSystem.so', nécessaire pour `SubLib'.
In file included from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLManagedWidget_qt.h:49,
                 from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLManagedWidget_qt.cpp:50:
/home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLWidget_qt.h:62: qgl.h: No such file or directory
make[3]: *** [obj-dbg/OSGQGLManagedWidget_qt.o] Erreur 1
In file included from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLWidget_qt.cpp:50:
/home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLWidget_qt.h:62: qgl.h: No such file or directory
make[3]: *** [obj-dbg/OSGQGLWidget_qt.o] Erreur 1
In file included from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindowDataFields.h:56,
                 from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindowBase.h:66,
                 from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindowBase.cpp:61:
/home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLWidget_qt.h:62: qgl.h: No such file or directory
make[3]: *** [obj-dbg/OSGQTWindowBase.o] Erreur 1
In file included from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindowDataFields.h:56,
                 from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindowBase.h:66,
                 from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindow.h:47,
                 from /home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQTWindow.cpp:50:
/home/astro/download/OpenSG-1.2.0/Source/WindowSystem/QT/OSGQGLWidget_qt.h:62: qgl.h: No such file or directory
make[3]: *** [obj-dbg/OSGQTWindow.o] Erreur 1
make[3]: La cible `dbg' n'a pas pu être refabriquée à cause d'erreurs.
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:43: Detected DBG
/home/astro/download/OpenSG-1.2.0/Common/commonBuildDetect.mk:59: Detected Shared Lib
make[3]: *** Pas de règle pour fabriquer la cible `/home/astro/download/OpenSG-1.2.0/Builds/i686-pc-linux-gnu-g++/SystemLib/lib-dbg/libOSGSystem.so', nécessaire pour `SubLib'.
make[3]: La cible `dbg' n'a pas pu être refabriquée à cause d'erreurs.

Reply

Sujets relatifs:

Leave a Replay

Make sure you enter the(*)required information where indicate.HTML code is not allowed