Probleme beim Installieren von SwiftFXP

Software besorgen und anwenden
Post Reply
Message
Author
g4ul1x
Posts: 1
Joined: 12. Oct 2003 11:59

Probleme beim Installieren von SwiftFXP

#1 Post by g4ul1x »

Hi Leutz,

wie das topic schon sagt habe ich probs das prog auf Suse9 zu installen. Hab mal die Fehlermeldung von der Shell kopiert auf die Hoffnung das irgendeiner mir weiterhelfen kann.

linux:~/SwiftFXP-0.4.4 # make
gcc -O2 -g `gtk-config --cflags` -c ui.c
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:167:1: warning: this is the location of the previous definition
gcc -O2 -g `gtk-config --cflags` -c net.c
gcc -O2 -g `gtk-config --cflags` -c -o misc.o misc.c
gcc -O2 -g `gtk-config --cflags` -c -o widgets.o widgets.c
widgets.c: In function `create_mainscreen':
widgets.c:937: warning: passing arg 1 of `gtk_menu_item_set_submenu' from incompatible pointer type
widgets.c:1051: warning: passing arg 1 of `gtk_menu_item_set_submenu' from incompatible pointer type
gcc -O2 -g `gtk-config --cflags` -c -o configfile.o configfile.c
gcc -O2 -g `gtk-config --cflags` -c -o queue.o queue.c
gcc -O2 -g `gtk-config --cflags` -c -o sort.o sort.c
gcc -O2 -g `gtk-config --cflags` -o SwiftFXP ui.o net.o misc.o widgets.o configfile.o queue.o sort.o `gtk-config --libs gthread ` -L/usr/X11R6/lib -lpthread

Gruß g4ulix

uljanow

Re: Probleme beim Installieren von SwiftFXP

#2 Post by uljanow »

> Hab mal die Fehlermeldung von der Shell kopiert

ich seh hier keine fehlermeldung sondern nur warnings. bist du sicher, dass das prog nicht kompiliert wird?

g4ul1x

Re: Probleme beim Installieren von SwiftFXP

#3 Post by g4ul1x »

Jo danke hat sich erledigt!

;)

Post Reply