Harbour for OSX Yosemite
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Harbour for OSX Yosemite
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.
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.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Re: Harbour for OSX Yosemite
Manuel,
Here it is working fine:
./build.sh sciedit
Here it is working fine:
./build.sh sciedit
Re: Harbour for OSX Yosemite
I needed to add hbcpage.a file to build.sh of samples.
now it seems right.
now it seems right.