Panda3d 1.8.0 Mint 14

Hi,

I’m trying to build Panda3d from complete source code package which I downloaded in the download section. I’m trying to build from source because I want to exclude a few packages. I have done this a couple of hours ago on Windows and it worked flawlessly. Now on Mint 14 I get (error at the end):

michael@michael-Aspire-5755G ~/Documents/panda3d-1.8.0 $ makepanda/makepanda.py --verbose --installer --everything --no-vrpn --no-fmodex --no-openssl --no-fftw --no-artoolkit --no-directcam --no-ffmpeg
WARNING: Could not locate thirdparty package eigen, excluding from build
Generating library cache...
Couldn't find any of the libraries FColladaD, FColladaSD
Couldn't find library libFColladaD
Couldn't find header file FCollada.h
WARNING: Could not locate thirdparty package fcollada, excluding from build
Couldn't find library libswscale
Couldn't find header file libswscale/swscale.h
WARNING: Could not locate thirdparty package swscale, excluding from build
Couldn't find library libGLESv1_CM
Couldn't find header file GLES/gl.h
WARNING: Could not locate thirdparty package gles, excluding from build
Couldn't find library libGLESv2
Couldn't find header file GLES2/gl2.h
WARNING: Could not locate thirdparty package gles2, excluding from build
Couldn't find library libEGL
Couldn't find header file EGL/egl.h
WARNING: Could not locate thirdparty package egl, excluding from build
Couldn't find library libOSMesa
Couldn't find header file GL/osmesa.h
WARNING: Could not locate thirdparty package osmesa, excluding from build
Couldn't find library libode
Couldn't find header file ode/ode.h
WARNING: Could not locate thirdparty package ode, excluding from build
Couldn't find library libopenal
Couldn't find header file AL/al.h
WARNING: Could not locate thirdparty package openal, excluding from build
Couldn't find library libcv
Couldn't find library libhighgui
Couldn't find library libcvaux
Couldn't find library libml
Couldn't find library libcxcore
Couldn't find header file opencv/cv.h
WARNING: Could not locate thirdparty package opencv, excluding from build
Couldn't find library libsquish
Couldn't find header file squish.h
WARNING: Could not locate thirdparty package squish, excluding from build
Couldn't find library libtiff
Couldn't find header file tiff.h
WARNING: Could not locate thirdparty package tiff, excluding from build
Couldn't find library libBulletSoftBody
Couldn't find library libBulletDynamics
Couldn't find library libBulletCollision
Couldn't find library libLinearMath
Couldn't find header file bullet/btBulletDynamicsCommon.h
WARNING: Could not locate thirdparty package bullet, excluding from build
Couldn't find library libRocketCore
Couldn't find library libRocketControls
Couldn't find header file Rocket/Core.h
WARNING: Could not locate thirdparty package rocket, excluding from build
WARNING: Could not locate pkg-config package gtk+-2.0, excluding from build
Couldn't find library libjpeg
Couldn't find header file jpeglib.h
WARNING: Could not locate thirdparty package jpeg, excluding from build
Couldn't find library libXxf86dga
Couldn't find header file X11/extensions/xf86dga.h
WARNING: Could not locate thirdparty package xf86dga, excluding from build
Couldn't find library libXcursor
Couldn't find header file X11/Xcursor/Xcursor.h
WARNING: Could not locate thirdparty package xcursor, excluding from build
Generating dependencies...
WARNING: file dependencies changed: ['built/models/maps/smiley.rgb']
[  0%] Building C++ object built/tmp/p3dtoolbase_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dtoolbase_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dtoolbase -pthread -msse2 -O2 -DBUILDING_DTOOL dtool/src/dtoolbase/p3dtoolbase_composite1.cxx
[  0%] Building C++ object built/tmp/p3dtoolbase_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dtoolbase_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dtoolbase -pthread -msse2 -O2 -DBUILDING_DTOOL dtool/src/dtoolbase/p3dtoolbase_composite2.cxx
[  0%] Building C object built/tmp/p3dtoolbase_lookup3.o
gcc -fPIC -c -o built/tmp/p3dtoolbase_lookup3.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dtoolbase -pthread -msse2 -O2 -DBUILDING_DTOOL dtool/src/dtoolbase/lookup3.c
[  0%] Building C++ object built/tmp/p3dtoolbase_indent.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dtoolbase_indent.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dtoolbase -pthread -msse2 -O2 -DBUILDING_DTOOL dtool/src/dtoolbase/indent.cxx
[  0%] Building C++ object built/tmp/p3dtoolutil_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dtoolutil_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dtoolutil -pthread -msse2 -O2 -DBUILDING_DTOOL dtool/src/dtoolutil/p3dtoolutil_composite1.cxx
[  1%] Building C++ object built/tmp/p3dtoolutil_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dtoolutil_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dtoolutil -pthread -msse2 -O2 -DBUILDING_DTOOL dtool/src/dtoolutil/p3dtoolutil_composite2.cxx
[  1%] Linking dynamic library built/lib/libp3dtool.so
g++ -shared -Wl,-soname=libp3dtool.so.1.8 -o built/lib/libp3dtool.so.1.8 -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/p3dtool_dtool.o built/tmp/p3dtoolutil_composite1.o built/tmp/p3dtoolutil_composite2.o built/tmp/p3dtoolbase_composite1.o built/tmp/p3dtoolbase_composite2.o built/tmp/p3dtoolbase_indent.o built/tmp/p3dtoolbase_lookup3.o -pthread -ldl
ln -s libp3dtool.so.1.8 built/lib/libp3dtool.so
[  1%] Building Bison object built/tmp/p3cppParser_cppBison.o
bison -y -d -obuilt/tmp/cppBison.yxx.c -p cppyy dtool/src/cppparser/cppBison.yxx
WARNING: file dependencies changed: ['built/include/cppBison.h']
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3cppParser_cppBison.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/cppparser -pthread -msse2 -O2 built/tmp/cppBison.yxx.cxx
WARNING: file dependencies changed: ['built/include/cppBison.h']
[  2%] Building C++ object built/tmp/p3cppParser_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3cppParser_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/cppparser -pthread -msse2 -O2 dtool/src/cppparser/p3cppParser_composite1.cxx
[  2%] Building C++ object built/tmp/p3cppParser_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3cppParser_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/cppparser -pthread -msse2 -O2 dtool/src/cppparser/p3cppParser_composite2.cxx
In file included from dtool/src/cppparser/p3cppParser_composite2.cxx:4:0:
dtool/src/cppparser/cppExpression.cxx: In member function ‘void* CPPExpression::Result::as_pointer() const’:
dtool/src/cppparser/cppExpression.cxx:135:23: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
dtool/src/cppparser/cppExpression.cxx:138:28: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast]
[  2%] Linking static library built/tmp/libp3cppParser.a
ar cru built/tmp/libp3cppParser.a built/tmp/p3cppParser_composite1.o built/tmp/p3cppParser_composite2.o built/tmp/p3cppParser_cppBison.o
ranlib built/tmp/libp3cppParser.a
[  2%] Building C++ object built/tmp/p3prc_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3prc_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/prc -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/src/prc/p3prc_composite1.cxx
[  3%] Building C++ object built/tmp/p3prc_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3prc_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/prc -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/src/prc/p3prc_composite2.cxx
[  3%] Building C++ object built/tmp/p3dconfig_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dconfig_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/dconfig -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/src/dconfig/p3dconfig_composite1.cxx
[  3%] Building C++ object built/tmp/p3interrogatedb_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3interrogatedb_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/interrogatedb -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/src/interrogatedb/p3interrogatedb_composite1.cxx
[  3%] Building C++ object built/tmp/p3interrogatedb_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3interrogatedb_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/interrogatedb -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/src/interrogatedb/p3interrogatedb_composite2.cxx
[  4%] Building C++ object built/tmp/p3dtoolconfig_pydtool.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3dtoolconfig_pydtool.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/metalibs/dtoolconfig -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/metalibs/dtoolconfig/pydtool.cxx
[  4%] Linking dynamic library built/lib/libp3dtoolconfig.so
g++ -shared -Wl,-soname=libp3dtoolconfig.so.1.8 -o built/lib/libp3dtoolconfig.so.1.8 -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/p3dtoolconfig_dtoolconfig.o built/tmp/p3dtoolconfig_pydtool.o built/tmp/p3interrogatedb_composite1.o built/tmp/p3interrogatedb_composite2.o built/tmp/p3dconfig_composite1.o built/tmp/p3prc_composite1.o built/tmp/p3prc_composite2.o -lp3dtool -pthread -ldl
ln -s libp3dtoolconfig.so.1.8 built/lib/libp3dtoolconfig.so
[  4%] Building C++ object built/tmp/p3pystub_pystub.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3pystub_pystub.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/pystub -pthread -msse2 -O2 -DBUILDING_DTOOLCONFIG dtool/src/pystub/pystub.cxx
[  4%] Linking dynamic library built/lib/libp3pystub.so
g++ -shared -Wl,-soname=libp3pystub.so.1.8 -o built/lib/libp3pystub.so.1.8 -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/p3pystub_pystub.o -lp3dtool -pthread -ldl
ln -s libp3pystub.so.1.8 built/lib/libp3pystub.so
[  5%] Building C++ object built/tmp/interrogate_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/interrogate_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/interrogate -Idtool/src/cppparser -Idtool/src/interrogatedb -pthread -msse2 -O2 dtool/src/interrogate/interrogate_composite1.cxx
[  5%] Building C++ object built/tmp/interrogate_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/interrogate_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/interrogate -Idtool/src/cppparser -Idtool/src/interrogatedb -pthread -msse2 -O2 dtool/src/interrogate/interrogate_composite2.cxx
[  5%] Linking executable built/bin/interrogate
g++ -o built/bin/interrogate -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/interrogate_composite1.o built/tmp/interrogate_composite2.o -lp3cppParser -lp3dtool -lp3dtoolconfig -lp3pystub -pthread -ldl
[  5%] Building C++ object built/tmp/interrogate_module_interrogate_module.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/interrogate_module_interrogate_module.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/interrogate -Idtool/src/cppparser -Idtool/src/interrogatedb -pthread -msse2 -O2 dtool/src/interrogate/interrogate_module.cxx
[  6%] Linking executable built/bin/interrogate_module
g++ -o built/bin/interrogate_module -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/interrogate_module_interrogate_module.o -lp3cppParser -lp3dtool -lp3dtoolconfig -lp3pystub -pthread -ldl
[  6%] Building C++ object built/tmp/parse_file_parse_file.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/parse_file_parse_file.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/interrogate -Idtool/src/cppparser -Idtool/src/interrogatedb -pthread -msse2 -O2 dtool/src/interrogate/parse_file.cxx
[  6%] Linking executable built/bin/parse_file
g++ -o built/bin/parse_file -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/parse_file_parse_file.o -lp3cppParser -lp3dtool -lp3dtoolconfig -lp3pystub -pthread -ldl
[  6%] Building C++ object built/tmp/test_interrogate_test_interrogate.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/test_interrogate_test_interrogate.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Idtool/src/test_interrogate -pthread -msse2 -O2 dtool/src/test_interrogate/test_interrogate.cxx
[  6%] Linking executable built/bin/test_interrogate
g++ -o built/bin/test_interrogate -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/test_interrogate_test_interrogate.o -lp3dtool -lp3dtoolconfig -lp3pystub -pthread -ldl
[  7%] Building C++ object built/tmp/p3pandabase_pandabase.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3pandabase_pandabase.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/pandabase -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS panda/src/pandabase/pandabase.cxx
[  7%] Building C++ object built/tmp/p3express_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3express_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/express -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS panda/src/express/p3express_composite1.cxx
[  7%] Building C++ object built/tmp/p3express_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3express_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/express -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS panda/src/express/p3express_composite2.cxx
In file included from panda/src/express/p3express_composite2.cxx:23:0:
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::istream* VirtualFileMountRamdisk::open_read_file(const Filename&) const’:
panda/src/express/virtualFileMountRamdisk.cxx:245:12: warning: converting ‘false’ to pointer type ‘std::istream* {aka std::basic_istream<char>*}’ [-Wconversion-null]
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::ostream* VirtualFileMountRamdisk::open_write_file(const Filename&, bool)’:
panda/src/express/virtualFileMountRamdisk.cxx:266:12: warning: converting ‘false’ to pointer type ‘std::ostream* {aka std::basic_ostream<char>*}’ [-Wconversion-null]
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::ostream* VirtualFileMountRamdisk::open_append_file(const Filename&)’:
panda/src/express/virtualFileMountRamdisk.cxx:291:12: warning: converting ‘false’ to pointer type ‘std::ostream* {aka std::basic_ostream<char>*}’ [-Wconversion-null]
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::iostream* VirtualFileMountRamdisk::open_read_write_file(const Filename&, bool)’:
panda/src/express/virtualFileMountRamdisk.cxx:311:12: warning: converting ‘false’ to pointer type ‘std::iostream* {aka std::basic_iostream<char>*}’ [-Wconversion-null]
panda/src/express/virtualFileMountRamdisk.cxx: In member function ‘virtual std::iostream* VirtualFileMountRamdisk::open_read_append_file(const Filename&)’:
panda/src/express/virtualFileMountRamdisk.cxx:331:12: warning: converting ‘false’ to pointer type ‘std::iostream* {aka std::basic_iostream<char>*}’ [-Wconversion-null]
[  7%] Building Interrogate database built/pandac/input/libp3express.in
built/bin/interrogate -srcdir panda/src/express -Ipanda/src/express -Dvolatile -Dmutable -DCPPPARSER -D__STDC__=1 -D__cplusplus -D__inline -D__const=const -D_LP64 -oc built/tmp/libp3express_igate.cxx -od built/pandac/input/libp3express.in -fnames -string -refcount -assert -python-native -Sbuilt/include/parser-inc -Ipanda/src/express -Sbuilt/tmp -Sbuilt/include -S/usr/include/python2.7 -DMAKEPANDA= -DBUILDING_PANDAEXPRESS -module pandaexpress -library libp3express buffer.h checksumHashGenerator.h circBuffer.h compress_string.h config_express.h copy_stream.h datagram.h datagramGenerator.h datagramIterator.h datagramSink.h dcast.h encrypt_string.h error_utils.h export_dtool.h fileReference.h hashGeneratorBase.h hashVal.h indirectLess.h memoryInfo.h memoryUsage.h memoryUsagePointerCounts.h memoryUsagePointers.h multifile.h namable.h nodePointerTo.h nodePointerToBase.h nodeReferenceCount.h openSSLWrapper.h ordered_vector.h p3express_composite1.cxx p3express_composite2.cxx pStatCollectorForwardBase.h password_hash.h patchfile.h pointerTo.h pointerToArray.h pointerToArrayBase.h pointerToBase.h pointerToVoid.h profileTimer.h pta_double.h pta_float.h pta_int.h pta_stdfloat.h pta_uchar.h ramfile.h referenceCount.h subStream.h subStreamBuf.h subfileInfo.h temporaryFile.h threadSafePointerTo.h threadSafePointerToBase.h trueClock.h typedReferenceCount.h typedef.h vector_double.h vector_float.h vector_stdfloat.h vector_uchar.h virtualFile.h virtualFileComposite.h virtualFileList.h virtualFileMount.h virtualFileMountMultifile.h virtualFileMountRamdisk.h virtualFileMountSystem.h virtualFileSimple.h virtualFileSystem.h weakPointerCallback.h weakPointerTo.h weakPointerToBase.h weakPointerToVoid.h weakReferenceList.h windowsRegistry.h zStream.h zStreamBuf.h
Unknown type: forcetype IDecryptStream
Unknown type: forcetype OEncryptStream
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/libp3express_igate.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/express -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS built/tmp/libp3express_igate.cxx
[  8%] Building C++ object built/tmp/p3downloader_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3downloader_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/downloader -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS panda/src/downloader/p3downloader_composite1.cxx
[  8%] Building C++ object built/tmp/p3downloader_composite2.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3downloader_composite2.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/downloader -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS panda/src/downloader/p3downloader_composite2.cxx
[  8%] Building Interrogate database built/pandac/input/libp3downloader.in
built/bin/interrogate -srcdir panda/src/downloader -Ipanda/src/downloader -Dvolatile -Dmutable -DCPPPARSER -D__STDC__=1 -D__cplusplus -D__inline -D__const=const -D_LP64 -oc built/tmp/libp3downloader_igate.cxx -od built/pandac/input/libp3downloader.in -fnames -string -refcount -assert -python-native -Sbuilt/include/parser-inc -Ipanda/src/downloader -Sbuilt/tmp -Sbuilt/include -S/usr/include/python2.7 -DMAKEPANDA= -DBUILDING_PANDAEXPRESS -module pandaexpress -library libp3downloader bioPtr.h bioStream.h bioStreamBuf.h bioStreamPtr.h chunkedStream.h chunkedStreamBuf.h config_downloader.h decompressor.h documentSpec.h downloadDb.h download_utils.h extractor.h httpAuthorization.h httpBasicAuthorization.h httpChannel.h httpClient.h httpCookie.h httpDate.h httpDigestAuthorization.h httpEntityTag.h httpEnum.h identityStream.h identityStreamBuf.h multiplexStream.h multiplexStreamBuf.h p3downloader_composite1.cxx p3downloader_composite2.cxx patcher.h socketStream.h stringStream.h stringStreamBuf.h urlSpec.h virtualFileHTTP.h virtualFileMountHTTP.h
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/libp3downloader_igate.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/downloader -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS built/tmp/libp3downloader_igate.cxx
[  9%] Building C++ object built/tmp/pandaexpress_pandaexpress.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/pandaexpress_pandaexpress.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/metalibs/pandaexpress -pthread -msse2 -O2 -DBUILDING_PANDAEXPRESS panda/metalibs/pandaexpress/pandaexpress.cxx
[  9%] Building Interrogate object built/tmp/libpandaexpress_module.o
built/bin/interrogate_module  -oc built/tmp/libpandaexpress_module.cxx -module pandaexpress -library libpandaexpress -python-native  built/pandac/input/libp3downloader.in built/pandac/input/libp3express.in
Referencing Library libp3downloader
Referencing Library libp3express
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/libpandaexpress_module.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -pthread -msse2 -O2 built/tmp/libpandaexpress_module.cxx
[  9%] Linking dynamic library built/lib/libpandaexpress.so
g++ -shared -Wl,-soname=libpandaexpress.so.1.8 -o built/lib/libpandaexpress.so.1.8 -Lbuilt/lib -Lbuilt/tmp -L/usr/X11R6/lib built/tmp/pandaexpress_pandaexpress.o built/tmp/libpandaexpress_module.o built/tmp/p3downloader_composite1.o built/tmp/p3downloader_composite2.o built/tmp/libp3downloader_igate.o built/tmp/p3express_composite1.o built/tmp/p3express_composite2.o built/tmp/libp3express_igate.o built/tmp/p3pandabase_pandabase.o -lp3dtool -lp3dtoolconfig -lz -pthread -ldl
ln -s libpandaexpress.so.1.8 built/lib/libpandaexpress.so
[  9%] Building C++ object built/tmp/p3pipeline_composite1.o
g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3pipeline_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/pipeline -pthread -msse2 -O2 -DBUILDING_PANDA panda/src/pipeline/p3pipeline_composite1.cxx
In file included from built/include/nodePointerTo.h:85:0,
                 from panda/src/pipeline/pipelineCyclerTrueImpl.h:26,
                 from panda/src/pipeline/pipelineCyclerBase.h:25,
                 from panda/src/pipeline/pipelineCycler.h:19,
                 from panda/src/pipeline/cycleDataLockedReader.h:21,
                 from panda/src/pipeline/cycleDataLockedReader.cxx:15,
                 from panda/src/pipeline/p3pipeline_composite1.cxx:15:
