Search found 27 matches: libfivec

Return to advanced search

Re: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64

... of different size [-Wint-to-pointer-cast] gtk_object_set_data( GTK_OBJECT( listItem ), "index", ( gpointer ) ( i + 1 ) ); ^ ar rc ./lib/libfivec.a objc/listboxes.o gcc -D_HARBOUR_ `pkg-config --cflags gtk+-2.0` `pkg-config --cflags libglade-2.0` -I./../include/harbour -I./include -Wall ...
by jamil
Sun Mar 24, 2019 1:16 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux, Harbour en OpenSuse Leap 42.1 x86_64
Replies: 8
Views: 2870

Re: reading available fonts on system

... FiveMac modified C library already available from here: https://bitbucket.org/fivetech/fivemac/src/master/lib/libfivec.a
by Antonio Linares
Wed Sep 12, 2018 6:55 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: reading available fonts on system
Replies: 13
Views: 2986

Re: reading available fonts on system

... example: https://bitbucket.org/fivetech/fivemac/src/master/lib/libfive.a https://bitbucket.org/fivetech/fivemac/src/master/lib/libfivec.a #include "FiveMac.ch"function Main()   MsgInfo( ChooseFont() )return nil Will users ever notice that ...
by Antonio Linares
Sun Sep 09, 2018 8:16 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: reading available fonts on system
Replies: 13
Views: 2986

Re: enviando datos desde una función en swift ( experimental )

... \ -enable-testing -enable-objc-interop -parse-as-library \ -o $@ if [ ! -d "lib" ]; then mkdir lib; fi ar rc ./lib/libfivec.a $@ Esto hace que los archivos colocados en la carpeta swift sean compilados , que generen un archivo .o y que generen un archivo cabecera ...
by mastintin
Wed Apr 12, 2017 8:20 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: enviando datos desde una función en swift ( experimental )
Replies: 13
Views: 3999

Re: FiveLinux on Raspberry Pi compile Error.

... /home/pi/fwh/lib/libfive.a when searching for -lfive /usr/bin/ld: cannot find -lfive /usr/bin/ld: skipping incompatible /home/pi/fwh/lib/libfivec.a when searching for -lfivec /usr/bin/ld: cannot find -lfivec /usr/bin/ld: skipping incompatible /home/pi/fwh/lib/libcommon.a when searching ...
by yunbg1
Thu Feb 04, 2016 1:01 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: FiveLinux on Raspberry Pi compile Error.
Replies: 10
Views: 3200

Re: Connect to Advantage Database

... ./../lib/libfive.a(control.o):control.c:(.text+0x2e): seguono ulteriori riferimenti non definiti a "hb_vmProcessSymbolsEx" ./../lib/libfivec.a(buttons.o): nella funzione "HB_FUN_CREATEBUTTON": buttons.c:(.text+0x2f): riferimento non definito a "gtk_button_new_from_stock" ...
by giuliano
Thu Aug 06, 2015 10:43 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Connect to Advantage Database
Replies: 31
Views: 10886

Re: Instalar el sistema completo desde cero en Linux

... (el harbour lo tengo en bin/linux/gcc/harbour que no es la dirección que figura en el Makefile) he podido generar las libreria libfive. a y libfivec.a. He modificado el build.sh para que localice el comando y las librerias del harbour pero cuando ejecuto build.sh no sabe ejecutarlo: pi@raspberrypi ...
by Andrés González
Sun Feb 08, 2015 9:56 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Instalar el sistema completo desde cero en Linux
Replies: 30
Views: 7143

Build Error

... the error does not occur when I compile and link. The error appears to point to this file. /fivewin/source/internal/lnx.c home/colin/fivelinux/lib/libfivec.a(lnx.o): In function `button_press_event': lnx.c:(.text+0xaad): undefined reference to `hb_extIsNil' CODE: SELECT ALL EXPAND VIEW gboolean ...
by Colin Haig
Thu Feb 21, 2013 9:27 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Build Error
Replies: 5
Views: 3174

