On Sat, Nov 7, 2009 at 3:59 AM, Dan Wilcox <danomatika@gmail.com> wrote:
Ok,

64 bit Ubuntu Karmic

So I have a script to grab pd-extended and build a package ... but still the same weird table bugs as the last time I tried.  The Analog Sequencer example sounds aliased and higher pitched.  I made sure to force the CFLAGS to -m64, but the pd binary itself still has this issue.  The 64 bit puredata Ubuntu package does not have this problem.


hi Dan,

for me it was -fPIC had i had to insert at some places (no -m64) and at the and everything compiled successfully on my AMD, from these sources:

svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/ pure-data
cd pure-data
svn co https://pure-data.svn.sourceforge.net/svnroot/pure-data/branches/pd-extended/0.42/pd
svn co https://pd-gem.svn.sourceforge.net/svnroot/pd-gem/branches/0.92/Gem

Andras