Hi guys, how are you?, I don't know if you have been this error:
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 'ssgaCelestialBodyList::' on
member 'ssgaCelestialBodyList'
ssgaSky.h:195: error: extra qualification 'ssgaCloudLayerList::' on member
'ssgaCloudLayerList'
make[2]: *** [ssgaCelestialBody.o] Error 1
make[2]: Leaving directory `/home/arthur/progs/plib-1.8.4/src/ssgAux'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/home/arthur/progs/plib-1.8.4/src'
make: *** [install-recursive] Error 1
bash-3.1# ls /tmp/plib/usr/lib/libplib
Error in extra qualification ssgaCelestialBodyList:: on member
ssgaCelestialBodyList ?????, how I can resolve this problem.
I'm using the plib-1.8.4.tar.gz
the command line: ./configure ; make install
|