[aumix] compile errors

Pagina: 1
Acties:

  • Skinkie
  • Registratie: Juni 2001
  • Laatst online: 09-06-2020

Skinkie

Op naar de 500

Topicstarter
okee wat ik doe...

tar zxvf aumix-2.7.tar.gz
cd aumix-2.7
./configure

gaat goed

make

krijg deze warning:
/usr/src/aumix-2.7/missing: Unknown `--run' option
Try `/usr/src/aumix-2.7/missing --help' for more information

en deze error

./configure: line 3746: syntax error near unexpected token `(s'
./configure: line 3746: ` --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)'
make: *** [config.status] Error 2
root:/usr/src/aumix-2.7# cd aumix-2.7
bash: cd: aumix-2.7: No such file or directory

deze error slaat op een lek in het ./configure script... wat moet je er aan fixen... ik neem namelijk aan dat iedereen deze error moet krijgen.

Steun Elkaar, Kopieer Nederlands Waar!


  • moto-moi
  • Registratie: Juli 2001
  • Laatst online: 09-06-2011

moto-moi

Ja, ik haat jou ook :w

Op dinsdag 07 mei 2002 21:08 schreef Skinkie het volgende:
./configure: line 3746: syntax error near unexpected token `(s'
./configure: line 3746: ` --without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)'
make: *** [config.status] Error 2
root:/usr/src/aumix-2.7# cd aumix-2.7
bash: cd: aumix-2.7: No such file or directory
deze error slaat op een lek in het ./configure script... wat moet je er aan fixen... ik neem namelijk aan dat iedereen deze error moet krijgen.
Misschien is het wat handiger, als je de regel ff quote, plus een stuk of 5 regels erboven, en 5 regels beneden ? Dan kunnen we wat beter helpen denk ik ;)

God, root, what is difference? | Talga Vassternich | IBM zuigt


  • Skinkie
  • Registratie: Juni 2001
  • Laatst online: 09-06-2020

Skinkie

Op naar de 500

Topicstarter
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
64
65
66
67
68
69
70
root:/usr/src/aumix-2.7# make
cd . && aclocal
cd . && automake --gnu --include-deps Makefile
cd . && autoconf
/bin/sh ./config.status --recheck
running /bin/sh ./configure  --no-create --no-recursion
checking for a BSD-compatible install... /bin/install -c
checking whether build environment is sane... yes
/usr/src/aumix-2.7/missing: Unknown `--run' option
Try `/usr/src/aumix-2.7/missing --help' for more information
configure: WARNING: `missing' script is too old or missing
checking for gawk... gawk
checking whether make sets ${MAKE}... yes
checking for gawk... (cached) gawk
checking for gcc... gcc
checking for C compiler default output... 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 style of include used by make... GNU
checking dependency style of gcc... none
checking for a BSD-compatible install... /bin/install -c
checking whether ln -s works... yes
checking how to run the C preprocessor... gcc -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 sys/audioio.h usability... no
checking sys/audioio.h presence... no
checking for sys/audioio.h... no
checking for ANSI C header files... (cached) yes
checking ncurses.h usability... yes
checking ncurses.h presence... yes
checking for ncurses.h... yes
checking curses.h usability... yes
checking curses.h presence... yes
checking for curses.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking for strings.h... (cached) yes
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking for unistd.h... (cached) yes
checking machine/console.h usability... no
checking machine/console.h presence... no
checking for machine/console.h... no
./configure: line 3746: syntax error near unexpected token `(s'
./configure: line 3746: `  --without-PACKAGE     do not use PACKAGE (same as --with-PACKAGE=no)'
make: *** [config.status] Error 2

Steun Elkaar, Kopieer Nederlands Waar!


  • Skinkie
  • Registratie: Juni 2001
  • Laatst online: 09-06-2020

Skinkie

Op naar de 500

Topicstarter
for the record:

aumix werkt niet met de nieuwste autoconf dus wat er moet gebeuren:

./configure --prefix=/usr && make ACLOCAL=true AUTOCONF=true AUTOMAKE=true ACLOCAL=true all install

Steun Elkaar, Kopieer Nederlands Waar!