LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   giFT FastTrack - Problem Compiling (https://www.linuxquestions.org/questions/linux-software-2/gift-fasttrack-problem-compiling-70991/)

Jose Muņiz 07-08-2003 11:34 AM

giFT FastTrack - Problem Compiling
 
I have correctly downloaded and installed giFT and a frontend, giFToxic. I want to add the FastTrack protocol. I downloaded it and tried to install it.

First thing I did was "export PKG_CONFIG_PATH="/usr/local/lib/pkgconfig" ", then I ran "autogen.sh" and finally proceeded to make.

Nevertheless, I get the following errors when *making*

Quote:

[joseamuniz@localhost giFT-FastTrack]$ make
cd . && /bin/sh /home/joseamuniz/Linux_related/Music/giFT-FastTrack/missing --run autoheader
touch ./config.h.in
cd . && /bin/sh ./config.status config.h
config.status: creating config.h
config.status: config.h is unchanged
make all-recursive
make[1]: Entering directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack'
Making all in src
make[2]: Entering directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack/src'
Making all in crypt
make[3]: Entering directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack/src/crypt'
make[3]: Nothing to be done for `all'.
make[3]: Leaving directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack/src/crypt'
make[3]: Entering directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack/src'
source='fst_download.c' object='fst_download.lo' libtool=yes \
depfile='.deps/fst_download.Plo' tmpdepfile='.deps/fst_download.TPlo' \
depmode=gcc3 /bin/sh ../depcomp \
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src/crypt -I/usr/local/include -g -Wall -g -Wall -c -o fst_download.lo `test -f 'fst_download.c' || echo './'`fst_download.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I../src -I../src/crypt -I/usr/local/include -g -Wall -g -Wall -c fst_download.c -MT fst_download.lo -MD -MP -MF .deps/fst_download.TPlo -fPIC -DPIC -o fst_download.lo
fst_download.c: In function `gift_cb_download_stop':
fst_download.c:40: structure has no member named `data'
fst_download.c:46: structure has no member named `data'
fst_download.c: In function `gift_cb_source_remove':
fst_download.c:67: structure has no member named `data'
fst_download.c:73: structure has no member named `data'
fst_download.c: In function `fst_download_create':
fst_download.c:107: structure has no member named `data'
fst_download.c: In function `fst_download_free':
fst_download.c:124: structure has no member named `data'
fst_download.c: In function `download_error_gift':
fst_download.c:377: structure has no member named `data'
fst_download.c:385: structure has no member named `data'
fst_download.c: At top level:
fst_download.c:439: warning: `download_calc_xfer_uid' defined but not used
make[3]: *** [fst_download.lo] Error 1
make[3]: Leaving directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack/src'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/joseamuniz/Linux_related/Music/giFT-FastTrack'make: *** [all] Error 2
I have looked through the readme and I have made sure I have the necessary libraries. I haven't found any other similar cases to mine that have been correctly slved. Could someone please help me? I would appreciate it a lot! Thanks for your time.

cav 07-08-2003 01:55 PM

I know this isnt really an answer to your problem, but I have had great results using mldonkey and mldonkey_gui, which has fasttrack support built in, as well as bittorrent, soulseek, gnutella, directconnect, etc.

Jose Muņiz 07-08-2003 06:00 PM

Thanks a lot for your reply! I will try to use it. I couldn't compile the other program so I will give "mldonkey" a shot. Thanks

Jose Muņiz 07-08-2003 09:23 PM

I downloaded it and I am using it very nicely. But hm... I have a problem. Every time you run that program it looks for a set of configuration files and if it doesn't find them, it creates them again...

when I run the program opening a shell, and going to the directory and opening the exec file from there, it works correctly and takes the configuration files from that directory.

Nevertheless, I did a shortcut in my GNOME Bar and it generates the files in my Home directory. Is there any way I can solve that?

cav 07-09-2003 11:53 AM

Yeah, i found that annoying at first too. What I do is start mldonkey using a shell, and i created a directory specifically for all those config files it makes, and just cd into that directory before i start it. Then I start the gui with a regular desktop icon or menu link.

Jose Muņiz 07-09-2003 01:58 PM

You mean you created a script that does a 'cd, then launches the gui'?

Or... am I missing something?

cav 07-10-2003 10:38 AM

I havent made a script yet, though i plan to. Right now I just do it all manually. Start mldonkey in the appropriate directory where all the config files are, then start the gui.


All times are GMT -5. The time now is 06:10 AM.