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
I am very interested to see the improvements made to the Free in the Dark 0.1 release but was unable to compile this under Trisquel GNU/Linux (Ubuntu 12.04 based). By some investigation, I found out that the problem occured when the project (according to the commit description) moved from gcc to g++ in the very early stages of development[1]. I really do understand that this repository is mainly intended for the work and not showcase, but since the original code is really slow and unstable, I would like to try this one, even if there will be probably no noticeable in-game changes, but since the original work done by yaz0r was abandoned, I would rather like to stay on the bleeding-edge if possible.
Best regards,
Peter
Here's the output from Terminal:
trisquel@trisquel:~/fitd-residualvm-master$ ./configure
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking target system type... x86_64-unknown-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking whether make sets $(MAKE)... (cached) yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking how to run the C preprocessor... gcc -E
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking system... UNIX (GNU/Linux)
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking how to run the C preprocessor... gcc -E
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking if we should use GCC PCH... no
checking how to run the C++ preprocessor... g++ -E
checking for ANSI C header files... (cached) yes
checking sstream usability... yes
checking sstream presence... yes
checking for sstream... yes
checking for unistd.h... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking size of short... 2
checking size of int... 4
checking size of long... 8
checking size of long long... 8
checking if we should optimise for MMX... no
checking if we should optimise for 3DNOW... no
checking for sdl-config... /usr/bin/sdl-config
checking for SDL - version >= 1.2.7... yes
./configure: line 6702: AX_CHECK_GL: command not found
./configure: line 6711: AX_CHECK_GLU: command not found
checking for zlib... checking zlib.h usability... yes
checking zlib.h presence... yes
checking for zlib.h... yes
checking if we should include profiling information... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: executing depfiles commands
fitd v0.1
SDL ....................... : 1.2.14
Warning level ............. : Normal
Now type 'make' to build fitd
trisquel@trisquel:~/fitd-residualvm-master$ make
Making all in src
make[1]: Entering directory `/home/trisquel/fitd-residualvm-master/src'
make all-am
make[2]: Entering directory `/home/trisquel/fitd-residualvm-master/src'
g++ -DHAVE_CONFIG_H -I. -g -O2 -MT actor_list.o -MD -MP -MF .deps/actor_list.Tpo -c -o actor_list.o actor_list.cpp
In file included from common/endian.h:26:0,
from common.h:40,
from actor_list.cpp:23:
./common/scummsys.h:356:3: error: #error No system type defined
In file included from common.h:40:0,
from actor_list.cpp:23:
common/endian.h:49:3: error: #error No endianness defined
In file included from /usr/include/x86_64-linux-gnu/sys/types.h:133:0,
from /usr/include/stdlib.h:320,
from ./common/scummsys.h:89,
from common/endian.h:26,
from common.h:40,
from actor_list.cpp:23:
./time.h:27:17: error: ‘uint32’ does not name a type
make[2]: *** [actor_list.o] Error 1
make[2]: Leaving directory `/home/trisquel/fitd-residualvm-master/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/trisquel/fitd-residualvm-master/src'
make: *** [all-recursive] Error 1
trisquel@trisquel:~/fitd-residualvm-master$
The text was updated successfully, but these errors were encountered:
Hi there!
I am very interested to see the improvements made to the Free in the Dark 0.1 release but was unable to compile this under Trisquel GNU/Linux (Ubuntu 12.04 based). By some investigation, I found out that the problem occured when the project (according to the commit description) moved from gcc to g++ in the very early stages of development[1]. I really do understand that this repository is mainly intended for the work and not showcase, but since the original code is really slow and unstable, I would like to try this one, even if there will be probably no noticeable in-game changes, but since the original work done by yaz0r was abandoned, I would rather like to stay on the bleeding-edge if possible.
Best regards,
Peter
Here's the output from Terminal:
The text was updated successfully, but these errors were encountered: