New error:
Code: Select all
c++ -O2 -pipe -o armagetronad_main armagetronad_main-gFloor.o armagetronad_main-cCockpit.o armagetronad_main-cMap.o libtron.a libenginecore.a libengine.a libnetwork.a libui.a librender.a libtools.a librubywrap.a thirdparty/mathexpr/libmathexpr.a -L/usr/local/lib -lruby -L/usr/local/lib -lxml2 -lz -L/usr/local/lib -liconv -lm
librubywrap.a(librubywrap_a-armagetronad_wrap.o)(.text+0x4f5): In function `SWIG_PackVoidPtr':
: warning: strcpy() is almost always misused, please use strlcpy()
librubywrap.a(librubywrap_a-armagetronad_wrap.o)(.text+0x99c): In function `SWIG_Ruby_define_class':
: warning: sprintf() is often misused, please use snprintf()
/usr/local/lib/libruby.so.1.85: warning: strcat() is almost always misused, please use strlcat()
gmake[3]: Leaving directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1/src'
gmake[2]: Leaving directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1/src'
Making all in resource
gmake[2]: Entering directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1/resource'
Traceback (most recent call last):
File "../batch/make/sortresources.py", line 247, in <module>
scanDir(sourceDirectory, destinationDirectory, function)
File "../batch/make/sortresources.py", line 124, in scanDir
os.path.walk(sourceDir, visitor, visitor )
File "/usr/local/lib/python2.5/posixpath.py", line 298, in walk
walk(name, func, arg)
File "/usr/local/lib/python2.5/posixpath.py", line 298, in walk
walk(name, func, arg)
File "/usr/local/lib/python2.5/posixpath.py", line 290, in walk
func(arg, top, names)
File "../batch/make/sortresources.py", line 120, in visitor
newPath = getCanonicalPath(path)
File "../batch/make/sortresources.py", line 111, in getCanonicalPath
parseResource(path, data)
File "../batch/make/sortresources.py", line 82, in parseResource
parser = sax.make_parser()
File "/usr/local/lib/python2.5/xml/sax/__init__.py", line 93, in make_parser
raise SAXReaderNotAvailable("No parsers found", None)
xml.sax._exceptions.SAXReaderNotAvailable: No parsers found
gmake[2]: *** [included] Error 1
gmake[2]: Leaving directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1/resource'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/usr/source/ports/games/armagetronad/server/w-armagetronad-dedicated-0.2.8.2.1p2/armagetronad-0.2.8.2.1'
gmake: *** [all] Error 2
*** Error code 2
Looks like some python stuff...