I can't have JOGL built...
Posted by tiofred on
URL: https://forum.jogamp.org/I-can-t-have-JOGL-built-tp2922983.html
Hello all.
I'm trying to build JOGL in order tu use jreality.
I've installed ant, got jogl and gluegen from git.
I've built gluegen with success, and when I try to build jogl :
c.build.nativewindow.awt:
[echo] Output lib name = nativewindow_awt
[echo] c.compiler.use-jawt true
[echo] nativewindow_awt.useLibJAWT true
[echo] Compiling nativewindow_awt
[cc] 4 total files to be compiled.
[cc] cc1.exe: attention : l'option de la ligne de commande "-fno-rtti" es
t valide pour C++/ObjC++ mais pas pour C
[cc] cc1.exe: attention : l'option de la ligne de commande "-fno-rtti" es
t valide pour C++/ObjC++ mais pas pour C
[cc] cc1.exe: attention : l'option de la ligne de commande "-fno-rtti" es
t valide pour C++/ObjC++ mais pas pour C
[cc] cc1.exe: attention : l'option de la ligne de commande "-fno-rtti" es
t valide pour C++/ObjC++ mais pas pour C
[cc] Starting link
[cc] ..\..\..\..\..\Program Files\Java\jdk1.6.0_22\jre\bin/jawt.dll: file
not recognized: File format not recognized
[cc] collect2: ld a retournÚ 1 code d'Útat d'exÚcution
BUILD FAILED
C:\workspace\jogl\make\build.xml:63: The following error occurred while executin
g this line:
C:\workspace\jogl\make\build-nativewindow.xml:643: The following error occurred
while executing this line:
C:\workspace\jogl\make\build-nativewindow.xml:574: gcc failed with return code 1
Any clue ?
Thanks in advance