Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failures on a mac #166

Open
cmcknight opened this issue Jun 6, 2011 · 1 comment
Open

Build failures on a mac #166

cmcknight opened this issue Jun 6, 2011 · 1 comment
Milestone

Comments

@cmcknight
Copy link

  1. Homebrew doesn't have a recipe for zlib
  2. Build failed with the following:

creating preprocess.awk
dirs="platform share contrib doc";
for i in $dirs; do
if (cd $i && make bootstrap);
then true;
else exit 1;
fi;
done
dirs="dss emulator wish tools";
for i in $dirs; do
if (cd $i && make bootstrap);
then true;
else exit 1;
fi;
done
g++ -march=i386 -mtune=i386 -O3 -fomit-frame-pointer -funsigned-char -I. -I/Users/chuck/dev/mozart/mozart/platform/dss/include -Wdisabled-optimization -Wuninitialized -Wall -Wold-style-cast -Woverloaded-virtual -Wshadow -Wswitch -Wreturn-type -Wunused -fPIC -c -o base.o /Users/chuck/dev/mozart/mozart/platform/dss/src/base.cc
/Users/chuck/dev/mozart/mozart/platform/dss/src/base.cc:1: error: CPU you selected does not support x86-64 instruction set
/Users/chuck/dev/mozart/mozart/platform/dss/src/base.cc:1: error: CPU you selected does not support x86-64 instruction set
make[2]: *** [base.o] Error 1
make[1]: *** [bootstrap] Error 1
make: *** [bootstrap] Error 1

@cmcknight
Copy link
Author

Should mention system config:

iMac, OX X 10.6.7, 3.06 GHz Intel Core 2 Duo, 8 GB RAM

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant