dsully / pyflac

Python FLAC API Library
GNU General Public License v2.0
20 stars 11 forks source link

Unable to compile on Ubuntu 13.04 #4

Open sid137 opened 11 years ago

sid137 commented 11 years ago

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

minhoryang commented 10 years ago

+1

JPNYC81 commented 10 years ago

Same occurs in 14.04.

dsully commented 10 years ago

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

JPNYC81 commented 10 years ago

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 notifications@github.com 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.

dsully commented 10 years ago

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.