built/include/nodePointerTo.I: In instantiation of ‘NodePointerTo<T>& NodePointerTo<T>::operator=(const NodePointerTo<T>&) [with T = CycleData]’:
panda/src/pipeline/pipelineCyclerTrueImpl.I:466:30:   required from here
built/include/nodePointerTo.I:136:3: error: ‘reassign’ was not declared in this scope, and no declarations were found by argument-dependent lookup at the point of instantiation [-fpermissive]
built/include/nodePointerTo.I:136:3: note: declarations in dependent base ‘NodePointerToBase<CycleData>’ are not found by unqualified lookup
built/include/nodePointerTo.I:136:3: note: use ‘this->reassign’ instead
Process exited with exit status 1 and signal code 0
Storing dependency cache.
Elapsed Time: 1 min 23 sec
The following command returned a non-zero value: g++ -ftemplate-depth-30 -fPIC -c -o built/tmp/p3pipeline_composite1.o -Ibuilt/tmp -Ibuilt/include -I/usr/include/python2.7 -DMAKEPANDA= -Ipanda/src/pipeline -pthread -msse2 -O2 -DBUILDING_PANDA panda/src/pipeline/p3pipeline_composite1.cxx
Build terminated.
michael@michael-Aspire-5755G ~/Documents/panda3d-1.8.0 $ 

Any help would be great

Thanks
Michael

Hi,

Welcome to the Panda3D community. Please download the latest CVS version of Panda3D; this has bugfixes for the compile issues that you are reporting.

Thanks for the fast reply. I’ll give the CVS version a try.

Best,
Michael