Re: [LAU] building Freecycle for x86_64 ?

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
To: A list for linux audio users <linux-audio-user@...>
Date: Thursday, June 7, 2007 - 1:23 pm

2007/6/7, Florian Schmidt :

It seems to me that the freecycle uses a mixture of Qt3 and Qt4.

No, I compiled it successfully, with the right libinstpatch installed, on
debian/unst./32 with QT3

tar xfj freecycle-0.6alpha.tar.bz2
cd freecycle
cd src
export QTDIR=/usr/share/qt3
/usr/share/qt3/bin/qmake # no arguments ! run in src dir
cd ..
/usr/share/qt3/bin/qmake # no arguments ! run in base dir

vim src/soundplayer.cpp
[[[
fix:
src/soundplayer.cpp line 77
from:
bufferPointersLR=new (float*)[2];
to:
bufferPointersLR=new float*[2];
]]]

make

So i suppose noone wins..

I won ;-)

regards, emanuel

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[LAU] building Freecycle for x86_64 ?, Dave Phillips, (Wed Jun 6, 11:45 am)
Re: [LAU] building Freecycle for x86_64 ?, Marco Milanesi, (Wed Jun 6, 2:04 pm)
Re: [LAU] building Freecycle for x86_64 ?, Dave Phillips, (Wed Jun 6, 3:21 pm)
Re: [LAU] building Freecycle for x86_64 ?, Emanuel Rumpf, (Wed Jun 6, 1:39 pm)
Re: [LAU] building Freecycle for x86_64 ?, Predrag Viceic, (Wed Jun 6, 2:20 pm)
Re: [LAU] building Freecycle for x86_64 ?, James Stone, (Wed Jun 6, 1:20 pm)
Re: [LAU] building Freecycle for x86_64 ?, Dave Phillips, (Wed Jun 6, 1:35 pm)
Re: [LAU] building Freecycle for x86_64 ?, Dragan Noveski, (Wed Jun 6, 2:01 pm)
Re: [LAU] building Freecycle for x86_64 ?, Florian Schmidt, (Wed Jun 6, 11:40 pm)
Re: [LAU] building Freecycle for x86_64 ?, Dragan Noveski, (Thu Jun 7, 10:08 am)
Re: [LAU] building Freecycle for x86_64 ?, Florian Schmidt, (Thu Jun 7, 10:29 am)
Re: [LAU] building Freecycle for x86_64 ?, Dave Phillips, (Thu Jun 7, 11:17 am)
Re: [LAU] building Freecycle for x86_64 ?, James Stone, (Thu Jun 7, 2:06 pm)
Re: [LAU] building Freecycle for x86_64 ?, Predrag Viceic, (Thu Jun 7, 2:30 pm)
Re: [LAU] building Freecycle for x86_64 ?, Florian Schmidt, (Thu Jun 7, 11:48 am)
Re: [LAU] building Freecycle for x86_64 ?, Emanuel Rumpf, (Thu Jun 7, 1:23 pm)
Re: [LAU] building Freecycle for x86_64 ?, Ken Restivo, (Fri Jun 8, 10:54 pm)
Re: [LAU] building Freecycle for x86_64 ?, Florian Schmidt, (Sat Jun 9, 1:56 am)
Re: [LAU] building Freecycle for x86_64 ?, Predrag Viceic, (Wed Jun 6, 1:19 pm)