Can't compile 2.3.1a on Ubuntu / Debian

Do you need help? Ask here!

Bug reporting belongs here: http://developer.wz2100.net/newticket
User avatar
Zi-Chan
Trained
Trained
Posts: 180
Joined: 12 Aug 2008, 01:06

Can't compile 2.3.1a on Ubuntu / Debian

Post by Zi-Chan »

Hey there.

Tried to compile the 2.3.1a from the Source Code provided. There seems to be a file missing - popt.h:

Code: Select all

[...]
checking for popt.h... no
configure: error: Popt header not found.
After this it aborts. 2.3.0 worked just fine. Using Ubuntu 10.04 (Debian).

Regards,
Zi-Chan
:ninja:
cybersphinx
Inactive
Inactive
Posts: 1695
Joined: 01 Sep 2006, 19:17

Re: Can't compile 2.3.1a on Ubuntu / Debian

Post by cybersphinx »

If you have apt-file, you could do a "apt-file search /popt.h", that points you to libpopt-dev. Though that should have been required for 2.3.0 already.