Não consigo compilar nada! [RESOLVIDO]

13. Re: Não consigo compilar nada! [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 19/03/2009 - 14:37h

mslomp, se for a glib2, ela já tá instalada, se for glib, não encontra-se no meu repositório. Existe msm esse pacote glib?

Sérgio, segue ae o link:

http://sourceforge.net/project/showfiles.php?group_id=190211&package_id=293269&release_id=62...

Se vc conseguir me fala. Ah! Tentei compilar outras coisas e consegui normalmente, apenas esse aplicativo e os módulos do VMware q num consegui :/

Obrigado pela força, galera!


  


14. Re: Não consigo compilar nada! [RESOLVIDO]

Sérgio Abrantes Junior
pelo

(usa Debian)

Enviado em 20/03/2009 - 00:16h

Fala rapaz,

Seguinte...isso ai é uma M*****

Quando fui dar um configure pela primeira vez, deu o seguinte erro:
configure: error: Error in libmimic

então no arquivo diz que ele precisa dos seguintes pacotes:
To use MSN Shadow you need:
libmimic: farsight.sourceforge.net/
QT: www.trolltech.com

Instalei esse libmimic através de um slackbuild em :
http://www.kavalinux.com/slackyit/slackware-12.1/libraries/libmimic/1.0.4/src/

Instalei e rodei o make e olha a mensagem:

Good - your configure finished. Start make now

Ok...rodei o make e deu um monte de erro bem diferente do teu.

root@fire:~/Desktop/msnshadow-0.3# make
make all-recursive
make[1]: Entering directory `/root/Desktop/msnshadow-0.3'
Making all in doc
make[2]: Entering directory `/root/Desktop/msnshadow-0.3/doc'
Making all in .
make[3]: Entering directory `/root/Desktop/msnshadow-0.3/doc'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/root/Desktop/msnshadow-0.3/doc'
Making all in en
make[3]: Entering directory `/root/Desktop/msnshadow-0.3/doc/en'
/opt/kde3/bin/meinproc --check --cache index.cache.bz2 ./index.docbook
make[3]: Leaving directory `/root/Desktop/msnshadow-0.3/doc/en'
make[2]: Leaving directory `/root/Desktop/msnshadow-0.3/doc'
Making all in po
make[2]: Entering directory `/root/Desktop/msnshadow-0.3/po'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/root/Desktop/msnshadow-0.3/po'
Making all in src
make[2]: Entering directory `/root/Desktop/msnshadow-0.3/src'
/opt/kde3/lib/qt3/bin/uic -L /opt/kde3/lib/kde3/plugins/designer -nounload -o listcontact.h ./listcontact.ui
if g++ -DHAVE_CONFIG_H -I. -I. -I.. -I/opt/kde3/lib/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" -c -o main.o main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; else rm -f ".deps/main.Tpo"; exit 1; fi
In file included from msnshadow.h:31,
from main.cpp:22:
/usr/include/mimic.h:21:18: error: glib.h: No such file or directory
In file included from msnshadow.h:34,
from main.cpp:22:
msnshadowitemvideo.h:463:7: warning: no newline at end of file
In file included from /usr/lib/qt/include/QtCore/qbasicatomic.h:203,
from /usr/lib/qt/include/QtCore/qatomic.h:42,
from /usr/lib/qt/include/QtCore/qbytearray.h:42,
from /usr/lib/qt/include/QtCore/QByteArray:1,
from /usr/include/kconfig.h:33,
from /usr/include/ksharedconfig.h:25,
from /usr/include/kcomponentdata.h:23,
from /usr/include/kapplication.h:45,
from main.cpp:23:
/usr/lib/qt/include/QtCore/qatomic_arch.h:78:4: error: #error "Qt has not been ported to this architecture"
In file included from msnshadow.h:27,
from main.cpp:22:
msnshadowitemchat.h: In constructor 'chatEvent::chatEvent(QString, QString, QString, int, short unsigned int, short unsigned int)':
msnshadowitemchat.h:51: warning: 'chatEvent::id' will be initialized after
msnshadowitemchat.h:49: warning: 'short unsigned int chatEvent::port1'
msnshadowitemchat.h:47: warning: when initialized here
In file included from msnshadow.h:31,
from main.cpp:22:
/usr/include/mimic.h: At global scope:
/usr/include/mimic.h:51: error: 'gboolean' does not name a type
/usr/include/mimic.h:52: error: 'gboolean' does not name a type
/usr/include/mimic.h:54: error: 'gboolean' does not name a type
/usr/include/mimic.h:55: error: 'gboolean' does not name a type
/usr/include/mimic.h:57: error: 'gboolean' does not name a type
/usr/include/mimic.h:62: error: 'gboolean' does not name a type
In file included from msnshadow.h:34,
from main.cpp:22:
msnshadowitemvideo.h: In constructor 'msnShadowItemVideoEvent::msnShadowItemVideoEvent(QString, QString)':
msnshadowitemvideo.h:411: warning: 'msnShadowItemVideoEvent::ip_src' will be initialized after
msnshadowitemvideo.h:411: warning: 'QString msnShadowItemVideoEvent::ip_dst'
msnshadowitemvideo.h:410: warning: when initialized here
msnshadowitemvideo.h: In constructor 'labelEvent::labelEvent(QLabel*, QPixmap)':
msnshadowitemvideo.h:419: warning: 'labelEvent::labelzao' will be initialized after
msnshadowitemvideo.h:418: warning: 'QPixmap labelEvent::pix'
msnshadowitemvideo.h:417: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyEvent::memcpyEvent(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:428: warning: 'memcpyEvent::soma' will be initialized after
msnshadowitemvideo.h:427: warning: 'char* memcpyEvent::buffer'
msnshadowitemvideo.h:426: warning: when initialized here
msnshadowitemvideo.h: In constructor 'memcpyyyEvennnt::memcpyyyEvennnt(char*, int, char*, int, int, int*)':
msnshadowitemvideo.h:456: warning: 'memcpyyyEvennnt::soma' will be initialized after
msnshadowitemvideo.h:455: warning: 'char* memcpyyyEvennnt::buffer'
msnshadowitemvideo.h:454: warning: when initialized here
In file included from /usr/include/kconfig.h:27,
from /usr/include/ksharedconfig.h:25,
from /usr/include/kcomponentdata.h:23,
from /usr/include/kapplication.h:45,
from main.cpp:23:
/usr/include/kconfigbase.h: At global scope:
/usr/include/kconfigbase.h:66: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:71: error: expected ';' before 'virtual'
/usr/include/kconfigbase.h:112: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:113: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:114: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:171: error: 'WriteConfigFlags' has not been declared
/usr/include/kconfigbase.h:180: error: expected constructor, destructor, or type conversion before '(' token
make[2]: *** [main.o] Error 1
make[2]: Leaving directory `/root/Desktop/msnshadow-0.3/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/root/Desktop/msnshadow-0.3'
make: *** [all] Error 2
root@fire:~/Desktop/msnshadow-0.3#


Complicado heim





15. Re: Não consigo compilar nada! [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 20/03/2009 - 01:26h

Huihaiuhaiuhaiuahau!!! É d rir msm! E eu achando q o problema tava no meu note. Tou vendo q tá sendo é nessa "porcaria" d código-fonte q anda buscando os headers em lugares diferentes do usual. Eu topo o desafio d conseguir compilar esse treco na marra, tá afim?


16. Re: Não consigo compilar nada! [RESOLVIDO]

Perfil removido
removido

(usa Nenhuma)

Enviado em 20/03/2009 - 06:05h

Bem colega esperimente correr este comando em root

O glib é responsavél pela criação de interface grafica às aplicações no linux..

Não tenho certeza se a sua distribuição é baseada em debian (debian based) se for corra este comando, vai instalar muitos dos compiladores e interpretadores (quanto ao glib não tenho certeza).

#apt-get install essentials

Mas se mesmo assim não tiver sorte dé uma olhada em http://www.gtk.org/download-linux.html e baixe de lá, voce tem lá o source e um guia para o ajudar a instalar as bibliotecas do glib.

Até mais colega ;)


17. Re: Não consigo compilar nada! [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 20/03/2009 - 09:37h

Ele não é baseado em Debian, é Slack. Mas valew pela força. Ah! Eu tava executando como root, senão dá permissão negada.


18. Re: Não consigo compilar nada! [RESOLVIDO]

Renato Carneiro Pacheco
renato_pacheco

(usa Debian)

Enviado em 20/03/2009 - 11:05h

mslomp... vc é [*****]! Como vc sabe dessas coisas? Vc aprendeu sozinho ou fazendo aula, sei lá? Ou, se for sozinho, me passa aonde vc conseguiu material pra isso, pq eu vivo apanhando nessas coisas ae... é a segunda vez q vc me ajuda, valew msm!!!

Obrigado tb, Sérgio, por tentar me ajudar nessa parada. E obrigado tb para aqueles q eu não mencionei aki.



01 02



Patrocínio

Site hospedado pelo provedor RedeHost.
Linux banner

Destaques

Artigos

Dicas

Tópicos

Top 10 do mês

Scripts