From ced920030a4425125bb1ab7c31cb47c14954ccbd Mon Sep 17 00:00:00 2001 From: Don BURNS Date: Sat, 15 Mar 2003 08:01:41 +0000 Subject: [PATCH] Added -losgGA to all GNUmakefiles in examples. Added one std:: in front of an endl in osgunittests.cpp --- examples/osganimate/GNUmakefile | 2 +- examples/osgbillboard/GNUmakefile | 2 +- examples/osgcallback/GNUmakefile | 2 +- examples/osgcameragroup/GNUmakefile | 2 +- examples/osgclip/GNUmakefile | 2 +- examples/osgcluster/GNUmakefile | 2 +- examples/osgconv/GNUmakefile | 2 +- examples/osgcopy/GNUmakefile | 2 +- examples/osgcubemap/GNUmakefile | 2 +- examples/osggeodemo/GNUmakefile | 2 +- examples/osggeometry/GNUmakefile | 2 +- examples/osghangglide/GNUmakefile | 2 +- examples/osghud/GNUmakefile | 2 +- examples/osgimpostor/GNUmakefile | 2 +- examples/osglight/GNUmakefile | 2 +- examples/osglightpoint/GNUmakefile | 2 +- examples/osglogo/GNUmakefile | 2 +- examples/osgmultitexture/GNUmakefile | 2 +- examples/osgoccluder/GNUmakefile | 2 +- examples/osgparticle/GNUmakefile | 2 +- examples/osgprerender/GNUmakefile | 2 +- examples/osgreflect/GNUmakefile | 2 +- examples/osgscribe/GNUmakefile | 2 +- examples/osgsequence/GNUmakefile | 2 +- examples/osgshadowtexture/GNUmakefile | 2 +- examples/osgshape/GNUmakefile | 2 +- examples/osgteapot/GNUmakefile | 2 +- examples/osgtext/GNUmakefile | 2 +- examples/osgtexture1D/GNUmakefile | 2 +- examples/osgtexture2D/GNUmakefile | 2 +- examples/osgtexture3D/GNUmakefile | 2 +- examples/osgunittests/GNUmakefile | 2 +- examples/osgunittests/osgunittests.cpp | 2 +- examples/osgversion/GNUmakefile | 2 +- examples/osgvertexprogram/GNUmakefile | 2 +- examples/osgviewer/GNUmakefile | 2 +- 36 files changed, 36 insertions(+), 36 deletions(-) diff --git a/examples/osganimate/GNUmakefile b/examples/osganimate/GNUmakefile index ee92da9d8..b81a3f501 100644 --- a/examples/osganimate/GNUmakefile +++ b/examples/osganimate/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osganimate.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgbillboard/GNUmakefile b/examples/osgbillboard/GNUmakefile index f97526992..ed2176d4f 100644 --- a/examples/osgbillboard/GNUmakefile +++ b/examples/osgbillboard/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgbillboard.cpp -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ diff --git a/examples/osgcallback/GNUmakefile b/examples/osgcallback/GNUmakefile index 6501c7cfb..4a850b07a 100644 --- a/examples/osgcallback/GNUmakefile +++ b/examples/osgcallback/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgcallback.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgcameragroup/GNUmakefile b/examples/osgcameragroup/GNUmakefile index 0375468ff..eef4d8a92 100644 --- a/examples/osgcameragroup/GNUmakefile +++ b/examples/osgcameragroup/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgcameragroup.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgclip/GNUmakefile b/examples/osgclip/GNUmakefile index b2b852d50..a54dfec2f 100644 --- a/examples/osgclip/GNUmakefile +++ b/examples/osgclip/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgclip.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgcluster/GNUmakefile b/examples/osgcluster/GNUmakefile index 10152355a..bad3792f4 100644 --- a/examples/osgcluster/GNUmakefile +++ b/examples/osgcluster/GNUmakefile @@ -11,7 +11,7 @@ HEADERFILES =\ receiver.h\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(SOCKET_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(SOCKET_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgconv/GNUmakefile b/examples/osgconv/GNUmakefile index abe85c6a0..b8799d88c 100644 --- a/examples/osgconv/GNUmakefile +++ b/examples/osgconv/GNUmakefile @@ -8,7 +8,7 @@ CXXFILES =\ HEADERFILES = \ OrientationConverter.h -LIBS += -losg -losgUtil -losgDB $(GL_LIBS) $(OTHER_LIBS) +LIBS += -losg -losgUtil -losgGA -losgDB $(GL_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgcopy/GNUmakefile b/examples/osgcopy/GNUmakefile index c8090e6b9..5d6246e4f 100644 --- a/examples/osgcopy/GNUmakefile +++ b/examples/osgcopy/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgcopy.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgcubemap/GNUmakefile b/examples/osgcubemap/GNUmakefile index 5441e982d..3c7b87ff6 100644 --- a/examples/osgcubemap/GNUmakefile +++ b/examples/osgcubemap/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgcubemap.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osggeodemo/GNUmakefile b/examples/osggeodemo/GNUmakefile index bd2159ac2..6e5ec2c74 100644 --- a/examples/osggeodemo/GNUmakefile +++ b/examples/osggeodemo/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osggeodemo.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osggeometry/GNUmakefile b/examples/osggeometry/GNUmakefile index ba863cf4b..7a0904a1e 100644 --- a/examples/osggeometry/GNUmakefile +++ b/examples/osggeometry/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osggeometry.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osghangglide/GNUmakefile b/examples/osghangglide/GNUmakefile index 4e8c4d752..b019a3923 100644 --- a/examples/osghangglide/GNUmakefile +++ b/examples/osghangglide/GNUmakefile @@ -18,7 +18,7 @@ HEADERFILES = \ terrain_normals.h\ terrain_texcoords.h\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osghud/GNUmakefile b/examples/osghud/GNUmakefile index 8882265d5..b6625135a 100644 --- a/examples/osghud/GNUmakefile +++ b/examples/osghud/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osghud.cpp\ -LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgimpostor/GNUmakefile b/examples/osgimpostor/GNUmakefile index a65a1e968..3eb3096e8 100644 --- a/examples/osgimpostor/GNUmakefile +++ b/examples/osgimpostor/GNUmakefile @@ -5,7 +5,7 @@ CXXFILES =\ TestManipulator.cpp\ osgimpostor.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osglight/GNUmakefile b/examples/osglight/GNUmakefile index e216563cb..004e3753c 100644 --- a/examples/osglight/GNUmakefile +++ b/examples/osglight/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osglight.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osglightpoint/GNUmakefile b/examples/osglightpoint/GNUmakefile index d4f5f5d10..a556a7496 100644 --- a/examples/osglightpoint/GNUmakefile +++ b/examples/osglightpoint/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osglightpoint.cpp\ -LIBS += -losgSim -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgSim -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osglogo/GNUmakefile b/examples/osglogo/GNUmakefile index 929c21dd3..9da4978b6 100644 --- a/examples/osglogo/GNUmakefile +++ b/examples/osglogo/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osglogo.cpp\ -LIBS += -losgText -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgText -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgmultitexture/GNUmakefile b/examples/osgmultitexture/GNUmakefile index a3b15b53e..1dd2d3b7f 100644 --- a/examples/osgmultitexture/GNUmakefile +++ b/examples/osgmultitexture/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgmultitexture.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgoccluder/GNUmakefile b/examples/osgoccluder/GNUmakefile index c04470db0..f6eb582dd 100644 --- a/examples/osgoccluder/GNUmakefile +++ b/examples/osgoccluder/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgoccluder.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgparticle/GNUmakefile b/examples/osgparticle/GNUmakefile index b5b348124..dd5124875 100644 --- a/examples/osgparticle/GNUmakefile +++ b/examples/osgparticle/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgparticle.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -losgParticle +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) -losgParticle INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgprerender/GNUmakefile b/examples/osgprerender/GNUmakefile index 6dd871ac9..5448c3f2a 100644 --- a/examples/osgprerender/GNUmakefile +++ b/examples/osgprerender/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgprerender.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgreflect/GNUmakefile b/examples/osgreflect/GNUmakefile index f88a5de4e..667d6e60e 100644 --- a/examples/osgreflect/GNUmakefile +++ b/examples/osgreflect/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgreflect.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgscribe/GNUmakefile b/examples/osgscribe/GNUmakefile index 746d6f8eb..e1c12b9b8 100644 --- a/examples/osgscribe/GNUmakefile +++ b/examples/osgscribe/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgscribe.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgsequence/GNUmakefile b/examples/osgsequence/GNUmakefile index 8e726169b..1d3cb3066 100644 --- a/examples/osgsequence/GNUmakefile +++ b/examples/osgsequence/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgsequence.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgshadowtexture/GNUmakefile b/examples/osgshadowtexture/GNUmakefile index dfc2ac14a..fa6b92988 100644 --- a/examples/osgshadowtexture/GNUmakefile +++ b/examples/osgshadowtexture/GNUmakefile @@ -5,7 +5,7 @@ CXXFILES =\ CreateShadowedScene.cpp\ osgshadowtexture.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgshape/GNUmakefile b/examples/osgshape/GNUmakefile index 44b32ed29..4d14ac3dc 100644 --- a/examples/osgshape/GNUmakefile +++ b/examples/osgshape/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgshape.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgteapot/GNUmakefile b/examples/osgteapot/GNUmakefile index 31db33066..ad9921ada 100644 --- a/examples/osgteapot/GNUmakefile +++ b/examples/osgteapot/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgteapot.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgtext/GNUmakefile b/examples/osgtext/GNUmakefile index a67ece645..12b1cfe73 100644 --- a/examples/osgtext/GNUmakefile +++ b/examples/osgtext/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgtext.cpp\ -LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgText -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgtexture1D/GNUmakefile b/examples/osgtexture1D/GNUmakefile index 865641507..7aea77727 100644 --- a/examples/osgtexture1D/GNUmakefile +++ b/examples/osgtexture1D/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgtexture1D.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgtexture2D/GNUmakefile b/examples/osgtexture2D/GNUmakefile index 11e72bf34..be8603b45 100644 --- a/examples/osgtexture2D/GNUmakefile +++ b/examples/osgtexture2D/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgtexture2D.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgtexture3D/GNUmakefile b/examples/osgtexture3D/GNUmakefile index 7d85d59df..f62106016 100644 --- a/examples/osgtexture3D/GNUmakefile +++ b/examples/osgtexture3D/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgtexture3D.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgunittests/GNUmakefile b/examples/osgunittests/GNUmakefile index 7ec40ee1f..5c8f7bca3 100644 --- a/examples/osgunittests/GNUmakefile +++ b/examples/osgunittests/GNUmakefile @@ -4,7 +4,7 @@ include $(TOPDIR)/Make/makedefs CXXFILES =\ osgunittests.cpp\ -LIBS += -losgProducer -lProducer -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) +LIBS += -losgProducer -lProducer -losgGA -losgDB -losgUtil -losg $(GL_LIBS) $(X_LIBS) $(OTHER_LIBS) INSTFILES = \ $(CXXFILES)\ diff --git a/examples/osgunittests/osgunittests.cpp b/examples/osgunittests/osgunittests.cpp index 299a674d0..c67e55e45 100644 --- a/examples/osgunittests/osgunittests.cpp +++ b/examples/osgunittests/osgunittests.cpp @@ -40,7 +40,7 @@ int main( int argc, char** argv ) osgUtx::QualifiedTestPrinter printer; osgUtx::TestGraph::instance().root()->accept( printer ); - std::cout<