You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello
Here my output after a ./configure and a make
coincoin@coincoin-pc:~/anibg_v0.2.0/src$ ./configure
Shantz-XWinWrap has been configured with
prefix = /usr
arch = x86
arch = x64
Looking for required packages
Checking for package 'glade-sharp-2.0'.. found.
Checking for package 'glib-sharp-2.0'.. found.
Checking for package 'gtk-sharp-2.0'.. found.
anibg has been configured with
prefix = /usr
config = DEBUG_X86
coincoin@coincoin-pc:~/anibg_v0.2.0/src$ make
make -C Shantz-XWinWrap
make[1]: Entering directory `/home/coincoin/anibg_v0.2.0/src/Shantz-XWinWrap'
gcc -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wredundant-decls -lX11 -lXext -lXrender xwinwrap.c -o xwinwrap
mkdir x86_64
mkdir: cannot create directory `x86_64': File exists
make[1]: [all64] Error 1 (ignored)
mv ./xwinwrap ./x86_64
gcc -m32 -Wall -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations
-Wredundant-decls -lX11 -lXext -lXrender xwinwrap.c -o xwinwrap
In file included from /usr/include/features.h:378,
from /usr/include/sys/types.h:27,
from /usr/include/X11/Xlib.h:41,
from xwinwrap.c:45:
/usr/include/gnu/stubs.h:7:27: error: gnu/stubs-32.h: No such file or directory
make[1]: *** [all32] Error 1
make[1]: Leaving directory `/home/coincoin/anibg_v0.2.0/src/Shantz-XWinWrap'
make: *** [makeall] Error 2
Original issue reported on code.google.com by Florian....@gmail.com on 3 Mar 2011 at 12:01
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
Florian....@gmail.com
on 3 Mar 2011 at 12:01The text was updated successfully, but these errors were encountered: