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 Daniel.


Bye,
Max

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


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 first report I got on the issue).
 
 I know several ways to work around the issue, but so far I like none, esp. 
 since I want the package to still work on 10.5. I'll tell you once I 
 committed one of them. For now, I am a bit ill and need to get sleep.
 
 
 Bye,
 Max
 
 Am 02.03.2010 um 21:29 schrieb 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_THREAD_SAFE  -fast  -MT midi.o -MD -MP 
 -MF .deps/midi.Tpo -c -o midi.o midi.cpp
 In file included from midi.cpp:83:
 midi_coreaudio.h: In member function 'virtual bool 
 MidiHandler_coreaudio::Open(const char*)':
 midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc' has 
 incomplete type and cannot be defined
 midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 make[3]: *** [midi.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2
 (Reading database ... 207168 files and directories currently installed.)
 Removing fink-buildlock-dosbox-0.73-2 ...
 Failed: phase compiling: dosbox-0.73-2 failed
 
 I am running Snow-Leopard 10.6.2, latest updates installed, latest version 
 of Fink and have the development branch activated.
 
 W.
 
 
 
 
 
 (this probably could have gone to fink-users, since the package is
 maintained and the issue is a bug report rather than a question about
 the structure of the package)
 
 Are you using 32-bit Fink or 64-bit Fink?
 - --
 Alexander Hansen
 Fink User Liaison
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
 
 iEYEARECAAYFAkuNdQwACgkQB8UpO3rKjQ+62QCgga5T8mzxbzTkOC4GDKFeLFF9
 OAsAoJdHBk4FugmO82SM8/p7wugdE3iP
 =kO03
 -END PGP SIGNATURE-
 
 



smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

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 
 -MF .deps/midi.Tpo -c -o midi.o midi.cpp
 In file included from midi.cpp:83:
 midi_coreaudio.h: In member function 'virtual bool 
 MidiHandler_coreaudio::Open(const char*)':
 midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc' has 
 incomplete type and cannot be defined
 midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared 
 at /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 make[3]: *** [midi.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2
 (Reading database ... 207168 files and directories currently installed.)
 Removing fink-buildlock-dosbox-0.73-2 ...
 Failed: phase compiling: dosbox-0.73-2 failed
 
 I am running Snow-Leopard 10.6.2, latest updates installed, latest version 
 of Fink and have the development branch activated.
 
 W.
 
 
 
 
 
 (this probably could have gone to fink-users, since the package is
 maintained and the issue is a bug report rather than a question about
 the structure of the package)
 
 Are you using 32-bit Fink or 64-bit Fink?

I am using 32-bit Fink.




smime.p7s
Description: S/MIME cryptographic signature
--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel

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_THREAD_SAFE  -fast  -MT midi.o -MD -MP 
 -MF .deps/midi.Tpo -c -o midi.o midi.cpp
 In file included from midi.cpp:83:
 midi_coreaudio.h: In member function 'virtual bool 
 MidiHandler_coreaudio::Open(const char*)':
 midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc' has 
 incomplete type and cannot be defined
 midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:673)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated (declared at 
 /System/Library/Frameworks/AudioToolbox.framework/Headers/AUGraph.h:687)
 make[3]: *** [midi.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2
 (Reading database ... 207168 files and directories currently installed.)
 Removing fink-buildlock-dosbox-0.73-2 ...
 Failed: phase compiling: dosbox-0.73-2 failed
 
 I am running Snow-Leopard 10.6.2, latest updates installed, latest version of 
 Fink and have the development branch activated.
 
 W.
 
 
 
 

(this probably could have gone to fink-users, since the package is
maintained and the issue is a bug report rather than a question about
the structure of the package)

Are you using 32-bit Fink or 64-bit Fink?
- -- 
Alexander Hansen
Fink User Liaison
-BEGIN PGP SIGNATURE-
Version: GnuPG v1.4.10 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkuNdQwACgkQB8UpO3rKjQ+62QCgga5T8mzxbzTkOC4GDKFeLFF9
OAsAoJdHBk4FugmO82SM8/p7wugdE3iP
=kO03
-END PGP SIGNATURE-

--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


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).

I know several ways to work around the issue, but so far I like none,  
esp. since I want the package to still work on 10.5. I'll tell you  
once I committed one of them. For now, I am a bit ill and need to get  
sleep.


Bye,
Max

Am 02.03.2010 um 21:29 schrieb 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_THREAD_SAFE  -fast  -MT midi.o - 
 MD -MP -MF .deps/midi.Tpo -c -o midi.o midi.cpp
 In file included from midi.cpp:83:
 midi_coreaudio.h: In member function 'virtual bool  
 MidiHandler_coreaudio::Open(const char*)':
 midi_coreaudio.h:46: error: aggregate 'ComponentDescription desc'  
 has incomplete type and cannot be defined
 midi_coreaudio.h:54: warning: 'AUGraphNewNode' is deprecated  
 (declared at /System/Library/Frameworks/AudioToolbox.framework/ 
 Headers/AUGraph.h:673)
 midi_coreaudio.h:60: warning: 'AUGraphNewNode' is deprecated  
 (declared at /System/Library/Frameworks/AudioToolbox.framework/ 
 Headers/AUGraph.h:673)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated  
 (declared at /System/Library/Frameworks/AudioToolbox.framework/ 
 Headers/AUGraph.h:687)
 midi_coreaudio.h:70: warning: 'AUGraphGetNodeInfo' is deprecated  
 (declared at /System/Library/Frameworks/AudioToolbox.framework/ 
 Headers/AUGraph.h:687)
 make[3]: *** [midi.o] Error 1
 make[2]: *** [all-recursive] Error 1
 make[1]: *** [all-recursive] Error 1
 make: *** [all] Error 2
 ### execution of /var/tmp/tmp.1.qVsdVt failed, exit code 2
 Removing runtime build-lock...
 Removing build-lock package...
 /sw/bin/dpkg-lockwait -r fink-buildlock-dosbox-0.73-2
 (Reading database ... 207168 files and directories currently  
 installed.)
 Removing fink-buildlock-dosbox-0.73-2 ...
 Failed: phase compiling: dosbox-0.73-2 failed

 I am running Snow-Leopard 10.6.2, latest updates installed, latest  
 version of Fink and have the development branch activated.

 W.





 (this probably could have gone to fink-users, since the package is
 maintained and the issue is a bug report rather than a question about
 the structure of the package)

 Are you using 32-bit Fink or 64-bit Fink?
 - --
 Alexander Hansen
 Fink User Liaison
 -BEGIN PGP SIGNATURE-
 Version: GnuPG v1.4.10 (Darwin)
 Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

 iEYEARECAAYFAkuNdQwACgkQB8UpO3rKjQ+62QCgga5T8mzxbzTkOC4GDKFeLFF9
 OAsAoJdHBk4FugmO82SM8/p7wugdE3iP
 =kO03
 -END PGP SIGNATURE-



--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel


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 is suprisingly the  
 first report I got on the issue).
 
 I know several ways to work around the issue, but so far I like none,  
 esp. since I want the package to still work on 10.5. I'll tell you  
 once I committed one of them. For now, I am a bit ill and need to get  
 sleep.
 
 
 Bye,
 Max

I encountered this issue with one of my packages once. ComponentDescription is 
now defined in CoreServices and adding #include CoreServices/CoreServices.h 
fixed things and doesn't interfere with 10.5. It looks like it might work in 
this case too.

Daniel


--
Download Intel#174; Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
___
Fink-devel mailing list
Fink-devel@lists.sourceforge.net
http://news.gmane.org/gmane.os.apple.fink.devel
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-devel