FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index WhatsNew / Novedades Harbour for OSX Yosemite
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Harbour for OSX Yosemite
Posted: Sat Jul 11, 2015 07:10 PM
regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1516
Joined: Thu May 27, 2010 02:06 PM
Re: Harbour for OSX Yosemite
Posted: Sun Jul 12, 2015 08:01 AM

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.

Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Harbour for OSX Yosemite
Posted: Sun Jul 12, 2015 08:36 AM

Manuel,

Here it is working fine:

./build.sh sciedit

regards, saludos

Antonio Linares
www.fivetechsoft.com
Posts: 1516
Joined: Thu May 27, 2010 02:06 PM
Re: Harbour for OSX Yosemite
Posted: Sun Jul 12, 2015 10:18 AM

I needed to add hbcpage.a file to build.sh of samples.
now it seems right.

Continue the discussion