pyflac icon indicating copy to clipboard operation
pyflac copied to clipboard

Unable to compile on Ubuntu 13.04

Open sid137 opened this issue 11 years ago • 5 comments

Hi,

I was trying to compile this on Ubuntu 13.04, and get an error each time during the make step

https://gist.github.com/sid137/6546329

Here are my library versions for the requirements listed in teh readme: ii swig 2.0.8-1ubuntu3 amd64 Generate scripting interfaces to C/C++ code ii swig2.0 2.0.8-1ubuntu3 amd64 Generate scripting interfaces to C/C++ code ii libflac-dev:amd64 1.2.1-6build1 amd64 Free Lossless Audio Codec - C development library ii libpython-dev:amd64 2.7.4-0ubuntu1 amd64 header files and a static library for Python (default) ii libpython2.7-dev:amd64 2.7.4-2ubuntu3 amd64 Header files and a static library for Python (v2.7) ii python-dbus-dev 1.1.1-1ubuntu3 all main loop integration development files for python-dbus ii python-dev 2.7.4-0ubuntu1 amd64 header files and a static library for Python (default) ii python2.7-dev 2.7.4-2ubuntu3 amd64 Header files and a static library for Python (v2.7)

Is there something i'm missing? Thanks

sid137 avatar Sep 15 '13 00:09 sid137

+1

minhoryang avatar Jan 20 '14 06:01 minhoryang

Same occurs in 14.04.

JPNYC81 avatar Jul 29 '14 21:07 JPNYC81

Hey all - thanks for the report. I've reproduced this & will be taking a look at a fix soon.

dsully avatar Aug 10 '14 03:08 dsully

It's a SWIG 2.x/3.x issue. I've gotten a successful compile grabbing the old SWIG 1.3 from source then rebuilding.

-JP

On Aug 9, 2014, at 11:55 PM, Dan Sully [email protected] wrote:

Hey all - thanks for the report. I've reproduced this & will be taking a look at a fix soon.

— Reply to this email directly or view it on GitHub.

JPNYC81 avatar Aug 10 '14 04:08 JPNYC81

Thanks, that's what it was starting to look like, as nothing's changed in the FLAC codebase in some time. Do you have a pointer to the issue in Swig? Searching isn't coming up with much.

dsully avatar Aug 10 '14 04:08 dsully