Jump to content

Oh I'm such a noob...


Guest Maxman
 Share

Recommended Posts

Guest Maxman

I just installed 2 programs. BitTorrent (official client), and ABC (another bittorrent client).

Now, the installation went well (no problems with dependencies anymore thanks to the guide in the How-To section), but HOW THE HELL DO I OPEN IT???

 

I just can't seem to get into the program...

 

Help!

Link to comment
Share on other sites

Umm, Maxman, you should probably do some research yourself before posting in this forum.

If you installed your software by urpmi or an MDK rpm, you should be able to access the programs from the KDE menu.

However, if not, you can just use a terminal.

Open a terminal and type

btdownloadgui

and press enter.

I am unsure about ABC, but you have to figure these things out! I would add the programs to my desktop or menu, most installed programs can be found in /usr/bin or /usr/local/bin . Next time, do your research first please.

Good luck.

Link to comment
Share on other sites

Guest Maxman

Ok! Thanks for telling me about usr/bin and usr/local/bin. That helped out.

However... I tried "btdownloadgui" in both "Run Command" as in "Terminal Program", but it doesn't work...

 

I'll try reinstalling that...

 

I have one more question however... I downloaded a program, but it's not an RPM... I got a zip containing the following files:

file:/home/max/Desktop/SwiftFXP-0.4.4/BUGS
file:/home/max/Desktop/SwiftFXP-0.4.4/ChangeLog
file:/home/max/Desktop/SwiftFXP-0.4.4/configfile.c
file:/home/max/Desktop/SwiftFXP-0.4.4/COPYING
file:/home/max/Desktop/SwiftFXP-0.4.4/Makefile
file:/home/max/Desktop/SwiftFXP-0.4.4/misc.c
file:/home/max/Desktop/SwiftFXP-0.4.4/net.c
file:/home/max/Desktop/SwiftFXP-0.4.4/pixmaps.h
file:/home/max/Desktop/SwiftFXP-0.4.4/pthread.h
file:/home/max/Desktop/SwiftFXP-0.4.4/queue.c
file:/home/max/Desktop/SwiftFXP-0.4.4/README
file:/home/max/Desktop/SwiftFXP-0.4.4/sort.c
file:/home/max/Desktop/SwiftFXP-0.4.4/SwiftFXP.h
file:/home/max/Desktop/SwiftFXP-0.4.4/TODO
file:/home/max/Desktop/SwiftFXP-0.4.4/ui.c
file:/home/max/Desktop/SwiftFXP-0.4.4/ui.~c
file:/home/max/Desktop/SwiftFXP-0.4.4/widgets.c
file:/home/max/Desktop/SwiftFXP-0.4.4/widgets.~c

 

I have no idea how to run this... Maybe you know?

 

And I did do research on google, but I got all kinds of stuff about windows programs in linux etc...

 

Thanks!

Link to comment
Share on other sites

This is source code. What you'll want to do is open a terminal and change to the directory where you have the files.

Then type the following.

make

and press enter. Then try running the following as root

make install

The only file that catches my eye in that directory is the makefile, so that should be the way to go.

If it asks you to install some packages such as alsa or whatever, just do a simple urpmi and then the package name with a hyphen and devel. So if it asks you to install alsa, run the following as root.

urpmi alsa-devel

that is just an example. Good luck.

Edited by Lärs
Link to comment
Share on other sites

Guest Maxman

