(OT) Building Harbour on a Mac
Posted: Fri Feb 20, 2015 6:18 pm
I began working with a Mac a few months ago, started off well building harbour from source, then building my apps from there. I am able to still build my apps but I broke something along the way and now cannot build harbour itself any long. This is not a FiveMac problem, but perhaps somebody can help guide me to the solution here. The mac has received various upgrades along the way, most recently upgraded to Yosemite, but I had this problem before the Yosemite update. I think the problem started after and xcode update, but I'm not sure about that.
The harbour builds are all failing with the following error:
ld: library not found for -lslang
I do have slang installed, having installed it using Homebrew. Well before the error is thrown I already see this in the logs:
! Component: 'slang' found in /usr/local/include
I get the feeling that I am missing libaries for the architecture(s) I am building (i386 and x86_64). Can anybody offer me some advice regarding how to go about debugging and fixing this issue.
Robb
The harbour builds are all failing with the following error:
ld: library not found for -lslang
I do have slang installed, having installed it using Homebrew. Well before the error is thrown I already see this in the logs:
! Component: 'slang' found in /usr/local/include
I get the feeling that I am missing libaries for the architecture(s) I am building (i386 and x86_64). Can anybody offer me some advice regarding how to go about debugging and fixing this issue.
Robb