FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveLinux / FiveDroid (Android) Compile tutor04 error hb_fun_setsize()
Posts: 17
Joined: Mon Sep 10, 2012 01:55 PM
Compile tutor04 error hb_fun_setsize()
Posted: Wed Sep 26, 2012 01:36 PM
Compiling tutor04.prg this error occurs:
Code (fw): Select all Collapse
compiling...
Harbour 3.0.0 (Rev. 16951)
Copyright (c) 1999-2011, http://harbour-project.org/
Compiling 'tutor04.prg'...
Lines 1227, Functions/Procedures 2
Generating C source output to 'tutor04.c'... Done.
compiling C module...
linking...
./../lib/libfive.a(checkbox.o):(.data+0x1e8): undefined reference to `HB_FUN_SETSIZE'
./../lib/libfive.a(image.o):(.data+0x1a8): undefined reference to `HB_FUN_SETSIZE'
./../lib/libfive.a(progres.o):(.data+0x1e8): undefined reference to `HB_FUN_SETSIZE'
collect2: ld returned 1 exit status
done!
build.sh: linha 23: ./tutor04: Arquivo ou diretório não encontrado

how to proceed? :-)
Posts: 44158
Joined: Thu Oct 06, 2005 05:47 PM
Re: Compile tutor04 error hb_fun_setsize()
Posted: Wed Sep 26, 2012 02:00 PM

Please use the most recent repository source code:

svn checkout https://fivelinux.googlecode.com/svn/trunk/ fivelinux

cd fivelinux

make

regards, saludos

Antonio Linares
www.fivetechsoft.com

Continue the discussion