nmlorg / naim

naim is a console client for AOL Instant Messenger (AIM), AOL I Seek You (ICQ), Internet Relay Chat (IRC), and The lily CMC.
http://naim.n.ml.org/
1 stars 0 forks source link

make error under ubuntu 10.04 server #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
> What steps will reproduce the problem?

1. type ./configure
2. type make
3. make should error out with configuring firetalk (again?)

> What is the expected output? What do you see instead?
make should be able to build the executable.

> What version of naim are you using? On what operating system?
> % naim --version
building naim-0.11.8.3.2
ubuntu 10.04 server 32 bit

> % uname -a

> Please provide any additional information below.
Configuring firetalk

checking for an ANSI C-conforming const... yes
checking for ranlib... ranlib
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 inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
./configure: line 4631: ac_fn_c_check_type: command not found
./configure: line 4710: syntax error near unexpected token `fi'
./configure: line 4710: `fi'

Original issue reported on code.google.com by johnatha...@gmail.com on 28 Jul 2010 at 3:33