[root@43-32 /]# dir
bin  boot  dev  etc  files  home  initrd  lib  media  mnt  opt  proc  root  sbin  srv  sys  tmp  usr  var
[root@43-32 /]# /home/max/Desktop/
bash: /home/max/Desktop/: is a directory
[root@43-32 /]# cd /home/max/Desktop/
[root@43-32 Desktop]# dir
Gaim.desktop  IgloFTP.desktop   KMail.desktop                           SwiftFXP-0.4.4
Home.desktop  kaffeine.desktop  Mr-1.and.Mrs.Smith.TC.XviD-MoF.torrent  Trash
[root@43-32 Desktop]# cd /SwiftFXP-0.4.4
bash: cd: /SwiftFXP-0.4.4: No such file or directory
[root@43-32 Desktop]# cd /SwiftFXP-0.4.4/
bash: cd: /SwiftFXP-0.4.4/: No such file or directory
[root@43-32 Desktop]# cd SwiftFXP-0.4.4/
[root@43-32 SwiftFXP-0.4.4]# dir
BUGS       configfile.c  Makefile  net.c      pthread.h  README  SwiftFXP.h  ui.c   widgets.c
ChangeLog  COPYING       misc.c    pixmaps.h  queue.c    sort.c  TODO        ui.~c  widgets.~c
[root@43-32 SwiftFXP-0.4.4]# make
gcc -O2 -g `gtk-config --cflags` -c ui.c
/bin/sh: gtk-config: command not found
ui.c:25:21: gtk/gtk.h: No such file or directory
In file included from ui.c:26:
SwiftFXP.h:59: error: syntax error before "gint16"
SwiftFXP.h:59: warning: no semicolon at end of struct or union
SwiftFXP.h:60: warning: data definition has no type or storage class
SwiftFXP.h:63: error: syntax error before '}' token
SwiftFXP.h:69: error: syntax error before "gint16"
SwiftFXP.h:69: warning: no semicolon at end of struct or union
SwiftFXP.h:70: warning: data definition has no type or storage class
SwiftFXP.h:75: error: syntax error before "gchar"
SwiftFXP.h:75: warning: no semicolon at end of struct or union
SwiftFXP.h:76: warning: data definition has no type or storage class
SwiftFXP.h:81: error: syntax error before '}' token
SwiftFXP.h:87: error: syntax error before "proxyaddr"
SwiftFXP.h:87: warning: data definition has no type or storage class
SwiftFXP.h:92: error: syntax error before '*' token
SwiftFXP.h:92: warning: data definition has no type or storage class
SwiftFXP.h:94: error: syntax error before '*' token
SwiftFXP.h:94: warning: data definition has no type or storage class
SwiftFXP.h:97: error: syntax error before '*' token
SwiftFXP.h:97: warning: data definition has no type or storage class
SwiftFXP.h:98: error: syntax error before '*' token
SwiftFXP.h:98: warning: data definition has no type or storage class
SwiftFXP.h:99: error: syntax error before '*' token
SwiftFXP.h:99: warning: data definition has no type or storage class
SwiftFXP.h:100: error: syntax error before '*' token
SwiftFXP.h:100: warning: data definition has no type or storage class
SwiftFXP.h:101: error: syntax error before '*' token
SwiftFXP.h:101: warning: data definition has no type or storage class
SwiftFXP.h:102: error: syntax error before '*' token
SwiftFXP.h:102: warning: data definition has no type or storage class
SwiftFXP.h:103: error: syntax error before '*' token
SwiftFXP.h:103: warning: data definition has no type or storage class
SwiftFXP.h:104: error: syntax error before '*' token
SwiftFXP.h:104: warning: data definition has no type or storage class
SwiftFXP.h:105: error: syntax error before '*' token
SwiftFXP.h:105: warning: data definition has no type or storage class
SwiftFXP.h:106: error: syntax error before '*' token
SwiftFXP.h:106: warning: data definition has no type or storage class
SwiftFXP.h:107: error: syntax error before '*' token
SwiftFXP.h:107: warning: data definition has no type or storage class
SwiftFXP.h:108: error: syntax error before '*' token
SwiftFXP.h:108: warning: data definition has no type or storage class
SwiftFXP.h:109: error: syntax error before '*' token
SwiftFXP.h:109: warning: data definition has no type or storage class
SwiftFXP.h:110: error: syntax error before '*' token
SwiftFXP.h:110: warning: data definition has no type or storage class
SwiftFXP.h:112: error: syntax error before '*' token
SwiftFXP.h:112: warning: data definition has no type or storage class
SwiftFXP.h:113: error: syntax error before '*' token
SwiftFXP.h:113: warning: data definition has no type or storage class
SwiftFXP.h:114: error: syntax error before '*' token
SwiftFXP.h:114: warning: data definition has no type or storage class
SwiftFXP.h:115: error: syntax error before '*' token
SwiftFXP.h:115: warning: data definition has no type or storage class
SwiftFXP.h:116: error: syntax error before '*' token
SwiftFXP.h:116: warning: data definition has no type or storage class
SwiftFXP.h:117: error: syntax error before '*' token
SwiftFXP.h:117: warning: data definition has no type or storage class
SwiftFXP.h:119: error: syntax error before "mkdirentryid"
SwiftFXP.h:119: warning: data definition has no type or storage class
SwiftFXP.h:120: error: syntax error before "sitecmdentryid"
SwiftFXP.h:120: warning: data definition has no type or storage class
SwiftFXP.h:122: error: syntax error before '*' token
SwiftFXP.h:122: warning: data definition has no type or storage class
SwiftFXP.h:123: error: syntax error before '*' token
SwiftFXP.h:123: warning: data definition has no type or storage class
SwiftFXP.h:124: error: syntax error before '*' token
SwiftFXP.h:124: warning: data definition has no type or storage class
SwiftFXP.h:130: error: syntax error before '*' token
SwiftFXP.h:134: error: syntax error before "GtkWidget"
SwiftFXP.h:135: error: syntax error before "gint"
SwiftFXP.h:136: error: syntax error before '*' token
SwiftFXP.h:137: error: syntax error before '*' token
SwiftFXP.h:138: error: syntax error before '*' token
SwiftFXP.h:139: error: syntax error before '*' token
SwiftFXP.h:140: error: syntax error before '*' token
SwiftFXP.h:141: error: syntax error before '*' token
SwiftFXP.h:142: error: syntax error before '*' token
SwiftFXP.h:143: error: syntax error before '*' token
SwiftFXP.h:144: error: syntax error before '*' token
SwiftFXP.h:145: error: syntax error before '*' token
SwiftFXP.h:146: error: syntax error before '*' token
SwiftFXP.h:147: error: syntax error before '*' token
SwiftFXP.h:148: error: syntax error before '*' token
SwiftFXP.h:149: error: syntax error before '*' token
SwiftFXP.h:150: error: syntax error before '*' token
SwiftFXP.h:151: error: syntax error before '*' token
SwiftFXP.h:152: error: syntax error before '*' token
SwiftFXP.h:153: error: syntax error before '*' token
SwiftFXP.h:154: error: syntax error before '*' token
SwiftFXP.h:155: error: syntax error before "clist_clicked"
SwiftFXP.h:155: error: syntax error before '*' token
SwiftFXP.h:155: warning: data definition has no type or storage class
SwiftFXP.h:156: error: syntax error before '*' token
SwiftFXP.h:157: error: syntax error before '*' token
SwiftFXP.h:158: error: syntax error before '*' token
SwiftFXP.h:159: error: syntax error before '*' token
SwiftFXP.h:160: error: syntax error before '*' token
SwiftFXP.h:161: error: syntax error before '*' token
SwiftFXP.h:162: error: syntax error before '*' token
SwiftFXP.h:163: error: syntax error before '*' token
SwiftFXP.h:164: error: syntax error before '*' token
SwiftFXP.h:165: error: syntax error before '*' token
SwiftFXP.h:170: error: syntax error before '*' token
SwiftFXP.h:171: error: syntax error before "dest"
SwiftFXP.h:201: error: syntax error before "from"
SwiftFXP.h:202: error: syntax error before "transfer_queue"
SwiftFXP.h:202: warning: data definition has no type or storage class
SwiftFXP.h:204: error: syntax error before "sort_name"
SwiftFXP.h:204: error: syntax error before "a"
SwiftFXP.h:204: warning: data definition has no type or storage class
SwiftFXP.h:205: error: syntax error before "sort_size"
SwiftFXP.h:205: error: syntax error before "a"
SwiftFXP.h:205: warning: data definition has no type or storage class
SwiftFXP.h:206: error: syntax error before "sort_date"
SwiftFXP.h:206: error: syntax error before "a"
SwiftFXP.h:206: warning: data definition has no type or storage class
SwiftFXP.h:207: error: syntax error before "button_press"
SwiftFXP.h:207: error: syntax error before '*' token
SwiftFXP.h:207: warning: data definition has no type or storage class
SwiftFXP.h:208: error: syntax error before '*' token
ui.c:29:1: warning: "_POSIX_SOURCE" redefined
In file included from /usr/include/stdio.h:28,
                from ui.c:20:
