Difference between revisions of "Talk:HowTo compile on Mac"

From AMule Project FAQ
Jump to: navigation, search
Line 18: Line 18:
 
make: *** [install] Error 1
 
make: *** [install] Error 1
 
emac-bureau:cryptopp552 maitedx$
 
emac-bureau:cryptopp552 maitedx$
 +
 +
i've done a bug report, but i haven't the answer yet.

Revision as of 23:25, 3 March 2008

I need to install newer versions of flex and automake to compile amule successfully on my machine. Maybe we should just add those as dependencies that should be installed through Fink. -- lionel77

i got this:

c++ -DNDEBUG -g -O2 -pipe -c integer.cpp integer.cpp:4237: internal compiler error: Bus error Please submit a full bug report, with preprocessed source if appropriate. See <URL:http://developer.apple.com/bugreporter> for instructions. {standard input}:158696:FATAL:.abort detected. Assembly stopping. make: *** [integer.o] Error 1 emac-bureau:cryptopp552 maitedx$ PREFIX=/usr/local/cryptopp sudo make install Password: mkdir -p /usr/include/cryptopp /usr/lib /usr/bin cp *.h /usr/include/cryptopp cp *.a /usr/lib cp: *.a: No such file or directory make: *** [install] Error 1 emac-bureau:cryptopp552 maitedx$

i've done a bug report, but i haven't the answer yet.