Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compilation matter on Ubuntu 10 #3

Open
GoogleCodeExporter opened this issue Jul 25, 2015 · 0 comments
Open

Compilation matter on Ubuntu 10 #3

GoogleCodeExporter opened this issue Jul 25, 2015 · 0 comments

Comments

@GoogleCodeExporter
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant