queriendo iniciar con fivelinux

queriendo iniciar con fivelinux

Postby wilsongamboa » Fri Oct 12, 2007 5:14 pm

Antonio, tengo linux red hat version 9 , al intentar construir el tutor01 me da este error

compiling...
./../../harbour/bin/harbour: /lib/tls/libc.so.6: version `GLIBC_2.4' not found (required by ./../../harbour/bin/harbour)
compiling C module...
gcc: tutor01.c: No existe el fichero o el directorio
gcc: no hay ficheros de entrada
linking...
Package libgnomeprintui-2.2 was not found in the pkg-config search path.
Perhaps you should add the directory containing `libgnomeprintui-2.2.pc'
to the PKG_CONFIG_PATH environment variable
No package 'libgnomeprintui-2.2' found
gcc: tutor01.o: No existe el fichero o el directorio
rm: no se puede efectuar `lstat' sobre `tutor01.c': No existe el fichero o el directorio
rm: no se puede efectuar `lstat' sobre `tutor01.o': No existe el fichero o el directorio
done!
./build.sh: line 23: ./tutor01: No existe el fichero o el directorio

que me esta faltando instalar y como lo instalo ??
al digitar
rpm -q gtk2-devel
obtengo como respuesta
gtk2-devel-2.2.1-4

perdon por la ignorancia
gracias x todo

Saludo
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
wilsongamboa
 
Posts: 548
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Postby Antonio Linares » Fri Oct 12, 2007 7:06 pm

Wilson,

Prueba lo siguiente desde una ventana de consola:

sudo yum install glibc
sudo yum install gtk2-devel
sudo yum install libgnomeprintui22-devel
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby wilsongamboa » Fri Oct 12, 2007 7:52 pm

Antonio, gracias ya sse instalaaron esass librerias, ahora me sale este otro error

compiling...
Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'tutor01.prg'...
Lines 1015, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
compiling C module...
./build.sh: line 14: gcc: command not found
linking...
./build.sh: line 17: gcc: command not found
rm: no se puede borrar «tutor01.o»: No existe el fichero o el directorio
done!
./build.sh: line 23: ./tutor01: No existe el fichero o el directorio
[root@localhost samples]#

que estara mall ?
gracias x todo

x cierto como coonnnfiiguro el teclado para que no se repitan laas teclas ??

saludos
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
wilsongamboa
 
Posts: 548
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Postby Antonio Linares » Sat Oct 13, 2007 11:50 am

Wilson,

Te falta el compilador de C. Es raro que no venga incluido:

sudo yum install gcc

Para el teclado, no se. Yo te recomiendo usar Ubuntu. En la opinión de muchos es el Linux más amigable y más fácil de configurar, y posiblemente el que mejor soporte técnico y actualizaciones ofrece.
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby wilsongamboa » Sat Oct 13, 2007 7:14 pm

gracias Antonio, tengo un problema y es que el teclado dejo de funcionar en la parte grafica, tengo instalado centos 5 en mi laptop virtualizado con Microsoft Virtual Pc 2007 que estan regalando

Voy a ver si vuelco a instalar todo con ubunto, aunque en mi laptop no arranco me voy a bajar la version 7

Gracias x todo

Saludos

Att
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
wilsongamboa
 
Posts: 548
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Postby Antonio Linares » Sun Oct 14, 2007 7:02 am

Ubuntu es excelente. En la opinión de muchos, es el Linux con más futuro :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby wilsongamboa » Sun Oct 14, 2007 7:15 am

Antonio, ahora ya estoy con Ubuntu 7.04 lo instale con vmware player, ya instale la secuencia de programas:

sudo apt-get install libgtk2.0-dev
sudo apt-get install gcc
sudo apt-get install libncurses5-dev
sudo apt-get install libgpmg1-dev
sudo apt-get install libgnomeprintui2.2-dev



ahora obtengo este error

Harbour devel build 1.1-1 Intl.
Copyright 1999-2007, http://www.harbour-project.org/
Compiling 'tutor01.prg'...
Lines 1015, Functions/Procedures 1
Generating C source output to 'tutor01.c'... Done.
compiling C module...
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
No package 'libglade-2.0' found
/home/user/wilson/fivelinux/lib/libfivec.a(lnx.o): In function `HB_FUN_SETRESOURCES':
lnx.c:(.text+0x27b): undefined reference to `glade_xml_new'
/home/user/wilson/fivelinux/lib/libfivec.a(lnx.o): In function `HB_FUN_LOADDIALOG':
lnx.c:(.text+0x2a7): undefined reference to `glade_xml_get_widget'
/home/user/wilson/fivelinux/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!
./build: line 23: ./tutor01: No such file or directory

Gracias x Todo
Saludos
pd: por cierto Ubuntu esta muuuuuy bonito
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
wilsongamboa
 
Posts: 548
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Postby Antonio Linares » Sun Oct 14, 2007 7:43 am

Wilson,

sudo apt-get install glade-2
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain

Postby wilsongamboa » Sun Oct 14, 2007 7:54 am

Antonio, gracias
EXITO TOTAL!!!!
ya compile , estoy muy emocionado, gracias nuevamente
existe un programa que viene con ubuntu llamado
Synaptic Package Manager
con ese he resuelto todos esos problemas !!!
la verdad que esto se ve oK

por cierto de mis experiencias de esto
Microsoft Virtual Pc es un fraude no funciona, me hizo perder una semana de trabajo, tiene erroes de memoria, no deja funcionar bien al linux, etc
Vmware Player funciona muuuuy bien, me baje una maquina virtual ya lista, claro que esta en ingles pero me sirve
aclaro que soy novato

aca una imagen

Image

gracias nuevamente
Wilson 'W' Gamboa A
Wilson.josenet@gmail.com
User avatar
wilsongamboa
 
Posts: 548
Joined: Wed Oct 19, 2005 6:41 pm
Location: Quito - Ecuador

Postby Antonio Linares » Sun Oct 14, 2007 8:13 am

Wilson,

Bien! :-)

Yo tambien prefiero vmware, aunque tengo instalados multiples sistemas operativos en el ordenador, ya que asi usas Linux a su velocidad real.

En el ordenador tengo tres discos duros internos: uno para Vista/XP, otro para Linux y el tercero para Mac. Asi no intefieren unos con otros. El arranque de Linux (grub) controla todos los sistemas operativos :-)
regards, saludos

Antonio Linares
www.fivetechsoft.com
User avatar
Antonio Linares
Site Admin
 
Posts: 41314
Joined: Thu Oct 06, 2005 5:47 pm
Location: Spain


Return to FiveLinux / FiveDroid (Android)

Who is online

Users browsing this forum: No registered users and 2 guests