Hello all,
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/ssgAux'
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_STDLIB_H=3D1 -DHAVE_STRING_H=3D1 -DHAVE_MEMORY_H=3D1 =
-DHAVE_STRINGS_H=3D1 -DHAVE_INTTYPES_H=3D1 -DHAVE_STDINT_H=3D1 =
-DHAVE_UNISTD_H=3D1 -I. -I. -I../../src/sg -I../../src/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"; =
else rm -f ".deps/ssgaCelestialBody.Tpo"; exit 1; fi
ssgaSky.h:107: error: extra qualification =E2ssgaCelestialBodyList::=E2 =
on member =E2ssgaCelestialBodyList=E2
ssgaSky.h:195: error: extra qualification =E2ssgaCloudLayerList::=E2 on =
member =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?
Thanks!
Curtis |