Kees schreef op dinsdag 17 augustus 2010 @ 22:13:
welke distro?
Ubuntu/debian: apt-get install libsdl1.2-dev libsdl1.2debian libsdl-image1.2-dev libsdl-image1.2 libopenal-dev libopenal1 libalut0 libalut-dev
en paste de error hier na ./configure
ehr, excuses, Ubuntu x64, 10.04.
Ik ga dit gelijk even proberen. Installeer ik hiermee geen 'oude' libraries? Ik ben wel eens de mist ingegaan omdat ik tips opvolgde uit een topic van een paar jaar oud en als zodaning dus ook veel te oude libraries

SH4D3H schreef op dinsdag 17 augustus 2010 @ 22:14:
Configure maakt een makefile aan de hand van de checks die het uitvoer
dt. Dat make niet werkt, zou kunnen zijn omdat er nog geen makefile of geen compleet makefile gemaakt is.
Maar geef eens wat meer informatie: wat geeft ie aan?
En wat snap je niet aan het voorbeeld:
[...]
Wel, zoals het voorbeeld aangeeft is dat nog voor 6.06 bedoeld, ik zit op 10.04, ik wil mijn systeem niet vervuilen met oude rommel, dat geintje heb ik al eens eerder uitgehaald en mijn systeem ging plat.
- edit -
Ik heb de libraries die jij noemde succesvol geinstalleerd, maar de foutmelding blijft:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
| diango@Lightspeed:~/ultimatestunts-srcdata-0751$ ./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 gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
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 AIX... no
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 minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
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++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking dependency style of g++... none
checking how to run the C++ preprocessor... /lib/cpp
configure: error: C++ preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details.
diango@Lightspeed:~/ultimatestunts-srcdata-0751$ |
[
Voor 88% gewijzigd door
HTT-Thalan op 17-08-2010 22:25
]