mingw-cross-env-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mingw-cross-env-list] Aubio requires python headers on Ubuntu


From: Tony Theodore
Subject: [Mingw-cross-env-list] Aubio requires python headers on Ubuntu
Date: Thu, 8 Apr 2010 13:52:56 +1000

Hi All,

Aubio depends on package python-dev on Ubuntu 9.10. Is this an actual
requirement or should python bindings be disabled? There's no
configure option, but this seems to work.

diff -r 2ff27d973e80 src/aubio.mk
--- a/src/aubio.mk      Sun Mar 28 04:16:10 2010 +0200
+++ b/src/aubio.mk      Thu Apr 08 13:43:18 2010 +1000
@@ -24,7 +24,8 @@
         --host='$(TARGET)' \
         --disable-shared \
         --disable-jack \
-        --prefix='$(PREFIX)/$(TARGET)'
+        --prefix='$(PREFIX)/$(TARGET)' \
+        PYTHON='no'
     $(MAKE) -C '$(1)' -j '$(JOBS)' bin_PROGRAMS= sbin_PROGRAMS=
noinst_PROGRAMS=
     $(MAKE) -C '$(1)' -j 1 install bin_PROGRAMS= sbin_PROGRAMS=
noinst_PROGRAMS=
 endef

Attached is the original log.

Tony

Attachment: aubio
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]