Compile tutor04 error hb_fun_setsize()

Post Reply
User avatar
Matheusfarias
Posts: 17
Joined: Mon Sep 10, 2012 1:55 pm
Location: João Pessoa/Paraiba/Brasil
Contact:

Compile tutor04 error hb_fun_setsize()

Post by Matheusfarias »

Compiling tutor04.prg this error occurs:

Code: Select all

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
User avatar
Antonio Linares
Site Admin
Posts: 37481
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain
Contact:

Re: Compile tutor04 error hb_fun_setsize()

Post by Antonio Linares »

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
Post Reply