Actions:
|
2008-10-29 07:29 AEST by Arthur Barrett - Build 2.5.04 as universal/fat mac binary.
At a minimum the build process needs to incorporate the xcode libtoolize etc:
rm -rf cvsnt-2.5.04.3229
tar xzf cvsnt-2.5.04.3229.tar.gz
cd cvsnt
glibtoolize --force
aclocal
autoconf
automake
./build-mac
However this procedure does not appear to be enough....
Most likely need to create an xcode project and a static config.h like we have on windows with visual
studio. |
|
2008-10-29 07:43 AEST by Arthur Barrett - Created an attachment (id=1359)
Context diffs for experiments with fat builds
|
|
2008-10-29 07:43 AEST by Arthur Barrett - Created an attachment (id=1358)
Context diffs for experiments with fat builds
|
|
2008-10-29 18:48 AEST by Arthur Barrett - Should run glibtoolize after aclocal? Should remove old autom4te.cache?
rm -rf cvsnt-2.5.04.3229
tar xzf cvsnt-2.5.04.3229.tar.gz
cd cvsnt
rm -r autom4te.cache
aclocal
glibtoolize --force --force
autoconf
automake
cd ..
./build-mac
|
|
2010-07-02 18:19 AEST by Arthur Barrett - *** Bug 5400 has been marked as a duplicate of this bug. *** |