Open vvisigoth opened 11 years ago
Hi,
you probably haven't got Xcode installed:
https://developer.apple.com/xcode/
Just download it and it should work! Let me know how you get on.
Cheers, Donovan.
On 13 May 2013 23:23, alohagarage notifications@github.com wrote:
Hello,
I've been trying to set up a development version of SFM on my local machine, which is running Mac OS X 10.8.3. I didn't have any problems setting SFM up on our production machine (Ubuntu), but the bootstrap.sh keeps exiting with a "sudo: ldconfig: command not found" on my Mac.
I have a feeling that the ld command might be necessary here, but I'm a bit out of my depth. Any help getting this up and running on Mac OS X?
— Reply to this email directly or view it on GitHubhttps://github.com/mediastandardstrust/superfastmatch/issues/6 .
Thanks for the quick reply. Unfortunately, I do have XCode installed and updated. Just checked it out.
Any other ideas?
On Mon, May 13, 2013 at 5:28 PM, Donovan Hide notifications@github.comwrote:
Hi,
you probably haven't got Xcode installed:
https://developer.apple.com/xcode/
Just download it and it should work! Let me know how you get on.
Cheers, Donovan.
On 13 May 2013 23:23, alohagarage notifications@github.com wrote:
Hello,
I've been trying to set up a development version of SFM on my local machine, which is running Mac OS X 10.8.3. I didn't have any problems setting SFM up on our production machine (Ubuntu), but the bootstrap.sh keeps exiting with a "sudo: ldconfig: command not found" on my Mac.
I have a feeling that the ld command might be necessary here, but I'm a bit out of my depth. Any help getting this up and running on Mac OS X?
— Reply to this email directly or view it on GitHub< https://github.com/mediastandardstrust/superfastmatch/issues/6> .
— Reply to this email directly or view it on GitHubhttps://github.com/mediastandardstrust/superfastmatch/issues/6#issuecomment-17845378 .
ldconfig
does not exist on OSX. To achieve the same effect, reboot the
machine. The ldconfig
command is the last item in bootstrap.sh so you can
continue with the make
command.
It would be nice to distribute more OSX-friendly build scripts. Could your provide us the version of OSX and XCode that you are using?
Solved it! Looks like ldconfig
wasn't the issue. The bootstrap script
just needed to be run with sudo. Facepalm.
For the record, I'm on OS X 10.8.3 with XCode Version 4.6.2
Thanks, Donovan.
On Mon, May 13, 2013 at 5:49 PM, dvogel notifications@github.com wrote:
ldconfig
does not exist on OSX. To achieve the same effect, reboot the machine. Theldconfig
command is the last item in bootstrap.sh so you can continue with themake
command.It would be nice to distribute more OSX-friendly build scripts. Could your provide us the version of OSX and XCode that you are using?
On Mon, May 13, 2013 at 6:31 PM, alohagarage notifications@github.comwrote:
Thanks for the quick reply. Unfortunately, I do have XCode installed and updated. Just checked it out.
Any other ideas?
On Mon, May 13, 2013 at 5:28 PM, Donovan Hide notifications@github.comwrote:
Hi,
you probably haven't got Xcode installed:
https://developer.apple.com/xcode/
Just download it and it should work! Let me know how you get on.
Cheers, Donovan.
On 13 May 2013 23:23, alohagarage notifications@github.com wrote:
Hello,
I've been trying to set up a development version of SFM on my local machine, which is running Mac OS X 10.8.3. I didn't have any problems setting SFM up on our production machine (Ubuntu), but the bootstrap.sh keeps exiting with a "sudo: ldconfig: command not found" on my Mac.
I have a feeling that the ld command might be necessary here, but I'm a bit out of my depth. Any help getting this up and running on Mac OS X?
— Reply to this email directly or view it on GitHub< https://github.com/mediastandardstrust/superfastmatch/issues/6> .
— Reply to this email directly or view it on GitHub<
https://github.com/mediastandardstrust/superfastmatch/issues/6#issuecomment-17845378>
.
— Reply to this email directly or view it on GitHub< https://github.com/mediastandardstrust/superfastmatch/issues/6#issuecomment-17845541>
.
— Reply to this email directly or view it on GitHubhttps://github.com/mediastandardstrust/superfastmatch/issues/6#issuecomment-17846320 .
Hi,
I tried running the script with sudo, but I still get this error when I try running make run:
ld: library not found for -lre2 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any ideas?
Michael
Hello,
I've been trying to set up a development version of SFM on my local machine, which is running Mac OS X 10.8.3. I didn't have any problems setting SFM up on our production machine (Ubuntu), but the bootstrap.sh keeps exiting with a "sudo: ldconfig: command not found" on my Mac.
I have a feeling that the ld command might be necessary here, but I'm a bit out of my depth. Any help getting this up and running on Mac OS X?