Restarting with FiveLinux
Restarting with FiveLinux
Hello Antonio,
A few years ago I bought FiveLinux 1.0.
I just used it a short time to try it out.
I want to restart with it on a recent distribution. (Ubuntu)
This distribution is of course much evoluated newer version of GCC, GTK etc.
Is my old version working with the actual distributions or is it better to reinstall my old Mandrake version.
Greetings
Willy.
A few years ago I bought FiveLinux 1.0.
I just used it a short time to try it out.
I want to restart with it on a recent distribution. (Ubuntu)
This distribution is of course much evoluated newer version of GCC, GTK etc.
Is my old version working with the actual distributions or is it better to reinstall my old Mandrake version.
Greetings
Willy.
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Willy,
Download Harbour and xHarbour for Linux from here:
www.fivetechsoft.com/files/harbour.zip
www.fivetechsoft.com/files/xharbour.zip
Unzip them where you want to
Download Harbour and xHarbour for Linux from here:
www.fivetechsoft.com/files/harbour.zip
www.fivetechsoft.com/files/xharbour.zip
Unzip them where you want to
Thanks Antonio,
I've received the working files.
I still have some problems.
Compiling to C code seems to work.
Then The build file refer to GTK 2.O where ubuntu has GCC 4.. compiler
the result is the folowing error file
--------------------------------------
compiling...
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'tutor01.prg'...
Lines 9, Functions/Procedures 1
Generating C source output to 'tutor01.c'...
Done.
compiling C module...
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
-------------------------------------------
Is it nescesarry to install a GCC 2 compiler of can we use the latest compiler.
Is there a working build file for my system.
Because I have not much experience with Linux I do not know where to start.
Greetings
Willy
I've received the working files.
I still have some problems.
Compiling to C code seems to work.
Then The build file refer to GTK 2.O where ubuntu has GCC 4.. compiler
the result is the folowing error file
--------------------------------------
compiling...
xHarbour Compiler build 0.99.71 (SimpLex)
Copyright 1999-2007, http://www.xharbour.org http://www.harbour-project.org/
Compiling 'tutor01.prg'...
Lines 9, Functions/Procedures 1
Generating C source output to 'tutor01.c'...
Done.
compiling C module...
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
to the PKG_CONFIG_PATH environment variable
No package 'gtk+-2.0' found
-------------------------------------------
Is it nescesarry to install a GCC 2 compiler of can we use the latest compiler.
Is there a working build file for my system.
Because I have not much experience with Linux I do not know where to start.
Greetings
Willy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Thanks Antonio,
Again a step further.
The .prg files are already converted to .C and compiled to .o files
When linking there is still an error
I have tried te remove Glade and reinstalled it several times.
I did not find a way to change the PKG_CONFIG_PATH variabele
Any idea.
Thanks
Willy
Again a step further.
The .prg files are already converted to .C and compiled to .o files
When linking there is still an error
Code: Select all
linking...
Package libglade-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libglade-2.0.pc'
to the PKG_CONFIG_PATH environment variable
I did not find a way to change the PKG_CONFIG_PATH variabele
Any idea.
Thanks
Willy
- Antonio Linares
- Site Admin
- Posts: 37481
- Joined: Thu Oct 06, 2005 5:47 pm
- Location: Spain
- Contact:
Antonio,
I had already tried that.
The glade-2.0 lib seems to be nescesarry for tutor01.prg
Then I have the following error
I had already tried that.
The glade-2.0 lib seems to be nescesarry for tutor01.prg
Then I have the following error
Code: Select all
linking...
./../lib/libfivec.a(lnx.o): In function `HB_FUN_SETRESOURCES':
lnx.c:(.text+0x27b): undefined reference to `glade_xml_new'
./../lib/libfivec.a(lnx.o): In function `HB_FUN_LOADDIALOG':
lnx.c:(.text+0x2a7): undefined reference to `glade_xml_get_widget'
./../lib/libfivec.a(lnx.o): In function `HB_FUN_LOADBUTTON':
lnx.c:(.text+0x3a8): undefined reference to `glade_xml_get_widget'
collect2: ld returned 1 exit status
done!
./buildx.sh: line 23: ./tutor01: No such file or directory
root@Willy:/home/willy/fivelinux/samples#