LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 07-08-2003, 11:34 AM   #1
Jose Muņiz
Member
 
Registered: Jul 2003
Location: Mexico City
Distribution: Slackware 9.1, SuSE 9.1
Posts: 248

Rep: Reputation: 32
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.
 
Old 07-08-2003, 01:55 PM   #2
cav
Member
 
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
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.
 
Old 07-08-2003, 06:00 PM   #3
Jose Muņiz
Member
 
Registered: Jul 2003
Location: Mexico City
Distribution: Slackware 9.1, SuSE 9.1
Posts: 248

Original Poster
Rep: Reputation: 32
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
 
Old 07-08-2003, 09:23 PM   #4
Jose Muņiz
Member
 
Registered: Jul 2003
Location: Mexico City
Distribution: Slackware 9.1, SuSE 9.1
Posts: 248

Original Poster
Rep: Reputation: 32
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?
 
Old 07-09-2003, 11:53 AM   #5
cav
Member
 
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
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.
 
Old 07-09-2003, 01:58 PM   #6
Jose Muņiz
Member
 
Registered: Jul 2003
Location: Mexico City
Distribution: Slackware 9.1, SuSE 9.1
Posts: 248

Original Poster
Rep: Reputation: 32
You mean you created a script that does a 'cd, then launches the gui'?

Or... am I missing something?
 
Old 07-10-2003, 10:38 AM   #7
cav
Member
 
Registered: Feb 2003
Location: Chicago
Distribution: Slackware 10.2
Posts: 154

Rep: Reputation: 30
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.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Apollon, giFT and FastTrack... Oh my pen^2 Linux - Software 11 02-10-2012 01:28 AM
Problem running giFT (with FastTrack plugin) as ordinary user MacLin Linux - Software 1 02-09-2005 04:48 AM
giFT FastTrack Plugin lapthorn Linux - Software 1 07-09-2004 07:37 AM
HELP!! with giFT FastTrack! TweakerFD Linux - Newbie 2 07-21-2003 01:08 PM
FastTrack with giFT? synaptical Linux - Software 2 07-11-2003 09:50 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration