• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

SwiftFTP installation unmöglich. Suse10 x86_64.

mEon

Newbie
http://sourceforge.net/projects/swiftfxp/

bekomme bereits bei eingabe von "make" eine riiiiesen Fehlermeldeschlange,
entweder das SwiftFTP ist nicht für 64bit gemacht oder ich
mach was grundlegend falsch.

Sorry für den ein wenig langen code, davor wurden ein paar Zeilen
vom terminal wahrsch. wegen der überlänge rausgenommen.

gtk2 und gtk2-devel sind installiert.


Ich dank euch schon mal im Voraus, wenn der lange Code
nervt kann ich ihn auch gern wieder rausnehmen bis auf
die von mir noch nicht erkannten, wesentlichen Meldugen.

MfG

mEon


Code:
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: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: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: 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 argument 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 argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:367: warning: passing argument 1 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:367: warning: passing argument 3 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:367: warning: passing argument 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 argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:374: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:375: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:376: warning: passing argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:377: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:391: warning: passing argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:394: warning: passing argument 1 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:394: warning: passing argument 3 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:394: warning: passing argument 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 argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:401: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:402: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:403: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:404: warning: passing argument 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 argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:427: warning: passing argument 1 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:427: warning: passing argument 3 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:427: warning: passing argument 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 argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:434: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:435: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:436: warning: passing argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:451: warning: passing argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:454: warning: passing argument 1 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:454: warning: passing argument 3 of ‘initial_ftp_connect’ makes pointer from integer without a cast
ui.c:454: warning: passing argument 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 argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:461: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:462: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:463: warning: passing argument 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 argument 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 argument 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 argument 2 of ‘make_ftp_dir’ makes pointer from integer without a cast
ui.c:626: warning: passing argument 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:686: warning: cast to pointer from integer of different size
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 argument 2 of ‘strcasecmp’ makes pointer from integer without a cast
ui.c:732: error: invalid type argument of ‘->’
ui.c:732: warning: passing argument 1 of ‘strlen’ makes pointer from integer without a cast
ui.c:733: error: invalid type argument of ‘->’
ui.c:733: warning: passing argument 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 argument 2 of ‘strcasecmp’ makes pointer from integer without a cast
ui.c:755: error: invalid type argument of ‘->’
ui.c:755: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:756: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:757: warning: passing argument 1 of ‘atoi’ makes pointer from integer without a cast
ui.c:759: warning: passing argument 2 of ‘__builtin_strncpy’ makes pointer from integer without a cast
ui.c:760: warning: passing argument 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:1109: warning: cast to pointer from integer of different size
ui.c:1112: warning: cast to pointer from integer of different size
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] Fehler 1

make install dementsprechend:
Code:
make: *** Keine Regel, um »install« zu erstellen.  Schluss.

install:
Code:
install: missing file operand
„install --help“ gibt weitere Informationen.
linux:/home/Baerbel/Documents/Programme/SwiftFXP/SwiftFXP-0.4.4 # install --helpUsage: install [OPTION]... [-T] SOURCE DEST
  or:  install [OPTION]... SOURCE... DIRECTORY
  or:  install [OPTION]... -t DIRECTORY SOURCE...
  or:  install [OPTION]... -d DIRECTORY...
In the first three forms, copy SOURCE to DEST or multiple SOURCE(s) to
the existing DIRECTORY, while setting permission modes and owner/group.
In the 4th form, create all components of the given DIRECTORY(ies).

Erforderliche Argumente für lange Optionen sind auch für kurze erforderlich.
      --backup[=Kontrolle]  Sicherung für jede existierende Zieldatei erzeugen.
  -b                        wie --backup, akzeptiert aber kein Argument.
  -c                        (ignoriert).
  -d, --directory           Alle Argumente als Verzeichnisnamen behandeln.
                              Erzeugen aller Komponenten der angegebenen Ver-
                              zeichnisse.
  -D                  create all leading components of DEST except the last,
                        then copy SOURCE to DEST
  -g, --group=GROUP   set group ownership, instead of process' current group
  -m, --mode=MODE     set permission mode (as in chmod), instead of rwxr-xr-x
  -o, --owner=OWNER   set ownership (super-user only)
  -p, --preserve-timestamps   apply access/modification times of SOURCE files
                        to corresponding destination files
  -s, --strip         strip symbol tables
  -S, --suffix=SUFFIX override the usual backup suffix
  -t, --target-directory=DIRECTORY  copy all SOURCE arguments into DIRECTORY
  -T, --no-target-directory  treat DEST as a normal file
  -v, --verbose       print the name of each directory as it is created
  -P, --preserve_context (SELinux) Preserve security context
  -Z, --context=CONTEXT  (SELinux) Set security context of files and directories      --help     diese Hilfe anzeigen und beenden
      --version  Versionsinformation anzeigen und beenden

Der Anhang für Sicherheitskopien ist ~, außer wenn er --suffix oder
SIMPLE_BACKUP_SUFFIX gesetzt wurde. Die Versionskontrolle kann mit
--backup oder VERSION_CONTROL gesetzt werden. Mögliche Werte sind:

  none, off       Niemals Sicherung erzeugen (selbst wenn --backup
                    angegeben wurde)
  numbered, t     Erzeugen von nummerierten Sicherheitskopien
  existing, nil   Nummeriert wenn nummerierte Backups existieren, sonst einfach.  simple, never   Immer einfache Sicherheitskopien erzeugen

Melden Sie Fehler (auf Englisch, mit LC_ALL=C) an <bug-coreutils@gnu.org>.
 
Oben