Re: ComboBox

Hi Antonio The error appears to point to this file. /fivewin/source/internal/lnx.c home/colin/fivelinux/lib/libfivec.a(lnx.o): In function `button_press_event': lnx.c:(.text+0xaad): undefined reference to `hb_extIsNil' gboolean button_press_event( GtkWidget * hWnd, GdkEventButton ...
by Colin Haig
Thu Feb 21, 2013 9:02 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: ComboBox
Replies: 12
Views: 4065

Re: ComboBox

... and copied the libs to the right location and recompiled but the following error occurs on compiling and linking. /home/colin/fivelinux/lib/libfivec.a(lnx.o): In function `button_press_event': lnx.c:(.text+0xaad): undefined reference to `hb_extIsNil' collect2: ld returned 1 exit status Thanks ...
by Colin Haig
Wed Feb 20, 2013 5:31 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: ComboBox
Replies: 12
Views: 4065

Re: iconos orden cabecera browse

Estimado al compilar testprn2 y testprn Me envia este msg duplicate symbol _HB_FUN_SETTEXTCOLOR in: ./../lib/libfivec.a(printers.o) ./../lib/libfivec.a(says.o) ld: 1 duplicate symbol for architecture x86_64 collect2: ld returned 1 exit status done! ./build.sh: line 71: ./testprn.app/Contents/MacOS/testprn: ...
by ramirezosvaldo2
Fri Jan 11, 2013 4:13 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: iconos orden cabecera browse
Replies: 6
Views: 2720

Compilando con gcc y otros

... uso el commando "close all", el compilador o mas bien dicho gcc, me envia el sig msg duplicate symbol _HB_FUN_SAVESCREEN in: ./../lib/libfivec.a(funcs.o) ./../../harbour/lib/libhbrtl.a(saverest.o) ld: 1 duplicate symbol for architecture x86_64 collect2: ld returned 1 exit status done! ...
by ramirezosvaldo2
Fri Jan 11, 2013 3:31 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Compilando con gcc y otros
Replies: 0
Views: 875

Re: Me marca error en la libreria libfive.a

... ./../../harbour/lib/libfive.a(control.o):control.c:(.text+0x2e): more undefined references to `hb_vmProcessSymbolsEx' follow ./../../harbour/lib/libfivec.a(buttons.o): In function `HB_FUN_CREATEBUTTON': buttons.c:(.text+0x2f): undefined reference to `gtk_button_new_from_stock' buttons.c:(.text+0x48): ...
by benjiben143
Sun Jun 17, 2012 5:13 am
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Me marca error en la libreria libfive.a
Replies: 15
Views: 6073

Re: Me marca error en la libreria libfive.a

... ./../../harbour/lib/libfive.a(control.o):control.c:(.text+0x2e): more undefined references to `hb_vmProcessSymbolsEx' follow ./../../harbour/lib/libfivec.a(buttons.o): In function `HB_FUN_CREATEBUTTON': buttons.c:(.text+0x2f): undefined reference to `gtk_button_new_from_stock' buttons.c:(.text+0x48): ...
by benjiben143
Sat Jun 16, 2012 7:15 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Me marca error en la libreria libfive.a
Replies: 15
Views: 6073

Me marca error en la libreria libfive.a

... ./../../harbour/lib/libfive.a(control.o):control.c:(.text+0x2e): more undefined references to `hb_vmProcessSymbolsEx' follow ./../../harbour/lib/libfivec.a(buttons.o): In function `HB_FUN_CREATEBUTTON': buttons.c:(.text+0x2f): undefined reference to `gtk_button_new_from_stock' buttons.c:(.text+0x48): ...
by benjiben143
Sat Jun 16, 2012 4:56 pm
 
Forum: FiveLinux / FiveDroid (Android)
Topic: Me marca error en la libreria libfive.a
Replies: 15
Views: 6073
Next

Return to advanced search