SVN Install of Kannel on Raspberry Pi OS (Debian Buster) Compile Error.
Queye Haach <[email protected]> Sat, 13 Feb 2021 21:08:01 +1300
| Newsgroups | gmane.comp.mobile.kannel.user |
|---|---|
| Message-ID | <CAP=AW0mL-6fuL_neyLa-43RmBopQSmOeh4NPzphWhYaFu1esgw@mail.gmail.com> |
Hi All, I was attempting to install Kannel after downloading the CVS sources using SVN. After the 'trunk' was successfully installed, I read the README, INSTALL and NEWS documentation then decided to do a basic compile selecting zero additional compile FLAGS. # Process so far $ cd ~/Projects $ svn co https://svn.kannel.org/gateway/trunk ... A trunk/addons/opensmppbox/bootstrap U trunk/addons/opensmppbox Checked out external at revision 95. Checked out revision 5304. $ /home/pi/Projects/trunk $ ./configure ... Generating output files ... configure: creating ./config.status config.status: error: cannot find input file: `Makefile.in' ~/Projects/trunk $ ls Make* Makefile.am Makefile.in_old It would appear that the necessary input file 'Makefile.in' has been superseded and the compiling reference not updated. Is this a bug or have I missed something? Glad to be back experimenting with Kannel, QH. P.S. Only after sending this message (Which bounced) did I see that another user had the same problem in early January. Has this been resolved?