Re: [seq24-users] WIN32 patch for seq24 (patch against the latest (rev 48) code from bazaar)
Brought to you by:
rcbuse
|
From: Guido S. <gui...@ba...> - 2009-05-22 16:25:26
|
Am Wed, 20. May 2009 um 20:47:56 -0500 schrieb Kevin Meinert: > Hi Guido Hi Kevin, > good idea. looks like it works here too. > patch files are now updated to reflect the __WIN32__ change. so, at least Win32 support should work now. It is in the repository (bzr 50), but completely untested. Please check and report your results. I have applied some changes: 1) Now we have two different config files, one for Win32 (configwin32.h), which must be edited by hand, and the usual config.h for the other platforms, which is generated by configure. As I found this is a common solution also in other projects. 2) The ALSA_SUPPORT variable is dropped, instead we use the HAVE_LIBASOUND variable, which is used under Linux to check for the ALSA library (libasound). 4) The check for PTHREAD support currently is dropped. 3) The background repainting (optimization) is still not in. This should be the next feature to work on. Guido -- http://www.bayernline.de/~gscholz/ http://www.lug-burghausen.org/ |