Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Client darkplaces/darkplaces-sdl not found, aborting
The engine failed to compile, that's all I can say. You did not copy enough text in the log from ./all compile. Please scroll up and see where the first error appears. Guessing from where the error appears (jpeg.o), maybe you are missing the package libjpeg-dev?
Also, if you are going to copy output from the terminal in the forum, please do export LC_MESSAGES=C before so that we get the errors in english:
(12-26-2012, 11:37 AM)Szustarol Wrote: I have tried to input export messages but i think, that it is not working. Anyway, there is an output from terminal.
Code:
karol@karol-M61PME-S2:~/xonotic$ LC_MESSAGES=C
karol@karol-M61PME-S2:~/xonotic$ ./all compile
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ gcc -DSUPPORTIPV6 misc/tools/conftest.c -o conftest
+ cd /home/karol/xonotic/d0_blind_id
+ cd /home/karol/xonotic/fteqcc
+ make -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
make USEGUI_CFLAGS="" R_qcc
make[1]: Wejście do katalogu `/home/karol/xonotic/fteqcc'
gcc -DSUPPORTIPV6 -ggdb -o fteqcc.bin -O3 -s qccmain.o qcc_pr_comp.o qcc_pr_lex.o qcctui.o comprout.o hash.o qcc_cmdlib.o qcd_main.o
make[1]: Opuszczenie katalogu `/home/karol/xonotic/fteqcc'
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ make FTEQCC=../../../../fteqcc/fteqcc.bin -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
[ "" = "" ] || [ "" = "1" ]
[ "" = "1" ] || { DO_NOT_RUN_MAKE=1 sh check-cvars.sh; }
make -C qcsrc
/bin/sh: 1: fteqcc: not found
make[1]: Wejście do katalogu `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make qc-recursive
/bin/sh: 1: fteqcc: not found
make[2]: Wejście do katalogu `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/menu'
cd menu && fteqcc -Werror -Wno-Q302 -O3 -Ono-return_only -fno-fastarrays -DWATERMARK='"xonotic-v0.6.0-682-g57ac8ec"' -DCVAR_POPCON=1
/bin/sh: 1: fteqcc: not found
make[2]: *** [../menu.dat] Błąd 127
make[2]: Opuszczenie katalogu `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: *** [qc] Błąd 2
make[1]: Opuszczenie katalogu `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make: *** [qc] Błąd 2
You did not type "export", that's probably why it is not working. You typed "LC_MESSAGES=C", you need "export LC_MESSAGES=C".
Anyway, is this really the entire output? It's strange that nothing follows "make -C qcsrc" before the next line...
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ gcc -DSUPPORTIPV6 misc/tools/conftest.c -o conftest
+ cd /home/karol/xonotic/d0_blind_id
+ cd /home/karol/xonotic/fteqcc
+ make -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
make USEGUI_CFLAGS="" R_qcc
make[1]: Entering directory `/home/karol/xonotic/fteqcc'
gcc -DSUPPORTIPV6 -ggdb -o fteqcc.bin -O3 -s qccmain.o qcc_pr_comp.o qcc_pr_lex.o qcctui.o comprout.o hash.o qcc_cmdlib.o qcd_main.o
make[1]: Leaving directory `/home/karol/xonotic/fteqcc'
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ make FTEQCC=../../../../fteqcc/fteqcc.bin -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
[ "" = "" ] || [ "" = "1" ]
[ "" = "1" ] || { DO_NOT_RUN_MAKE=1 sh check-cvars.sh; }
make -C qcsrc
/bin/sh: 1: fteqcc: not found
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make qc-recursive
/bin/sh: 1: fteqcc: not found
make[2]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/menu'
cd menu && fteqcc -Werror -Wno-Q302 -O3 -Ono-return_only -fno-fastarrays -DWATERMARK='"xonotic-v0.6.0-682-g57ac8ec"' -DCVAR_POPCON=1
/bin/sh: 1: fteqcc: not found
make[2]: *** [../menu.dat] Error 127
make[2]: Leaving directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: *** [qc] Error 2
make[1]: Leaving directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make: *** [qc] Error 2
ok. translated
Ah, I get it now. Your git clone is most likely outdated, do "./all update". You should always do this first when something does not work. I had assumed that you were up to date
karol@karol-M61PME-S2:~$ export LC_MESSAGES=C
karol@karol-M61PME-S2:~$ cd xonotic
karol@karol-M61PME-S2:~/xonotic$ ./all each git status
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /home/karol/xonotic/.
+ git status
# On branch master
# Changes not staged for commit:
# (use "git add <file>..." to update what will be committed)
# (use "git checkout -- <file>..." to discard changes in working directory)
#
# modified: misc/tools/all/config.subr
# modified: misc/tools/all/git.subr
# modified: misc/tools/all/release.subr
# modified: misc/tools/all/xonotic.subr
# modified: misc/tools/cached-converter.sh
# modified: misc/tools/compress-texture
# modified: misc/tools/midi2cfg-ng.pl
# modified: misc/tools/midi2cfg/foo180.mid
# modified: misc/tools/midi2cfg/foo180.rg
# modified: misc/tools/midi2cfg/tuba-play.cfg
# modified: misc/tools/midi2cfg/tuba-record.cfg
# modified: misc/tools/midi2cfg/tuba-settings.cfg
# modified: misc/tools/midichannels.pl
# modified: misc/tools/the-big-benchmark/the-big-benchmark.bat
# modified: misc/tools/the-big-benchmark/the-big-benchmark.sh
# modified: misc/tools/xonotic-map-compiler-autobuild
# modified: misc/tools/zipdiff
# modified: server/rcon2irc/joinsparts.pl
# modified: server/server.cfg
# typechange: xonotic-linux-sdl.sh
#
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# SDL.dll
# Xonotic.app/
# bin32/
# bin64/
# gmqcc/
# misc/tools/midi2cfg-ng.conf
# source/
# xonotic-dedicated.exe
# xonotic-linux32-dedicated
# xonotic-linux32-glx
# xonotic-linux32-sdl
# xonotic-linux64-dedicated
# xonotic-linux64-glx
# xonotic-linux64-sdl
# xonotic-osx-dedicated
# xonotic-sdl.exe
# xonotic-x64-dedicated.exe
# xonotic-x64-sdl.exe
# xonotic-x64.exe
# xonotic.exe
no changes added to commit (use "git add" and/or "git commit -a")
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git status
# On branch master
nothing to commit (working directory clean)
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git status
# On branch master
nothing to commit (working directory clean)
+ cd /home/karol/xonotic/darkplaces
+ git status
# On branch div0-stable
nothing to commit (working directory clean)
+ cd /home/karol/xonotic/netradiant
+ git status
# On branch master
nothing to commit (working directory clean)
+ cd /home/karol/xonotic/d0_blind_id
+ git status
# On branch master
nothing to commit (working directory clean)
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git status
# On branch master
nothing to commit (working directory clean)
+ cd /home/karol/xonotic/fteqcc
+ git status
# On branch xonotic-stable
# Untracked files:
# (use "git add <file>..." to include in what will be committed)
#
# comprout.o
# fteqcc-x64.exe
# fteqcc.bin
# fteqcc.linux32
# fteqcc.linux64
# fteqcc.osx
# hash.o
# qcc_cmdlib.o
# qcc_pr_comp.o
# qcc_pr_lex.o
# qccmain.o
# qcctui.o
# qcd_main.o
nothing added to commit but untracked files present (use "git add" to track)
Strange things... Have you modified the sources? Have you done anything other than ./all compile, ./all update or ./all run in your git clone? I wonder what broke it like that...
If you do not have any modifications in the git directories, do the following (NOTE: you will lose all changes in the directory that contains the "./all" script AND all its subdirectories!)
Code:
./all clean -fU
This will reset all the branches to their upstream status. Untracked files will be kept, but everything marked as "modified" in the output you pasted will be reset.
Then, you can do ./all compile, and it should work.
karol@karol-M61PME-S2:~$ export LC_MESSAGES=C
karol@karol-M61PME-S2:~$ cd xonotic
karol@karol-M61PME-S2:~/xonotic$ ./all clean fU
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /home/karol/xonotic/.
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-music.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/darkplaces
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/darkplaces.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/netradiant
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/netradiant.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/d0_blind_id
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/d0_blind_id.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-maps.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/fteqcc
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/fteqcc.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config --unset core.autocrlf
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Unknown arg: fU
+ cd /home/karol/xonotic/.
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ cd /home/karol/xonotic/darkplaces
+ cd /home/karol/xonotic/netradiant
+ cd /home/karol/xonotic/d0_blind_id
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ cd /home/karol/xonotic/fteqcc
karol@karol-M61PME-S2:~/xonotic$ ./all compile
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ gcc -DSUPPORTIPV6 misc/tools/conftest.c -o conftest
+ cd /home/karol/xonotic/d0_blind_id
+ cd /home/karol/xonotic/fteqcc
+ make -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
make USEGUI_CFLAGS="" R_qcc
make[1]: Entering directory `/home/karol/xonotic/fteqcc'
gcc -DSUPPORTIPV6 -ggdb -o fteqcc.bin -O3 -s qccmain.o qcc_pr_comp.o qcc_pr_lex.o qcctui.o comprout.o hash.o qcc_cmdlib.o qcd_main.o
make[1]: Leaving directory `/home/karol/xonotic/fteqcc'
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ make FTEQCC=../../../../fteqcc/fteqcc.bin -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
[ "" = "" ] || [ "" = "1" ]
[ "" = "1" ] || { DO_NOT_RUN_MAKE=1 sh check-cvars.sh; }
make -C qcsrc
/bin/sh: 1: fteqcc: not found
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make qc-recursive
/bin/sh: 1: fteqcc: not found
make[2]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/menu'
cd menu && fteqcc -Werror -Wno-Q302 -O3 -Ono-return_only -fno-fastarrays -DWATERMARK='"xonotic-v0.6.0-682-g57ac8ec"' -DCVAR_POPCON=1
/bin/sh: 1: fteqcc: not found
make[2]: *** [../menu.dat] Error 127
make[2]: Leaving directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: *** [qc] Error 2
make[1]: Leaving directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make: *** [qc] Error 2
karol@karol-M61PME-S2:~/xonotic$
I tried to do ./all update after ./all clean fU (for better effect I did ./all clean too)
but obviously still the same error, but maybe there is a bit of hope, bacause as you see some files updated...
Output from console:
Code:
karol@karol-M61PME-S2:~$ export LC_MESSAGES=C
karol@karol-M61PME-S2:~$ cd xonotic
karol@karol-M61PME-S2:~/xonotic$ ./all clean
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /home/karol/xonotic/.
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-music.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/darkplaces
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/darkplaces.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/netradiant
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/netradiant.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/d0_blind_id
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/d0_blind_id.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-maps.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/fteqcc
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/fteqcc.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config --unset core.autocrlf
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /home/karol/xonotic/.
+ git clean -df
Removing gmqcc/
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git clean -xdf
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git clean -xdf
+ cd /home/karol/xonotic/darkplaces
+ git clean -xdf
+ cd /home/karol/xonotic/netradiant
+ git clean -xdf
+ cd /home/karol/xonotic/d0_blind_id
+ git clean -xdf
Removing .libs/
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git clean -xdf
+ cd /home/karol/xonotic/fteqcc
+ git clean -xdf
Removing comprout.o
Removing fteqcc.bin
Removing hash.o
Removing qcc_cmdlib.o
Removing qcc_pr_comp.o
Removing qcc_pr_lex.o
Removing qccmain.o
Removing qcctui.o
Removing qcd_main.o
karol@karol-M61PME-S2:~/xonotic$ ./all clean fU
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /home/karol/xonotic/.
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-music.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/darkplaces
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/darkplaces.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/netradiant
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/netradiant.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/d0_blind_id
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/d0_blind_id.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-maps.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/fteqcc
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/fteqcc.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config --unset core.autocrlf
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Unknown arg: fU
+ cd /home/karol/xonotic/.
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ cd /home/karol/xonotic/darkplaces
+ cd /home/karol/xonotic/netradiant
+ cd /home/karol/xonotic/d0_blind_id
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ cd /home/karol/xonotic/fteqcc
karol@karol-M61PME-S2:~/xonotic$ ./all update
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ cd /home/karol/xonotic/.
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-music.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/darkplaces
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/darkplaces.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/netradiant
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/netradiant.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/d0_blind_id
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/d0_blind_id.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/xonotic-maps.pk3dir.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config core.autocrlf input
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/fteqcc
+ git config remote.origin.url git://de.git.xonotic.org/xonotic/fteqcc.git
+ git config --unset remote.origin.pushurl
+ git config remote.origin.fetch +refs/heads/*:refs/remotes/origin/*
+ git config --unset core.autocrlf
+ git config filter.mapclean.clean tr -d '\r' | grep '^[^/]'
+ git config filter.mapclean.smudge cat
+ cd /home/karol/xonotic/.
+ git pull
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ git pull
remote: Counting objects: 152, done.
remote: Compressing objects: 100% (61/61), done.
remote: Total 61 (delta 58), reused 0 (delta 0)
Unpacking objects: 100% (61/61), done.
From git://de.git.xonotic.org/xonotic/xonotic-data.pk3dir
* [new branch] ablu/overkillconquest -> origin/ablu/overkillconquest
338b74b..7fa596c ablu/overkilltzork -> origin/ablu/overkilltzork
b35a301..a1e33b3 ablu/tzork-conquest -> origin/ablu/tzork-conquest
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/data/xonotic-music.pk3dir
+ git pull
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/darkplaces
+ git pull
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/netradiant
+ git pull
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/d0_blind_id
+ git pull
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/data/xonotic-maps.pk3dir
+ git pull
Already up-to-date.
+ git remote prune origin
+ cd /home/karol/xonotic/fteqcc
+ git pull
Already up-to-date.
+ git remote prune origin
karol@karol-M61PME-S2:~/xonotic$ ./all compile
Repository . enabled because it already exists
Repository data/xonotic-data.pk3dir enabled because it already exists
Repository data/xonotic-music.pk3dir enabled because it already exists
Repository data/xonotic-nexcompat.pk3dir disabled by default, create data/xonotic-nexcompat.pk3dir.yes to enable
Repository darkplaces enabled because it already exists
Repository netradiant enabled because it already exists
Repository div0-gittools disabled by default, create div0-gittools.yes to enable
Repository d0_blind_id enabled because it already exists
Repository data/xonotic-maps.pk3dir enabled because it already exists
Repository mediasource disabled by default, create mediasource.yes to enable
Repository fteqcc enabled because it already exists
+ gcc -DSUPPORTIPV6 misc/tools/conftest.c -o conftest
+ cd /home/karol/xonotic/d0_blind_id
+ cd /home/karol/xonotic/fteqcc
+ make -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
make USEGUI_CFLAGS="" R_qcc
make[1]: Entering directory `/home/karol/xonotic/fteqcc'
gcc -DSUPPORTIPV6 -ggdb -o qccmain.o -c qccmain.c -Wall
gcc -DSUPPORTIPV6 -ggdb -o qcc_pr_comp.o -c qcc_pr_comp.c -Wall
qccmain.c: In function ‘QCC_PR_WriteProgdefs’:
qccmain.c:1905:13: warning: variable ‘ld’ set but not used [-Wunused-but-set-variable]
qccmain.c: In function ‘QCC_main’:
qccmain.c:2923:5: warning: pointer targets in assignment differ in signedness [-Wpointer-sign]
qcc_pr_comp.c: In function ‘QCC_PR_GenerateFunctionCall’:
qcc_pr_comp.c:2920:6: warning: variable ‘np’ set but not used [-Wunused-but-set-variable]
qcc_pr_comp.c:2919:6: warning: variable ‘extraparms’ set but not used [-Wunused-but-set-variable]
qcc_pr_comp.c: In function ‘QCC_PR_ParseFunctionCall’:
qcc_pr_comp.c:3143:6: warning: variable ‘callconvention’ set but not used [-Wunused-but-set-variable]
qcc_pr_comp.c: In function ‘QCC_PR_Expression’:
qcc_pr_comp.c:5137:19: warning: variable ‘type_b’ set but not used [-Wunused-but-set-variable]
qcc_pr_comp.c: In function ‘QCC_PR_ParseState’:
qcc_pr_comp.c:6527:7: warning: variable ‘f’ set but not used [-Wunused-but-set-variable]
qcc_pr_comp.c: In function ‘QCC_PR_ExpandUnionToFields’:
qcc_pr_comp.c:8444:2: warning: pointer targets in passing argument 5 of ‘QCC_PR_DummyFieldDef’ differ in signedness [-Wpointer-sign]
qcc_pr_comp.c:8307:12: note: expected ‘unsigned int *’ but argument is of type ‘int *’
qcc_pr_comp.c: In function ‘QCC_PR_ParseDefs’:
qcc_pr_comp.c:8687:9: warning: variable ‘oldglobals’ set but not used [-Wunused-but-set-variable]
gcc -DSUPPORTIPV6 -ggdb -o qcc_pr_lex.o -c qcc_pr_lex.c -Wall
gcc -DSUPPORTIPV6 -ggdb -o comprout.o -c comprout.c -Wall
gcc -DSUPPORTIPV6 -ggdb -o hash.o -c hash.c -Wall
gcc -DSUPPORTIPV6 -ggdb -o qcc_cmdlib.o -c qcc_cmdlib.c -Wall
gcc -DSUPPORTIPV6 -ggdb -o qcd_main.o -c qcd_main.c -Wall
gcc -DSUPPORTIPV6 -Wall -c -o qcctui.o qcctui.c
qcctui.c: In function ‘main’:
qcctui.c:102:24: warning: assignment from incompatible pointer type [enabled by default]
qcctui.c:103:24: warning: assignment from incompatible pointer type [enabled by default]
qcctui.c:104:25: warning: assignment from incompatible pointer type [enabled by default]
gcc -DSUPPORTIPV6 -ggdb -o fteqcc.bin -O3 -s qccmain.o qcc_pr_comp.o qcc_pr_lex.o qcctui.o comprout.o hash.o qcc_cmdlib.o qcd_main.o
make[1]: Leaving directory `/home/karol/xonotic/fteqcc'
+ cd /home/karol/xonotic/data/xonotic-data.pk3dir
+ make FTEQCC=../../../../fteqcc/fteqcc.bin -j2 DP_CRYPTO_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/ DP_CRYPTO_RIJNDAEL_STATIC_LIBDIR=../misc/builddeps/dp.linux32/lib/
[ "" = "" ] || [ "" = "1" ]
[ "" = "1" ] || { DO_NOT_RUN_MAKE=1 sh check-cvars.sh; }
make -C qcsrc
/bin/sh: 1: fteqcc: not found
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make qc-recursive
/bin/sh: 1: fteqcc: not found
make[2]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: Entering directory `/home/karol/xonotic/data/xonotic-data.pk3dir/menu'
cd menu && fteqcc -Werror -Wno-Q302 -O3 -Ono-return_only -fno-fastarrays -DWATERMARK='"xonotic-v0.6.0-682-g57ac8ec"' -DCVAR_POPCON=1
/bin/sh: 1: fteqcc: not found
make[2]: *** [../menu.dat] Error 127
make[2]: Leaving directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make[1]: *** [qc] Error 2
make[1]: Leaving directory `/home/karol/xonotic/data/xonotic-data.pk3dir/qcsrc'
make: *** [qc] Error 2
karol@karol-M61PME-S2:~/xonotic$
You did not copy the whole thing. As I said in the first post, you should copy more lines above the make error. There must be something complaining about "libjpeg.h not found" or something similar. Scroll up and copy that too, or copy the whole thing if you are not sure.
Anyway, you need the package libjpeg-dev, do you have that?
That line you highlighted is nothing special, it's just one of the commands that Make uses in the process of compiling. The problem is there:
Code:
jpeg.c:41:21: fatal error: jpeglib.h: No such file or directory
compilation terminated.
This means you don't have /usr/include/jpeglib.h. That file is provided by the package libjpeg-turbo8-dev, so install that and compile again. You will most likely run into a different error because of another missing .h file. You can find which package contains it on http://packages.ubuntu.com/ . Sometimes multiple packages provide the file, so post further logs here if you are not sure and I will have a look.
I also had exactly the same problems (ubuntu 12.10 64-bit). After installing libjpeg-turbo8-dev it downloaded a small file for every map included in the game, and compiled whithout any errors. (All this -fU etc. wasn't needed, the dependancie did everything.)
Can someone please add libjpeg-turbo8-dev to the list of depencies you have to download in the wiki? I think we two are not the only ones getting this problem.