Hi Emmanuel, On Fri, Jul 13, 2007 at 09:15:23PM +0200, BARANGER Emmanuel wrote: > I'm sorry but the mail of fgcom programmer is not avaible. I post my > message here.
uuups... this should be mentioned on the web site. I will double check this on monday. My mail address ist [EMAIL PROTECTED] > > Hello, > > First of all to ask you forgiveness for my bad English. Actually I use > Google to translate for me because I do not speak English. Oh. And I do not speak french so I hope google will forgive me for my bad english :-) Thanks for your testing! I will take a look at this on monday, too. Until now the code is really alpha code and my C knowledge is not very well. Due to my 32bit Linux I cannot test why the problem exists but I think it is a simple problem in themake process... try to compile without -L/usr/lib64 -L/usr/lib64 (by hand?). The "-L/usr/lib64 -L/usr/lib64" are inserted by the "macro" XMLRPC_LIBS:=$(shell xmlrpc-c-config libwww-client --libs) which automaticly generates the lines for the library dependencies for libxmlrpc. I think I should use my own simple implementation instead og libxmlrpc. Regards, Holger > > > [EMAIL PROTECTED] src]$ make > > > gcc -O2 -DDEBUG -D'SVN_REV="18M"' -c fgcom.c > > > gcc -O2 -DDEBUG -D'SVN_REV="18M"' -I/usr/include -c xmlrpc.c > > > gcc -s fgcom.o xmlrpc.o -o fgcom -lm -liaxclient -lportaudio -lspeex > > > -lgsm -L/usr/lib64 -L/usr/lib64 -lwwwssl -lwwwxml -lxmltok -lxmlparse > > > -lwwwzip -lwwwinit -lwwwapp -lwwwhtml -lwwwtelnet -lwwwnews -lwwwhttp > > > -lwwwmime -lwwwgopher -lwwwftp -lwwwfile -lwwwdir -lwwwcache > > > -lwwwstream -lwwwmux -lwwwtrans -lwwwcore -lwwwutils -lmd5 -ldl -lz > > > -L/usr/lib64 -lssl -lcrypto -L/usr/lib64 -lcurl -L/usr/lib64 > > > -lxmlrpc_client -lxmlrpc -lxmlrpc_util -lxmlrpc_xmlparse > > > -lxmlrpc_xmltok -Wl,--rpath -Wl,/usr/lib > > > /usr/bin/ld: warning: libportaudio.so.0, needed by > > > /usr/lib64/libiaxclient.so, may conflict with libportaudio.so.2 > > > [EMAIL PROTECTED] src]$ > > > In spite of that compilation is finished and FGCOM is present. > > But with the launching of FGCOM here the result: > > > > > [EMAIL PROTECTED] src]$ ./fgcom > > > ./fgcom - a communication radio based on VoIP with IAX/Asterisk > > > (c)2007 by H. Wirtz <[EMAIL PROTECTED]> > > > Version 0.9 build 18M > > > Using iaxclient library Version CVS-2006/09/17-16:59 > > > > > > JACK tmpdir identified as [/tmp] > > > Erreur de segmentation > > > [EMAIL PROTECTED] src]$ > > > > Last precision, my system: > > > > > > [EMAIL PROTECTED] src]$ uname -a > > > Linux localhost 2.6.21-4mdvRT #1 PREEMPT Sun Jul 8 01:19:20 CEST 2007 > > > x86_64 AMD Sempron(tm) Processor 3100+ GNU/Linux > > > > > > [EMAIL PROTECTED] src]$ gcc --version > > > gcc (GCC) 4.2.1 20070704 (prerelease) (4.2.1-3mdv2008.0) > > > Copyright © 2007 Free Software Foundation, Inc. > > > Ce logiciel est libre; voir les sources pour les conditions de copie. > > > Il n'y a PAS > > > GARANTIE; ni implicite pour le MARCHANDAGE ou pour un BUT PARTICULIER. > > > > > > [EMAIL PROTECTED] src]$ > > > > By hoping that these indications could be useful. > > Best regards. Emmanuel > > > -- > BARANGER Emmanuel > > http://helijah.free.fr > http://helijah.free.fr/Pack_3D > http://helijah.free.fr/flightgear/flightgear.htm > http://helijah.free.fr/flightgear/H4-Hercules.htm > http://helijah.free.fr/flightgear/hangar.htm > > > > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Flightgear-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/flightgear-devel -- ##### #### ## ## Holger Wirtz Phone : (+49 30) 884299-40 ## ## ## ### ## DFN-Verein Fax : (+49 30) 884299-70 ## ## #### ###### Stresemannstr. 78 E-Mail: [EMAIL PROTECTED] ## ## ## ## ### 10963 Berlin ##### ## ## ## GERMANY WWW : http://www.dfn.de GPG-Fingerprint: ABFA 1F51 DD8D 503C 85DC 0C51 E961 79E2 6685 9BCF ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Flightgear-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/flightgear-devel

