Boa tarde a todos.<br><br>Gostaria de tirar uma dúvida sobre a compilação da library no Debian 3.1<br><br>Eu consegui passar pelo configure, depois de um bom tempo quebrando a cabeça em um problema não explicado durante os testes do openssl.<br><br>O erro era que no Debian, o nome correto da library que tinha que ser instalada era libssl-dev.<br><br>Depois de instalada, o configure passou corretamente. Durante o 'make', as libs compilam corretamente. No entanto, durante a compilação do shepp, ocorrem vários erros de compilação, que seguem abaixo:<br><br><br>if g++ -DHAVE_CONFIG_H -I. -I. -I../..  -I../../include -I /usr/local/include  -O -pipe -MT shepp.o -MD -MP -MF ".deps/shepp.Tpo" -c -o shepp.o shepp.cpp; \<br>then mv -f ".deps/shepp.Tpo" ".deps/shepp.Po"; else rm -f ".deps/shepp.Tpo"; exit 1; fi<br>In file included from DomainFunctions.H:31,<br>                 from
 shepp.cpp:35:<br>SheppCommandFunctions.H: In function `int cmd_server(char*)':<br>SheppCommandFunctions.H:159: error: declaration of `int cmd_server(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:55: error: than previous declaration `int<br>   cmd_server(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_port(char*)':<br>SheppCommandFunctions.H:191: error: declaration of `int cmd_port(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:56: error: than previous declaration `int<br>   cmd_port(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_client_pem(char*)':<br>SheppCommandFunctions.H:212: error: declaration of `int cmd_client_pem(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:57: error: than previous declaration `int<br>   cmd_client_pem(char*) throw ()'<br>SheppCommandFunctions.H: In function `int
 cmd_root_pem(char*)':<br>SheppCommandFunctions.H:234: error: declaration of `int cmd_root_pem(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:58: error: than previous declaration `int<br>   cmd_root_pem(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_pass(char*)':<br>SheppCommandFunctions.H:256: error: declaration of `int cmd_pass(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:59: error: than previous declaration `int<br>   cmd_pass(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_user(char*)':<br>SheppCommandFunctions.H:267: error: declaration of `int cmd_user(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:60: error: than previous declaration `int<br>   cmd_user(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_login_pw(char*)':<br>SheppCommandFunctions.H:291: error: declaration of `int
 cmd_login_pw(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:61: error: than previous declaration `int<br>   cmd_login_pw(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_login_new_pw(char*)':<br>SheppCommandFunctions.H:302: error: declaration of `int cmd_login_new_pw(char*)<br>   ' throws different exceptions<br>SheppCommandFunctions.H:62: error: than previous declaration `int<br>   cmd_login_new_pw(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_connect(char*)':<br>SheppCommandFunctions.H:314: error: declaration of `int cmd_connect(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:63: error: than previous declaration `int<br>   cmd_connect(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_beauty(char*)':<br>SheppCommandFunctions.H:366: error: declaration of `int cmd_beauty(char*)'<br>   throws different
 exceptions<br>SheppCommandFunctions.H:69: error: than previous declaration `int<br>   cmd_beauty(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_debug(char*)':<br>SheppCommandFunctions.H:401: error: declaration of `int cmd_debug(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:70: error: than previous declaration `int<br>   cmd_debug(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_xmlcmd(char*)':<br>SheppCommandFunctions.H:436: error: declaration of `int cmd_xmlcmd(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:52: error: than previous declaration `int<br>   cmd_xmlcmd(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_xmlrsp(char*)':<br>SheppCommandFunctions.H:462: error: declaration of `int cmd_xmlrsp(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:53: error: than previous declaration
 `int<br>   cmd_xmlrsp(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_login(char*)':<br>SheppCommandFunctions.H:540: error: declaration of `int cmd_login(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:45: error: than previous declaration `int<br>   cmd_login(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_hello(char*)':<br>SheppCommandFunctions.H:575: error: declaration of `int cmd_hello(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:46: error: than previous declaration `int<br>   cmd_hello(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_quit(char*)':<br>SheppCommandFunctions.H:624: error: declaration of `int cmd_quit(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:67: error: than previous declaration `int<br>   cmd_quit(char*) throw ()'<br>SheppCommandFunctions.H: In function `int
 cmd_help(char*)':<br>SheppCommandFunctions.H:635: error: declaration of `int cmd_help(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:65: error: than previous declaration `int<br>   cmd_help(char*) throw ()'<br>SheppCommandFunctions.H: In function `int cmd_about(char*)':<br>SheppCommandFunctions.H:650: error: declaration of `int cmd_about(char*)'<br>   throws different exceptions<br>SheppCommandFunctions.H:66: error: than previous declaration `int<br>   cmd_about(char*) throw ()'<br>In file included from shepp.cpp:35:<br>DomainFunctions.H: In function `int cmd_domain(char*)':<br>DomainFunctions.H:801: error: declaration of `int cmd_domain(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:48: error: than previous declaration `int<br>   cmd_domain(char*) throw ()'<br>In file included from shepp.cpp:36:<br>ContactFunctions.H: In function `int
 cmd_contact(char*)':<br>ContactFunctions.H:573: error: declaration of `int cmd_contact(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:49: error: than previous declaration `int<br>   cmd_contact(char*) throw ()'<br>In file included from shepp.cpp:37:<br>BrOrgFunctions.H: In function `int cmd_brorg(char*)':<br>BrOrgFunctions.H:705: error: declaration of `int cmd_brorg(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:50: error: than previous declaration `int<br>   cmd_brorg(char*) throw ()'<br>In file included from shepp.cpp:38:<br>PollFunctions.H: In function `int cmd_poll(char*)':<br>PollFunctions.H:68: error: declaration of `int cmd_poll(char*)' throws<br>   different exceptions<br>SheppCommandFunctions.H:47: error: than previous declaration `int<br>   cmd_poll(char*) throw ()'<br>make: *** [shepp.o] Error 1<br><br>Os erros ocorrem apenas durante a compilação do shepp. A
 compilação da library ocorre com sucesso.<br><br>Se possível, estarei esperando por alguma ajuda das pessoas na lista. Obrigado.<br><br><br>Jhonatan Flach<br><p>
                <hr size=1> 
Yahoo! doce lar. <a href="http://us.rd.yahoo.com/mail/br/tagline/homepage_set/*http://br.yahoo.com/homepageset.html">Faça do Yahoo! sua homepage.</a>