-
The Makefile fails to find depmod and complains about a missing tool.
On my system depmod resides at /sbin which is not in my PATH.
Fix: also look in /sbin and /usr/sbin (patch attached)
Branch: 0.7
Revision: 3426.
2009-11-09 15:03:56 UTC in AstLinux
-
The following two patches fix many build warnings.
A small number of them seem to be actual bugs. But generally I get a bad feeling working on a source tree that gives so many warning. They tend to hide silly mistakes I make.
What is the usage of all those pragmas?
To reproduce:
CXXFLAGS="-Wall -Werror -O2 -g" ./configure; make
in either orkbasecxx or orkaudio.
orkbasecxx...
2009-10-14 13:50:46 UTC in oreka
-
Every executable in the PATH should have a man page. Here's one for orkaudio (at least the Linux/POSIX version)
2009-10-14 13:45:55 UTC in oreka
-
[Rephrased description]
This adds a modern autotools support. Bootstrapping becomes something a mere mortal can do.
2009-10-14 13:44:16 UTC in oreka
-
orkbasecxx: newer autotools
* autoconf 2.61 required
* configure.ac instead of configure.in
* 'make distcheck' works in orkbasecxx
* Simpler bootstrapping: autoreconf -i
* pkg-config file added
* Replace some @vars@ with $(ones) to reduce hardcoding.
---
orkbasecxx/Makefile.am | 54 ++++++++++++++++++++++----
orkbasecxx/audiofile/Makefile.am | 8 +++-.
2009-10-14 13:37:59 UTC in oreka