View Single Post
Old 12 November 2012, 16:02   #5
amigamia
 
Posts: n/a
Hi All,

I followed the instructions from snakecoils but it still failed copying the libs-capsimage.dylib file during the recompile. I checked the Makefile under macosx folder and I noticed that the cp line had some extra ../
the
Code:
make -f macosx.mk
at the top level of the folder didn't work either. I had to cd into the macosx sub folder and just run

Code:
sudo make
with the following changes in the Makefile from the same directory.

so the cp for libfs-capsimage.dylib should start as:

Code:
cp ../out/libfs-capsimage.dylib etc.etc.
 
 
Page generated in 0.05672 seconds with 11 queries