/usr/include/features.h:186:1: warning: this is the location of the previous definition
ui.c:36: error: syntax error before '*' token
ui.c:36: warning: data definition has no type or storage class
ui.c:38: error: syntax error before '*' token
ui.c:38: warning: data definition has no type or storage class
ui.c:39: error: syntax error before '*' token
ui.c:39: warning: data definition has no type or storage class
ui.c:40: error: syntax error before '*' token
ui.c:40: warning: data definition has no type or storage class
ui.c:41: error: syntax error before '*' token
ui.c:41: warning: data definition has no type or storage class
ui.c:42: error: syntax error before '*' token
ui.c:42: warning: data definition has no type or storage class
ui.c:52: error: syntax error before "proxyaddr"
ui.c:52: warning: data definition has no type or storage class
ui.c:54: error: syntax error before '*' token
ui.c:54: warning: data definition has no type or storage class
ui.c:55: error: syntax error before '*' token
ui.c:55: warning: data definition has no type or storage class
ui.c:57: error: syntax error before '*' token
ui.c:57: warning: data definition has no type or storage class
ui.c:62: error: syntax error before '*' token
ui.c:75: error: syntax error before '*' token
ui.c:82: error: syntax error before '*' token
ui.c:89: error: syntax error before '*' token
ui.c: In function `done_button':
ui.c:92: error: `which' undeclared (first use in this function)
ui.c:92: error: (Each undeclared identifier is reported only once
ui.c:92: error: for each function it appears in.)
ui.c: At top level:
ui.c:109: error: syntax error before '*' token
ui.c: In function `config_ok':
ui.c:111: error: `gchar' undeclared (first use in this function)
ui.c:111: error: `addr' undeclared (first use in this function)
ui.c:111: error: `port' undeclared (first use in this function)
ui.c:111: error: `type' undeclared (first use in this function)
ui.c:112: error: `GtkWidget' undeclared (first use in this function)
ui.c:112: error: `proxy_toggle' undeclared (first use in this function)
ui.c:112: error: `proxy_addr' undeclared (first use in this function)
ui.c:112: error: `proxy_port' undeclared (first use in this function)
ui.c:112: error: `proxy_combo' undeclared (first use in this function)
ui.c:113: error: `passive_toggle' undeclared (first use in this function)
ui.c:123: error: invalid type argument of `->'
ui.c:128: error: invalid type argument of `->'
ui.c:135: error: invalid type argument of `->'
ui.c:143: warning: passing arg 1 of `__builtin_strncpy' from incompatible pointer type
ui.c: At top level:
ui.c:153: error: syntax error before '*' token
ui.c: In function `transferl_button':
ui.c:157: error: `GList' undeclared (first use in this function)
ui.c:157: error: `tmplist' undeclared (first use in this function)
ui.c:158: error: `selection' undeclared (first use in this function)
ui.c:159: error: `GtkWidget' undeclared (first use in this function)
ui.c:159: error: `leftclist' undeclared (first use in this function)
ui.c:159: error: `rightclist' undeclared (first use in this function)
ui.c:167: error: invalid type argument of `->'
ui.c: At top level:
ui.c:195: error: syntax error before '*' token
ui.c: In function `transferr_button':
ui.c:199: error: `GList' undeclared (first use in this function)
ui.c:199: error: `tmplist' undeclared (first use in this function)
ui.c:200: error: `selection' undeclared (first use in this function)
ui.c:201: error: `GtkWidget' undeclared (first use in this function)
ui.c:201: error: `leftclist' undeclared (first use in this function)
ui.c:201: error: `rightclist' undeclared (first use in this function)
ui.c:209: error: invalid type argument of `->'
ui.c: At top level:
ui.c:237: error: syntax error before '*' token
ui.c: In function `connect_buttonthr':
ui.c:239: error: `GString' undeclared (first use in this function)
ui.c:239: error: `buf' undeclared (first use in this function)
ui.c:240: error: `gint' undeclared (first use in this function)
ui.c:240: error: syntax error before "code"
ui.c:244: warning: assignment makes pointer from integer without a cast
ui.c:253: error: `sem_value' undeclared (first use in this function)
ui.c:256: error: `TRUE' undeclared (first use in this function)
ui.c: At top level:
ui.c:261: error: syntax error before '*' token
ui.c: In function `connect_button':
ui.c:263: error: `GtkWidget' undeclared (first use in this function)
ui.c:263: error: `leftcwd' undeclared (first use in this function)
ui.c:263: error: `rightcwd' undeclared (first use in this function)
ui.c:264: error: `leftclist' undeclared (first use in this function)
ui.c:264: error: `rightclist' undeclared (first use in this function)
ui.c:265: error: `main_connectlabell' undeclared (first use in this function)
ui.c:265: error: `main_connectlabelr' undeclared (first use in this function)
ui.c:277: error: `which' undeclared (first use in this function)
ui.c:355: warning: assignment makes pointer from integer without a cast
ui.c:356: warning: assignment makes pointer from integer without a cast
ui.c:357: warning: assignment makes pointer from integer without a cast
ui.c:358: warning: assignment makes pointer from integer without a cast
ui.c:359: warning: assignment makes pointer from integer without a cast
ui.c:364: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:367: warning: passing arg 1 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:367: warning: passing arg 3 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:367: warning: passing arg 4 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:372: warning: assignment makes pointer from integer without a cast
ui.c:373: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:374: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:375: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:376: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:377: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:391: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:394: warning: passing arg 1 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:394: warning: passing arg 3 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:394: warning: passing arg 4 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:399: warning: assignment makes pointer from integer without a cast
ui.c:400: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:401: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:402: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:403: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:404: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:416: warning: assignment makes pointer from integer without a cast
ui.c:417: warning: assignment makes pointer from integer without a cast
ui.c:418: warning: assignment makes pointer from integer without a cast
ui.c:419: warning: assignment makes pointer from integer without a cast
ui.c:424: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:427: warning: passing arg 1 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:427: warning: passing arg 3 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:427: warning: passing arg 4 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:432: warning: assignment makes pointer from integer without a cast
ui.c:433: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:434: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:435: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:436: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:451: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:454: warning: passing arg 1 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:454: warning: passing arg 3 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:454: warning: passing arg 4 of `initial_ftp_connect' makes pointer from integer without a cast
ui.c:459: warning: assignment makes pointer from integer without a cast
ui.c:460: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:461: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:462: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:463: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c: At top level:
ui.c:533: error: syntax error before '*' token
ui.c: In function `sitecmd':
ui.c:535: error: `GtkWidget' undeclared (first use in this function)
ui.c:535: error: `sitecmdentry' undeclared (first use in this function)
ui.c:540: error: `which' undeclared (first use in this function)
ui.c: At top level:
ui.c:549: error: syntax error before '*' token
ui.c: In function `lcwd_entry':
ui.c:553: error: `GtkWidget' undeclared (first use in this function)
ui.c:553: error: `leftcwd' undeclared (first use in this function)
ui.c:553: error: `leftclist' undeclared (first use in this function)
ui.c:562: warning: passing arg 2 of `change_ftp_cwd' makes pointer from integer without a cast
ui.c: At top level:
ui.c:577: error: syntax error before '*' token
ui.c: In function `rcwd_entry':
ui.c:581: error: `GtkWidget' undeclared (first use in this function)
ui.c:581: error: `rightcwd' undeclared (first use in this function)
ui.c:581: error: `rightclist' undeclared (first use in this function)
ui.c:590: warning: passing arg 2 of `change_ftp_cwd' makes pointer from integer without a cast
ui.c: At top level:
ui.c:603: error: syntax error before '*' token
ui.c: In function `makedir':
ui.c:605: error: `GtkWidget' undeclared (first use in this function)
ui.c:605: error: `mkdirentry' undeclared (first use in this function)
ui.c:605: error: `leftclist' undeclared (first use in this function)
ui.c:605: error: `rightclist' undeclared (first use in this function)
ui.c:613: error: `which' undeclared (first use in this function)
ui.c:618: warning: passing arg 2 of `make_ftp_dir' makes pointer from integer without a cast
ui.c:626: warning: passing arg 2 of `make_ftp_dir' makes pointer from integer without a cast
ui.c: At top level:
ui.c:640: error: syntax error before '*' token
ui.c: In function `clear_button':
ui.c:642: error: `GtkWidget' undeclared (first use in this function)
ui.c:642: error: `sitename' undeclared (first use in this function)
ui.c:649: warning: assignment makes pointer from integer without a cast
ui.c:650: warning: assignment makes pointer from integer without a cast
ui.c:651: warning: assignment makes pointer from integer without a cast
ui.c:652: warning: assignment makes pointer from integer without a cast
ui.c:655: error: invalid type argument of `->'
ui.c: At top level:
ui.c:664: error: syntax error before '*' token
ui.c: In function `sites_pulldown':
ui.c:666: error: `GtkWidget' undeclared (first use in this function)
ui.c:666: error: `sitename' undeclared (first use in this function)
ui.c:672: error: `GList' undeclared (first use in this function)
ui.c:672: error: `temp' undeclared (first use in this function)
ui.c:676: warning: assignment makes pointer from integer without a cast
ui.c:677: warning: assignment makes pointer from integer without a cast
ui.c:678: warning: assignment makes pointer from integer without a cast
ui.c:679: warning: assignment makes pointer from integer without a cast
ui.c:686: error: invalid type argument of `->'
ui.c: At top level:
ui.c:701: error: syntax error before '*' token
ui.c: In function `save_button':
ui.c:703: error: `GtkWidget' undeclared (first use in this function)
ui.c:703: error: `sitename' undeclared (first use in this function)
ui.c:710: error: `GList' undeclared (first use in this function)
ui.c:710: error: `temp' undeclared (first use in this function)
ui.c:714: warning: assignment makes pointer from integer without a cast
ui.c:715: warning: assignment makes pointer from integer without a cast
ui.c:716: warning: assignment makes pointer from integer without a cast
ui.c:717: warning: assignment makes pointer from integer without a cast
ui.c:723: error: invalid type argument of `->'
ui.c:723: warning: passing arg 2 of `strcasecmp' makes pointer from integer without a cast
ui.c:732: error: invalid type argument of `->'
ui.c:732: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
ui.c:733: error: invalid type argument of `->'
ui.c:733: warning: passing arg 2 of `strcpy' makes pointer from integer without a cast
ui.c:734: warning: assignment makes pointer from integer without a cast
ui.c:744: error: invalid type argument of `->'
ui.c:744: warning: passing arg 2 of `strcasecmp' makes pointer from integer without a cast
ui.c:755: error: invalid type argument of `->'
ui.c:755: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:756: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:757: warning: passing arg 1 of `atoi' makes pointer from integer without a cast
ui.c:759: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:760: warning: passing arg 2 of `__builtin_strncpy' makes pointer from integer without a cast
ui.c:764: warning: assignment makes pointer from integer without a cast
ui.c: At top level:
ui.c:771: error: syntax error before '*' token
ui.c: In function `clist_r_column_clicked':
ui.c:773: error: `GtkWidget' undeclared (first use in this function)
ui.c:773: error: `rightclist' undeclared (first use in this function)
ui.c:778: error: `column' undeclared (first use in this function)
ui.c:779: warning: assignment makes pointer from integer without a cast
ui.c:781: warning: assignment makes pointer from integer without a cast
ui.c:783: warning: assignment makes pointer from integer without a cast
ui.c: At top level:
ui.c:790: error: syntax error before '*' token
ui.c: In function `clist_l_column_clicked':
ui.c:792: error: `GtkWidget' undeclared (first use in this function)
ui.c:792: error: `leftclist' undeclared (first use in this function)
ui.c:797: error: `column' undeclared (first use in this function)
ui.c:798: warning: assignment makes pointer from integer without a cast
ui.c:800: warning: assignment makes pointer from integer without a cast
ui.c:802: warning: assignment makes pointer from integer without a cast
ui.c: At top level:
ui.c:810: error: syntax error before '*' token
ui.c: In function `clist_refresh':
ui.c:812: error: `gchar' undeclared (first use in this function)
ui.c:812: error: `text' undeclared (first use in this function)
ui.c:813: error: syntax error before "size"
ui.c:814: error: `gint' undeclared (first use in this function)
ui.c:815: error: `GList' undeclared (first use in this function)
ui.c:815: error: `tmp' undeclared (first use in this function)
ui.c:819: error: `clist' undeclared (first use in this function)
ui.c:822: error: `files' undeclared (first use in this function)
ui.c:829: error: `size' undeclared (first use in this function)
ui.c:833: error: `date' undeclared (first use in this function)
ui.c:836: error: invalid lvalue in assignment
ui.c: At top level:
ui.c:857: error: syntax error before '*' token
ui.c: In function `clistdblclick':
ui.c:863: error: `GList' undeclared (first use in this function)
ui.c:863: error: `tmplist' undeclared (first use in this function)
ui.c:864: error: `GtkWidget' undeclared (first use in this function)
ui.c:864: error: `leftcwd' undeclared (first use in this function)
ui.c:864: error: `rightcwd' undeclared (first use in this function)
ui.c:865: error: `leftclist' undeclared (first use in this function)
ui.c:865: error: `rightclist' undeclared (first use in this function)
ui.c:869: error: `ev' undeclared (first use in this function)
ui.c:880: error: `GDK_2BUTTON_PRESS' undeclared (first use in this function)
ui.c:880: error: `GDK_3BUTTON_PRESS' undeclared (first use in this function)
ui.c:882: error: `which' undeclared (first use in this function)
ui.c:887: error: `row' undeclared (first use in this function)
ui.c: At top level:
ui.c:937: error: syntax error before "clist_clicked"
ui.c:937: error: syntax error before '*' token
ui.c: In function `clist_clicked':
ui.c:939: error: `GtkWidget' undeclared (first use in this function)
ui.c:939: error: `menu_queue_l' undeclared (first use in this function)
ui.c:939: error: `menu_queue_r' undeclared (first use in this function)
ui.c:942: error: `ev' undeclared (first use in this function)
ui.c:943: error: `FALSE' undeclared (first use in this function)
ui.c:948: error: `GDK_BUTTON_PRESS' undeclared (first use in this function)
ui.c:950: error: `which' undeclared (first use in this function)
ui.c:955: error: `TRUE' undeclared (first use in this function)
ui.c: At top level:
ui.c:962: error: syntax error before '*' token
ui.c: In function `buttons':
ui.c:964: error: `GtkWidget' undeclared (first use in this function)
ui.c:964: error: `mkdirentry' undeclared (first use in this function)
ui.c:965: error: `sitecmdentry' undeclared (first use in this function)
ui.c:966: error: `leftclist' undeclared (first use in this function)
ui.c:966: error: `rightclist' undeclared (first use in this function)
ui.c:968: error: `GList' undeclared (first use in this function)
ui.c:968: error: `tmplist' undeclared (first use in this function)
ui.c:970: error: `selection' undeclared (first use in this function)
ui.c:976: error: `which' undeclared (first use in this function)
ui.c:991: error: `gchar' undeclared (first use in this function)
ui.c:991: error: syntax error before ')' token
ui.c:1000: error: invalid type argument of `->'
ui.c:1032: error: syntax error before ')' token
ui.c:1049: error: syntax error before ')' token
ui.c:1056: error: invalid type argument of `->'
ui.c:1087: error: syntax error before ')' token
ui.c: At top level:
ui.c:1094: error: syntax error before "GtkWidget"
ui.c: In function `refresh':
ui.c:1106: error: `GList' undeclared (first use in this function)
ui.c:1106: error: `tmplist' undeclared (first use in this function)
ui.c:1115: error: `brows' undeclared (first use in this function)
ui.c:1116: error: `sock' undeclared (first use in this function)
ui.c:1116: error: `window' undeclared (first use in this function)
ui.c:1152: warning: assignment makes pointer from integer without a cast
ui.c:1156: warning: assignment makes pointer from integer without a cast
ui.c:1158: warning: assignment makes pointer from integer without a cast
ui.c: In function `addto_logwindow':
ui.c:1204: error: `GtkWidget' undeclared (first use in this function)
ui.c:1204: error: `main_status' undeclared (first use in this function)
ui.c:1205: error: `GdkColormap' undeclared (first use in this function)
ui.c:1205: error: `cmap' undeclared (first use in this function)
ui.c:1206: error: `GdkColor' undeclared (first use in this function)
ui.c:1206: error: syntax error before "color"
ui.c:1216: error: `color' undeclared (first use in this function)
ui.c: At top level:
ui.c:1236: error: syntax error before '*' token
ui.c: In function `add_queue_l':
ui.c:1238: error: `GtkWidget' undeclared (first use in this function)
ui.c:1238: error: `queueclist' undeclared (first use in this function)
ui.c: At top level:
ui.c:1248: error: syntax error before '*' token
ui.c: In function `add_queue_r':
ui.c:1250: error: `GtkWidget' undeclared (first use in this function)
ui.c:1250: error: `queueclist' undeclared (first use in this function)
ui.c: At top level:
ui.c:1259: error: syntax error before '*' token
ui.c: In function `queue_transfer':
ui.c:1262: error: `GString' undeclared (first use in this function)
ui.c:1262: error: `buf' undeclared (first use in this function)
ui.c:1263: error: `gint' undeclared (first use in this function)
ui.c:1263: error: syntax error before "code"
ui.c:1265: error: `GtkWidget' undeclared (first use in this function)
ui.c:1265: error: `queueclist' undeclared (first use in this function)
ui.c:1267: warning: assignment makes pointer from integer without a cast
ui.c:1274: error: `sem_value' undeclared (first use in this function)
ui.c:1278: error: `TRUE' undeclared (first use in this function)
ui.c: At top level:
ui.c:1285: error: syntax error before '*' token
ui.c: In function `view_queue':
ui.c:1287: error: `GtkWidget' undeclared (first use in this function)
ui.c:1287: error: `queueclist' undeclared (first use in this function)
ui.c:1288: error: `GList' undeclared (first use in this function)
ui.c:1288: error: `tmp' undeclared (first use in this function)
ui.c:1289: error: `gchar' undeclared (first use in this function)
ui.c:1289: error: `text' undeclared (first use in this function)
ui.c: At top level:
ui.c:1314: error: syntax error before '*' token
ui.c: In function `refresh_queue':
ui.c:1316: error: `GList' undeclared (first use in this function)
ui.c:1316: error: `tmp' undeclared (first use in this function)
ui.c:1317: error: `gchar' undeclared (first use in this function)
ui.c:1317: error: `text' undeclared (first use in this function)
ui.c:1320: error: `clist' undeclared (first use in this function)
ui.c: At top level:
ui.c:1336: error: syntax error before '*' token
ui.c: In function `remove_queue':
ui.c:1338: error: `GtkWidget' undeclared (first use in this function)
ui.c:1338: error: `queueclist' undeclared (first use in this function)
ui.c:1339: error: `GList' undeclared (first use in this function)
ui.c:1339: error: `selection' undeclared (first use in this function)
ui.c:1339: error: `tmpqueue' undeclared (first use in this function)
ui.c:1340: error: `gint' undeclared (first use in this function)
ui.c:1340: error: syntax error before "tmp"
ui.c:1345: error: invalid type argument of `->'
ui.c:1349: error: `tmp' undeclared (first use in this function)
ui.c:1350: error: syntax error before "selection"
ui.c:1356: warning: assignment makes pointer from integer without a cast
ui.c: At top level:
ui.c:1361: warning: parameter names (without types) in function declaration
ui.c:1361: error: conflicting types for 'refresh_queue'
ui.c:1315: error: previous definition of 'refresh_queue' was here
ui.c:1361: warning: data definition has no type or storage class
ui.c:1362: error: syntax error before '}' token
ui.c:1365: error: syntax error before '*' token
ui.c: In function `compare_dirs':
ui.c:1367: error: `GtkWidget' undeclared (first use in this function)
ui.c:1367: error: `leftclist' undeclared (first use in this function)
ui.c:1367: error: `rightclist' undeclared (first use in this function)
ui.c:1368: error: `GList' undeclared (first use in this function)
ui.c:1368: error: `tmp' undeclared (first use in this function)
ui.c:1368: error: `tmp2' undeclared (first use in this function)
ui.c:1388: warning: assignment makes pointer from integer without a cast
ui.c:1389: warning: assignment makes pointer from integer without a cast
make: *** [ui.o] Error 1
[root@43-32 SwiftFXP-0.4.4]# make install
make: *** No rule to make target `install'.  Stop.
[root@43-32 SwiftFXP-0.4.4]#        

 

Well... I think I'm just hopeless... I cant find any executable files for BitTorrent either. Only some .py files in /usr/bin

Link to comment
Share on other sites

To install BitTorrent from a console type, su then your root password.

urpmi bittorrent-gui

bittorrent should now be located in Menu>Internet>File Transfer> Bittorrent Gui.

 

If you get an error when using urpmi bittorrent-gui "no packages found" then use easy urpmi to set up urpmi. http://www.mandrivausers.org/easyurpmi

 

Dakota

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
 Share

×
×
  • Create New...