Hi,
I'd restarted the whole process from scratch but encountered make errors this
time. ("Target `dbg' not remade because of errors.")
The configure params are "./configure --prefix=/share/apps/Viz/OpenSG
--enable-glut --enable-jpg --enable-png --enable-tif --enable-gif --enable-text
--enable-compiler-path --enable-pthread-elf-tls --enable-opt-drawtree
--with-libarch=64 --enable-imf --enable-mng " (as per your suggestion)
Please see the attached "config_log.txt" for the configure script's output.
Many thanks!
________________________________________
From: [EMAIL PROTECTED] [EMAIL PROTECTED] On Behalf Of Gerrit Voss [EMAIL
PROTECTED]
Sent: Wednesday, August 13, 2008 4:25 PM
To: [email protected]
Subject: Re: [Opensg-users] HELP - makefile for tutorial samples doesn't
work!
Hi,
On Wed, 2008-08-13 at 15:56 +0800, Eng Yuit Fun, Melvin wrote:
> Hi,
>
> I'm following the procedures highlighted in "INSTALL", which is "configure"
> followed by "make".
> I'd originally tried "./configure" which left out the GLUT libs, then I did
> as you suggested, but got the following errors:
> "/usr/bin/ld: skipping incompatible /usr/X11R6/lib/libGLU.so when searching
> for -lGLU
> /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libGLU.a when searching for
> -lGLU
> /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXmu.so when searching
> for -lXmu
> /usr/bin/ld: skipping incompatible /usr/X11R6/lib/libXmu.a when searching for
> -lXmu
> /usr/bin/ld: cannot find -lXmu"
> I'm now a little confused as to why there should be 32/64-bit incompatibility
> with the system libs(which should be 64-bit)
the system libs are split /usr/.../lib is for 32 bit and /usr/.../lib64
is for the 64 bit. So the messages are ok as the linker tries to pull
the libs from the 32 bit directory (/usr/X11R6/lib). The question is
why, as /usr/X11R6/lib is not one of the default locations the compiler
would look into so it must come through the command line.
Could you send me the output of the configure run (including the
parameters used). And the file that is listed the following way:
ll Common/common.*.mk
kind regards,
gerrit
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users
IHPC has moved to Fusionopolis with effect from 21st July 2008. There is no
change to our email or telephone numbers.
Our new address is :
Institute of High Performance Computing,
1 Fusionopolis Way, #16-16 Connexis,
Singapore 138632
This email is confidential and may be privileged. If you are not the intended
recipient, please delete it and notify us immediately. Please do not copy or
use it for any purpose, or disclose its contents to any other person. Thank you.
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking build system type... x86_64-unknown-linux-gnu
selected compiler g++ for system linux-gnu
checking site config conf.x86_64-unknown-linux-gnu-g++.in... yes
checking whether the C compiler ( ) works... checking for g++... /usr/bin/g++
yes
checking whether the C compiler (/usr/bin/g++ ) is a cross-compiler... no
checking for g++... /usr/bin/g++
checking whether the C++ compiler (/usr/bin/g++ ) works... yes
checking whether the C++ compiler (/usr/bin/g++ ) is a cross-compiler... no
checking whether we are using GNU C++... yes
checking whether /usr/bin/g++ accepts -g... yes
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for executable suffix... no
checking for object suffix... o
checking lib suffix... .a
checking shared object suffix... .so
checking shared object praefix... lib
x86_64-unknown-linux-gnu g++
no
checking project config common.project.in... yes
checking package config common.libs.in... yes
checking additional package configs... Source/System/NodeCores/Drawables/Nurbs
Source/System/FileIO/DXF Source/System/FileIO/SLP Source/System/FileIO/OFF
Source/System/FileIO/STL Source/System/FileIO/WRL Source/System/FileIO/OBJ
Source/System/FileIO/RAW Source/System/FileIO/BIN Source/System/FileIO/3DS
Source/System/FileIO/OSG Source/Experimental/ShadowViewport
Source/Experimental/Text Source/Experimental/QTWidgets
Source/Experimental/NativeFileIO Source/Experimental/Gerrit/System
Source/Experimental/Gerrit/Shader Source/Experimental/Gerrit/Base
Source/Experimental/Gerrit/VRMLLoader Source/Experimental/Gerrit/MultiThreading
Source/Experimental/Manipulators Source/Experimental/WebInterface
Source/Experimental/SHL Source/Experimental/ShadowMapViewport
Source/Experimental/NewAction
Abs Path
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Common/common.x86_64-unknown-linux-gnu-g++.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonSTL.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonSTL.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonCARBON.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonCOCOA.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonCOREGL.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonGLUT.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonQT.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonQT4.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonTIF.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonJPG.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonJASPER.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonPNG.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonIMF.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonMNG.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
SEPIA was called!
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonSEPIA.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonGIF.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonGL.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonFREETYPE1.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/commonTEXT.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating
/home/engyf/Desktop/OpenSG-1.8-src/Builds/x86_64-unknown-linux-gnu-g++/CommonPackages/osg-config
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
resolving Base
from :GL
to : GL
resolving System
from :@Base@ GL FREETYPE1
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
GL FREETYPE1
resolving WindowX
from :@Base@ @System@ GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors GL
resolving WindowWIN32
from :@Base@ @System@ GLUT GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors GLUT GL
resolving WindowCarbon
from :@Base@ @System@ GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors GL
resolving WindowCocoa
from :@Base@ @System@ GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors GL
resolving WindowCoreGL
from :@Base@ @System@ GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors GL
resolving WindowQT
from :@Base@ @System@ WindowSystem/X QT GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors WindowSystem/X QT GL
resolving WindowQT4
from :@Base@ @System@ WindowSystem/X QT4 GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors WindowSystem/X QT4 GL
resolving WindowGLUT
from :@Base@ @System@ GLUT GL
to : Base/Base Base/Field Base/Functors Base/StringConversion
Base/Network/Base Base/Network/Socket Base/Xml Base/OSHelpers/[EMAIL PROTECTED]
System/Action System/Action/DrawAction System/Action/RenderAction
System/Action/IntersectAction System/FieldContainer System/FieldContainer/Impl
System/Image System/FileIO/Base System/Material System/NodeCores/Groups/Base
System/NodeCores/Groups/Misc System/NodeCores/Groups/Light
System/NodeCores/Drawables/Base System/NodeCores/Drawables/Geometry
System/NodeCores/Drawables/Particles System/NodeCores/Drawables/Misc
System/NodeCores/Drawables/VolRen System/RenderingBackend System/State
System/Window System/FileIO/ScanParseSkel System/Statistics System/Cluster/Base
System/Cluster/Server System/Cluster/Window/Base
System/Cluster/Window/MultiDisplay System/Cluster/Window/SortFirst
System/Cluster/Window/SortLast System/Cluster/Window/BalancedMultiWindow
System/GraphOp System/Text System/NodeCores/Drawables/Nurbs
System/NodeCores/Drawables/Nurbs/Internal System/FileIO/DXF System/FileIO/SLP
System/FileIO/OFF System/FileIO/STL System/FileIO/WRL System/FileIO/OBJ
System/FileIO/RAW System/FileIO/BIN System/FileIO/3DS System/FileIO/OSG
Experimental/ShadowViewport Experimental/Text Experimental/NativeFileIO
Experimental/Manipulators Experimental/WebInterface Experimental/SHL
Experimental/ShadowMapViewport Experimental/NewAction
Experimental/NewAction/Actors GLUT GL
configuring package Base
creating ./config.status
creating Builds/x86_64-unknown-linux-gnu-g++/BaseLib/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/BaseTest/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/BaseLib/common.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
configuring package System
creating ./config.status
creating Builds/x86_64-unknown-linux-gnu-g++/SystemLib/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/SystemTest/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/SystemLib/common.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
configuring package WindowX
creating ./config.status
creating Builds/x86_64-unknown-linux-gnu-g++/WindowXLib/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/WindowXTest/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/WindowXLib/common.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
configuring package WindowWIN32
Skipping WindowWIN32
configuring package WindowCarbon
Skipping WindowCarbon
configuring package WindowCocoa
Skipping WindowCocoa
configuring package WindowCoreGL
Skipping WindowCoreGL
configuring package WindowQT
Skipping WindowQT
configuring package WindowQT4
Skipping WindowQT4
configuring package WindowGLUT
creating ./config.status
creating Builds/x86_64-unknown-linux-gnu-g++/WindowGLUTLib/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/WindowGLUTTest/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/WindowGLUTLib/common.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating Builds/x86_64-unknown-linux-gnu-g++/Makefile
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h is unchanged
creating ./config.status
creating /home/engyf/Desktop/OpenSG-1.8-src/Common/common.mk
creating Builds/x86_64-unknown-linux-gnu-g++/Base/OSGConfigured.h
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Opensg-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensg-users