- Code: Select all
SoftHacker@linux-5ahv:~/PortableApps/AppImageKit-9> make
gcc -Os -DHAVE_CONFIG_H -I. -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -g -MT fuseiso.o -MD -MP -MF ".deps/fuseiso.Tpo" -c -o fuseiso.o fuseiso.c
fuseiso.c: In function ‘del_mount_point’:
fuseiso.c:78:5: warning: implicit declaration of function ‘rmdir’
fuseiso.c: In function ‘isofs_init’:
fuseiso.c:110:5: warning: implicit declaration of function ‘run_when_fuse_fs_mounted’
fuseiso.c:109:9: warning: unused variable ‘rc’
gcc -Os -DHAVE_CONFIG_H -I. -D_FILE_OFFSET_BITS=64 `pkg-config --cflags fuse glib-2.0` -Wall -g -MT isofs.o -MD -MP -MF ".deps/isofs.Tpo" -c -o isofs.o isofs.c
isofs.c: In function ‘isofs_parse_sa’:
isofs.c:820:1: warning: "/*" within comment
isofs.c:835:25: warning: unused variable ‘ext_ver’
isofs.c:1066:33: warning: passing argument 2 of ‘fprintf’ makes pointer from integer without a cast
/usr/include/stdio.h:335:12: note: expected ‘const char * __restrict__’ but argument is of type ‘int’
isofs.c: At top level:
isofs.c:296:14: warning: ‘dstr’ defined but not used
gcc -Os runtime.c -c
gcc -Os -D_FILE_OFFSET_BITS=64 -D_FILE_OFFSET_BITS=64 -I/usr/include/fuse -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -Wall -g -pthread -o runtime ./runtime.o ./fuseiso.o ./isofs.o /usr/lib/libglib-2.0.so -lz /usr/lib/libfuse.so -lrt -ldl
gcc: /usr/lib/libglib-2.0.so: No such file or directory
gcc: /usr/lib/libfuse.so: No such file or directory
make: *** [runtime] Error 1
SoftHacker@linux-5ahv:~/PortableApps/AppImageKit-9>
Here is my OS Information:
- Code: Select all
OS Information
OS: Linux 2.6.37.6-0.7-desktop x86_64
Current user: SoftHacker@linux-5ahv
System: openSUSE 11.4 (x86_64)
KDE: 4.6.00 (4.6.0) "release 6"
libglib and libfuse are installed, both the 64bit and the 32bit version
also the devel packages are installed
how i can fix this problem, i want to create portable apps
and just a second question: can i pack 64bit apps
