Sr. Antonio,
Tive problemas em instalar a GTK:
sudo apt-get install libgtk2.0-dev
[sudo] password for ubiratan:
Lendo listas de pacotes... Pronto
Construindo árvore de dependências
Lendo informação de estado... Pronto
Alguns pacotes não puderam ser instalados. Isto pode significar que
você solicitou uma situação impossÃvel ou, se você está usando a
distribuição instável, que alguns pacotes requeridos não foram
criados ainda ou foram retirados da "Incoming".
A informação a seguir pode ajudar a resolver a situação:
Os pacotes a seguir têm dependências desencontradas:
libgtk2.0-dev: Depende: libatk1.0-dev (>= 1.6.1-2) mas não será instalado
Depende: libcairo2-dev mas não será instalado
Depende: libglib2.0-dev (>= 2.12.0) mas não será instalado
Depende: libgtk2.0-0 (= 2.12.9-3ubuntu5) mas 2.18.3-1 está para ser instalado
Depende: libpango1.0-dev (>= 1.10.0-2) mas não será instalado
Depende: libx11-dev (>= 2:1.0.0-6) mas não será instalado
Depende: libxcomposite-dev mas não será instalado
Depende: libxcursor-dev mas não será instalado
Depende: libxdamage-dev mas não será instalado
Depende: libxext-dev mas não será instalado
Depende: libxfixes-dev mas não será instalado
Depende: libxi-dev mas não será instalado
Depende: libxinerama-dev mas não será instalado
Depende: libxrandr-dev mas não será instalado
E: Pacotes quebrados
Sr. Antonio,
estou tentando compilar com fivelinux porem acontece os erros baixo:
ubiratan@ubiratan-flx:~$ cd fivelinux/samples/
ubiratan@ubiratan-flx:~/fivelinux/samples$ sudo ./buildx.sh tutor01.prg
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
gcc: tutor01.prg.c: Arquivo ou diretório não encontrado
gcc: no input files
linking...
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
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
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.prg.o: Arquivo ou diretório não encontrado
rm: não foi possÃvel remover `tutor01.prg.c': Arquivo ou diretório não encontrado
rm: não foi possÃvel remover `tutor01.prg.o': Arquivo ou diretório não encontrado
done!
./buildx.sh: 23: ./tutor01.prg: Permission denied
ubiratan@ubiratan-flx:~/fivelinux/samples$