Page 1 of 1

Osx version

Posted: Thu Mar 10, 2011 9:17 am
by kelvo
In Osx 10.6.6 don't work ...

This is the command line ...


MacBook-di-celli-andrea:gcc andrea$ ./hbmk2
dyld: Library not loaded: /opt/local/lib/libncurses.5.dylib
Referenced from: /hmg.4/harbour/bin/darwin/gcc/./hbmk2
Reason: no suitable image found. Did find:
/usr/lib/libncurses.5.dylib: no matching architecture in universal wrapper
Trace/BPT trap

Re: Osx version

Posted: Thu Mar 10, 2011 7:51 pm
by solvox
Hi Kelvo,

please read this http://hmgforum.com/viewtopic.php?f=32&t=1685&start=10
You will need some macports packages.

I suggest you to make harbour from sources (nighly build) and
after that build HMG4 lib. This way harbour is build with clang compiler
and there is no lib.ncurses error. Sorry but currently I don't have time to
make one nice dmg file for installing complete package.

Best Regards
Alen Uzelac

Re: Osx version

Posted: Fri Mar 11, 2011 4:28 am
by Rathinagiri
Thanks for the timely help.