----- "Hans-Christoph Steiner" hans@at.or.at a écrit :
On Apr 10, 2011, at 2:00 PM, Patrice Colet wrote:
I'm wondering why the method isn't as same as in ggee/getdir to get
current dir, that would be a simple cross-platform method, following wildcards in externals/Makefile we need to have it
compiled for getting pianoroll and probalizer to work.Looks like you got it working anyhow :) I don't quite understand what
you mean about the getdir code, can you explain more?
The method in playlist.c call a function only available in unix systems while in getdir it uses canvas_getdir(), available on any platform, it was simplier for me to just replace getenv( "PWD" ) by _getcwd (path, _MAX_DIR) .
For the information scandir() code for mingw has been taken from another mailing list:
http://www.mail-archive.com/developer@arabeyes.org/msg03153.html
lame DLL's doesn't seem to be provided by pdx installer, so I had to
compile it for having the mp3* externals working, I guess that anyone that doesn't have access to a compiler couldn't
run those pdx externals,
The problem with LAME is that it covers algorithms that are patented
in a number of countries, so its not easily distributable. That's why
LAME is not in Debian, for example, and distributed as source code
only in other distros..hc
Okay I see, anyway I can't get the mp3 streaming externals working correctly.
News is what people want to keep hidden and everything else is
publicity. - Bill Moyers
On Apr 11, 2011, at 1:40 AM, Patrice Colet wrote:
----- "Hans-Christoph Steiner" hans@at.or.at a écrit :
On Apr 10, 2011, at 2:00 PM, Patrice Colet wrote:
I'm wondering why the method isn't as same as in ggee/getdir to get
current dir, that would be a simple cross-platform method, following wildcards in externals/Makefile we need to have it compiled for getting pianoroll and probalizer to work.
Looks like you got it working anyhow :) I don't quite understand
whatyou mean about the getdir code, can you explain more?
The method in playlist.c call a function only available in unix
systems while in getdir it uses canvas_getdir(), available on any platform, it was simplier for me to just replace
getenv( "PWD" ) by _getcwd (path, _MAX_DIR) .For the information scandir() code for mingw has been taken from
another mailing list:http://www.mail-archive.com/developer@arabeyes.org/msg03153.html
lame DLL's doesn't seem to be provided by pdx installer, so I had to
compile it for having the mp3* externals working, I guess that anyone that doesn't have access to a compiler couldn't
run those pdx externals,
The problem with LAME is that it covers algorithms that are patented
in a number of countries, so its not easily distributable. That's
whyLAME is not in Debian, for example, and distributed as source code only in other distros.
.hc
Okay I see, anyway I can't get the mp3 streaming externals working
correctly.
Also, it looks like cooled~ isn't building and its now included in the
Windows build:
http://autobuild.puredata.info/auto-build/2011-04-11/logs/2011-04-11_03.31.0...
.hc
All mankind is of one author, and is one volume; when one man dies,
one chapter is not torn out of the book, but translated into a better
language; and every chapter must be so translated.... -John Donne
salaam,
For the information scandir() code for mingw has been taken from another mailing list:
http://www.mail-archive.com/developer@arabeyes.org/msg03153.html
libquran has been deprecated and replaced by libtahrir in the real unauthorized.
in particular lines from configuration files like :
‘Women have rights (over against men) equal to the rights (they owe men) – but men have precedence over them.’ (al-Baqarah 2: 228)
have been obsoleted,
this is FYI and to say the real unauthorized is not this.
ciao, sevy*
Sevy
can you please make Cooled~ work again por favor? Preesh
On 04/11/2011 05:39 PM, sevy wrote:
salaam,
For the information scandir() code for mingw has been taken from another mailing list: http://www.mail-archive.com/developer@arabeyes.org/msg03153.html
libquran has been deprecated and replaced by libtahrir in the real unauthorized.
in particular lines from configuration files like :
‘Women have rights (over against men) equal to the rights (they owe men) – but men have precedence over them.’ (al-Baqarah 2: 228)
have been obsoleted,
this is FYI and to say the real unauthorized is not this.
ciao, sevy*
----- "Hans-Christoph Steiner" hans@at.or.at a écrit :
Also, it looks like cooled~ isn't building and its now included in the
Windows build:
http://autobuild.puredata.info/auto-build/2011-04-11/logs/2011-04-11_03.31.0...
.hc
Patrice Colet