Re: [Plib-users] errors on make
Brought to you by:
sjbaker
From:
<coz...@gm...> - 2007-05-17 22:39:51
|
> I am trying to install plib-1.8.4 and I receive the following errors when= I > try to make: > > Making all in ssgAux > make[2]: Entering directory `/home/curtis/simulation/plib-1.8.4/src/ssgAu= x' > if g++ -DPACKAGE_NAME=3D\"\" -DPACKAGE_TARNAME=3D\"\" -DPACKAGE_VERSION= =3D\"\" > -DPACKAGE_STRING=3D\"\" -DPACKAGE_BUGREPORT=3D\"\" -DPACKAGE=3D\"plib\" > -DVERSION=3D\"1.8.4\" -DHAVE_LIBPTHREAD=3D1 -DHAVE_LIBGL=3D1 -DHAVE_LIBDL= =3D1 > -DSTDC_HEADERS=3D1 -DHAVE_SYS_TYPES_H=3D1 -DHAVE_SYS_STAT_H=3D1 -DHAVE_ST= DLIB_H=3D1 > -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 -DHAVE_STRINGS_H=3D1 -DHAVE_INTTY= PES_H=3D1 > -DHAVE_STDINT_H=3D1 -DHAVE_UNISTD_H=3D1 -I. -I. -I../../src/sg -I../../s= rc/ssg > -I../../src/util -g -O2 -Wall -MT ssgaCelestialBody.o -MD -MP -MF > ".deps/ssgaCelestialBody.Tpo" -c -o ssgaCelestialBody.o > ssgaCelestialBody.cxx; \ > then mv -f ".deps/ssgaCelestialBody.Tpo" ".deps/ssgaCelestialBody.Po"; el= se > rm -f ".deps/ssgaCelestialBody.Tpo"; exit 1; fi > ssgaSky.h:107: error: extra qualification =E2ssgaCelestialBodyList::=E2 o= n > member =E2ssgaCelestialBodyList=E2 > ssgaSky.h:195: error: extra qualification =E2ssgaCloudLayerList::=E2 on m= ember > =E2ssgaCloudLayerList=E2 > make[2]: *** [ssgaCelestialBody.o] Error 1 > make[2]: Leaving directory `/home/curtis/simulation/plib-1.8.4/src/ssgAux= ' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/curtis/simulation/plib-1.8.4/src' > make: *** [all-recursive] Error 1 > > > Anyone know what I can do to fix this problem? *sigh* I don't want to seem rude, but please search the list before asking (I guess this should be in a FAQ or some doc though). Go to http://sourceforge.net/search/?ml_name=3Dplib-users&type_of_search=3D= mlists&group_id=3D382&words=3Dextra+qualification and check the search results. -Coz |