jianlinwei / theunarchiver

Automatically exported from code.google.com/p/theunarchiver
Other
0 stars 0 forks source link

Building on 10.5.8 PPC now fails #648

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I used to be able to build TheUnarchiver on 10.5.8 PPC.  Now even a fresh clone 
of the repo, followed by 'cd The\ Unarchiver', followed by 'make -f 
makefile.legacy' (which used to work) now begins the build but I get the 
following error:

/Xcode3/usr/bin/gcc-4.2 -arch i386 -std=gnu99 -isysroot 
/Xcode3/SDKs/MacOSX10.5.sdk -O2 -Wno-import -Wno-multichar 
-mmacosx-version-min=10.3.9  -MMD -MFBuild/XAD7ZipParser.d 
-MTBuild/XAD7ZipParser.o -c XAD7ZipParser.m -o Build/XAD7ZipParser.o.i386
In file included from XADArchiveParser.h:2,
                 from XADMacArchiveParser.h:1,
                 from XAD7ZipParser.h:1,
                 from XAD7ZipParser.m:1:
XADException.h:36:18: error: missing binary operator before token "("
make[1]: *** [Build/XAD7ZipParser.o] Error 1
make: *** [../XADMaster/XADMaster.framework] Error 2

Original issue reported on code.google.com by chd...@gmail.com on 22 Mar 2013 at 3:49

GoogleCodeExporter commented 9 years ago
Versions not tagged as release are not guaranteed to build on anything, really. 
Stick to the releases unless you are developing.

These get fixed when releases happen, at the very latest. This is now fixed too.

Original comment by paracel...@gmail.com on 6 Apr 2013 at 12:14