-
Source tarballs should have the results of running autoconf included in them. This is standard practice, so that users wishing to build from source can just do configure, make and make install, without needing to have autoconf installed. Also, many users know to do configure but don't know about autoconf.
Since distros (eg Debian/Ubuntu) are so far behind at version 0.2 it makes sense that...
2009-06-02 14:56:36 UTC in Simple Wiimote Library for Linux
-
I see that Debian is using a similar patch against release 0.2, although it doesn't patch configure.in.
2009-06-02 14:50:29 UTC in Simple Wiimote Library for Linux
-
configure.in and src/wiimote_link.c use the deprecated hci_remote_name API. The attached patch replaces this with the new API name, hci_read_remote_name.
The patch is against svn trunk, but it should apply against older tagged releases too.
2009-06-02 14:32:39 UTC in Simple Wiimote Library for Linux
-
PS I used RtAudio 4.0.4 initially, but now I am using source directly from svn trunk.
2009-03-25 23:18:20 UTC in RtAudio
-
When running playsaw on Linux I get no sound. audioprobe gives the following:
Compiled APIs:
Linux ALSA
Current API: Linux ALSA
Found 3 device(s) ...
RtApiAlsa::getDeviceInfo: snd_pcm_open error for device (hw:0,0), Device or resource busy.
Device Name = hw:HDA Intel,0
Probe Status = Successful
Output Channels = 0
Input Channels = 2
Duplex Channels = 0
This is NOT the...
2009-03-25 23:16:11 UTC in RtAudio
-
On Ubuntu Jaunty, which uses Python 2.6, the plug-in cannot be enabled without some changes to the way it is imported. In particular, Module=GeditLaTeXPlugin/src is no longer allowed, and gives “ImportError: Import by filename is not supported.”.
2009-03-16 20:46:46 UTC in Gedit LaTeX Plugin
-
This appears to be a duplicate of 1906946 -- sorry.
2009-02-19 23:30:26 UTC in XMLStarlet command line XML toolkit
-
I submitted a more complete fix in 2617940 (sorry, didn't see this bug first)
2009-02-19 23:29:32 UTC in XMLStarlet command line XML toolkit
-
I have added a patch that I think fixes the gcrypt dependency. It works on my machine, anyway. I am using Debian lenny.
2009-02-19 23:23:53 UTC in XMLStarlet command line XML toolkit
-
There are multiple link errors like this:
/usr/lib/libexslt.a(crypto.o): In function `exsltCryptoGcryptInit':
(.text+0x15c): undefined reference to `gcry_check_version'
This is because the hand-crafted static linking performed in configure.in does not include the necessary crypto libraries. In any case, when not using a specific local version of libxslt etc., the dynamic libraries...
2009-02-19 23:04:52 UTC in XMLStarlet command line XML toolkit