Page 1 of 1

Compile tutor04 error hb_fun_setsize()

PostPosted: Wed Sep 26, 2012 1:36 pm
by Matheusfarias
Compiling tutor04.prg this error occurs:
Code: Select all  Expand view
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? :P

Re: Compile tutor04 error hb_fun_setsize()

PostPosted: Wed Sep 26, 2012 2:00 pm
by Antonio Linares
Please use the most recent repository source code:

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

cd fivelinux

make