Hello List,
I am using iemlib's stripfilename and splitfilename succesfully in linux but when I tested in OSX 10.10, these objects do not load, other objects from the library do work.
Is there any reason for this? does anyone have instructions of how to compile this library in OSX.
thanks
On 07/13/2018 11:30 AM, José Rafael Subía Valdez wrote:
Hello List,
I am using iemlib's stripfilename and splitfilename succesfully in linux but when I tested in OSX 10.10, these objects do not load, other objects from the library do work.ld -z separate-code
so where did you get the library from? did you load the library properly? (since 1.21, the objects are now included in a single binary "iemlib.pd_darwin", so you need to load that instead of the traditional iemlib1 resp. iemlib2)
Is there any reason for this? does anyone have instructions of how to compile this library in OSX.
get the sources from https://git.iem.at/pd/iemlib, enter the "iemlib" directory and type make.
fgmadr IOhannes
On Fri, 2018-07-13 at 11:37 +0200, IOhannes m zmölnig wrote:
(since 1.21, the objects are now included in a single binary "iemlib.pd_darwin", so you need to load that instead of the traditional iemlib1 resp. iemlib2)
That sounds like some progress. I only see a package for Windows in Deken. Are there plans to upload packages for other platforms?
Roman