Page 1 of 1

Harbour for OSX Yosemite

PostPosted: Sat Jul 11, 2015 7:10 pm
by Antonio Linares

Re: Harbour for OSX Yosemite

PostPosted: Sun Jul 12, 2015 8:01 am
by mastintin
Antonio .
missing hbcompat.ch
and
compiling...

Harbour 3.2.0dev (r1507030922)
Copyright (c) 1999-2015, http://harbour-project.org/
Compiling 'sciedit.prg'...
Lines 3621, Functions/Procedures 48
Generating C source output to 'sciedit.c'... Done.
compiling C module...
linking...
Undefined symbols for architecture x86_64:
"_HB_FUN_HB_CODEPAGE_CS852", referenced from:
_symbols_table in libhbrtl.a(langcomp.o)
"_HB_FUN_HB_CODEPAGE_DE850", referenced from:
_symbols_table in libhbrtl.a(langcomp.o)
"_HB_FUN_HB_CODEPAGE_EL737", referenced from:
_symbols_table in libhbrtl.a(langcomp.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
done!
The application cannot be opened because its executable is missing.

Re: Harbour for OSX Yosemite

PostPosted: Sun Jul 12, 2015 8:36 am
by Antonio Linares
Manuel,

Here it is working fine:

./build.sh sciedit

Re: Harbour for OSX Yosemite

PostPosted: Sun Jul 12, 2015 10:18 am
by mastintin
I needed to add hbcpage.a file to build.sh of samples.
now it seems right.