You are not logged in.

#1 2010-11-22 17:01:58

no_mad
Member
Registered: 2010-10-21
Posts: 19

veejay

I use 64bit Arch Linux, were on way to compile veejay-client but it fails could someone give advice what is missing?

checking for CMOV on processor(s)... yes
checking for MMX2 on processor(s)... yes
checking sub-architecture settings... Your  does not even support "i386" for '-march' and -mtune.
configure: enable_debug = 
configure: debug koekje
configure: cflags aangepast
./configure: line 20295: test: =: unary operator expected
 -fPIC -DPIC -msse -mfpmath=sse
checking for LIBAVUTIL... yes
checking for LIBAVCODEC... yes
checking for LIBAVFORMAT... yes
checking for LIBSWSCALE... yes
checking what warning flags to pass to the C compiler... sh: gveejay-paths.sh: No such file or directory
checking for GLIB... yes
checking for GTK... yes
checking for GLADE... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating gveejay-paths.sh
config.status: WARNING:  'gveejay-paths.sh.in' seems to ignore the --datarootdir setting
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing libtool commands
configure: 
configure:  GVeejayReloaded 1.5.5 build configuration :
configure: 
configure:  Compiler flags: Your  does not even support "i386" for '-march' and -mtune.  -fPIC -DPIC -msse -mfpmath=sse -Wall -Wunused 
configure:                  -fif-conversion
configure:             
configure: 
configure:  Architecture: x86_64 
configure: 
configure:    x86  
configure:     MMX     enabled     : yes
configure:     MMX2    enabled     : yes
configure:     SSE     enabled     : yes
configure:     SSE2    enabled     : yes
configure:     3DNOW   enabled     : yes
configure:     CMOV    enabled     : yes
configure: 
configure:    Platform: Linux
configure: 
configure:  Required dependencies:
configure:   - Veejay 1.5.2                  : true
configure:   - POSIX Threads (pthread)       : true
configure:   - FFmpeg AVCodec                : true 
configure:   - FFmpeg Swscaler               : true 
configure:   - GDK Pixbuf support            : true
configure:   - Alsa support (midi sequencer) : true
make  all-recursive
make[1]: Entering directory `/home/***/pr0/VeeJay/client/src/veejay-1.5.5/veejay-client'
Making all in src
make[2]: Entering directory `/home/***/pr0/VeeJay/client/src/veejay-1.5.5/veejay-client/src'
gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../src  -pthread -I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include    -pthread -I/usr/include/libglade-2.0 -I/usr/include/gtk-2.0 -I/usr/include/libxml2 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0 -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng14   -DGNOMELOCALEDIR=\""/usr/share/locale"\" -DRELOADED_DATADIR=\""/usr/share/reloaded"\"    Your  does not even support "i386" for '-march' and -mtune.  -fPIC -DPIC -msse -mfpmath=sse -Wall -Wunused  -MT gtkcolorsel.o -MD -MP -MF .deps/gtkcolorsel.Tpo -c -o gtkcolorsel.o gtkcolorsel.c
gcc: Your: No such file or directory
gcc: does: No such file or directory
gcc: not: No such file or directory
gcc: even: No such file or directory
gcc: support: No such file or directory
gcc: i386: No such file or directory
gcc: for: No such file or directory
gcc: and: No such file or directory
cc1: error: unrecognized command line option "-march"
cc1: error: unrecognized command line option "-mtune."
make[2]: *** [gtkcolorsel.o] Error 1

Offline

#2 2010-11-22 17:18:29

Runiq
Member
From: Germany
Registered: 2008-10-29
Posts: 1,053

Re: veejay

Look at the long line that throws an error:

Your  does not even support "i386" for '-march' and -mtune.  -fPIC -DPIC -msse -mfpmath=sse -Wall -Wunused  -MT gtkcolorsel.o -MD -MP -MF .deps/gtkcolorsel.Tpo -c -o gtkcolorsel.o gtkcolorsel.c

Have a look at your CFLAGS (and probably CARCH/CHOST as well}  in /etc/makepkg.conf, maybe there's something wrong with them.

Edit: Apparently I can't read. hmm I couldn't even get veejay-server to build, so just disregard what I wrote there…

Last edited by Runiq (2010-11-22 17:31:23)

Offline

#3 2010-11-23 06:16:29

rikai
Member
Registered: 2010-11-11
Posts: 2

Re: veejay

Looks to me like someone put a random line of text in the command that shouldn't be there or something?

Offline

Board footer

Powered by FluxBB