Re: [Fink-devel] Problem compiling dosbox

2010-03-04 Thread Dr. Wolfram Schroers
Yes, it works now! Thanks! Wolfram > > Am 03.03.2010 um 12:08 schrieb Dr. Wolfram Schroers: > >> I wish you to get well soon! >> > > Thanks. > > In the meantime, I just commited rev 3 of the package, which hopefully fixes > the issue. Please tell me how it works for you (you'll need to run

Re: [Fink-devel] Problem compiling dosbox

2010-03-03 Thread Dr. Wolfram Schroers
> On 3/2/10 8:10 AM, Dr. Wolfram Schroers wrote: >> Hi, >> >> I have a problem building dosbox. During compiling I get the error message: >> >> [...] >> g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/sw/include >> -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -fast -MT midi.o -MD -MP

Re: [Fink-devel] Problem compiling dosbox

2010-03-03 Thread Dr. Wolfram Schroers
I wish you to get well soon! > The issue is related to the that fact that Apple switched from > ComponentDescription to AudioComponentDescription in 10.6, and deprecated > some AudioUnit API in 10.5. And I can confirm that the issue occurs indeed on > 32bit 10.6 (though this is suprisingly the

Re: [Fink-devel] Problem compiling dosbox

2010-03-03 Thread Max Horn
Am 03.03.2010 um 12:08 schrieb Dr. Wolfram Schroers: > I wish you to get well soon! > Thanks. In the meantime, I just commited rev 3 of the package, which hopefully fixes the issue. Please tell me how it works for you (you'll need to run a "fink selfupdate" first, of course). Thanks also to

Re: [Fink-devel] Problem compiling dosbox

2010-03-02 Thread Daniel Johnson
On Mar 2, 2010, at 7:55 PM, Max Horn wrote: > The issue is related to the that fact that Apple switched from > ComponentDescription to AudioComponentDescription in 10.6, and > deprecated some AudioUnit API in 10.5. And I can confirm that the > issue occurs indeed on 32bit 10.6 (though this

Re: [Fink-devel] Problem compiling dosbox

2010-03-02 Thread Max Horn
The issue is related to the that fact that Apple switched from ComponentDescription to AudioComponentDescription in 10.6, and deprecated some AudioUnit API in 10.5. And I can confirm that the issue occurs indeed on 32bit 10.6 (though this is suprisingly the first report I got on the issue).

Re: [Fink-devel] Problem compiling dosbox

2010-03-02 Thread Alexander Hansen
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 3/2/10 8:10 AM, Dr. Wolfram Schroers wrote: > Hi, > > I have a problem building dosbox. During compiling I get the error message: > > [...] > g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/sw/include > -I/sw/include/SDL -D_GNU_SOURCE=1 -D_TH

[Fink-devel] Problem compiling dosbox

2010-03-02 Thread Dr. Wolfram Schroers
Hi, I have a problem building dosbox. During compiling I get the error message: [...] g++ -DHAVE_CONFIG_H -I. -I../.. -I../../include -I/sw/include -I/sw/include/SDL -D_GNU_SOURCE=1 -D_THREAD_SAFE -fast -MT midi.o -MD -MP -MF .deps/midi.Tpo -c -o midi.o midi.cpp In file included from midi.cp