hello list,
i am a newbie and have compliled an external on windows for the first
time. now i need to compile it to run on osx.
while trying to build it, i have problems finding out what i need to
substitute, can anybody tell me about this?
a crucial point is window´s pd/bin/pd.dll, what is the equivalent on
os x?
i am using pd 0.38.4 on os x 10.4.5
any help is appreciated!
marie
isn't that
/Applications/Pd-0.38.4-extended-RC8.app/Contents/Resources/bin/pd
(while pd is not a directory bit the actual file with no extension)
CORRECT ME IF I'M WRONG m.
Am 31.03.2006 um 22:19 schrieb marie blender:
hello list,
i am a newbie and have compliled an external on windows for the
first time. now i need to compile it to run on osx. while trying to build it, i have problems finding out what i need
to substitute, can anybody tell me about this?a crucial point is window´s pd/bin/pd.dll, what is the equivalent
on os x?i am using pd 0.38.4 on os x 10.4.5
any help is appreciated!
marie _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
the binary equivalent of dll's in a POSIX system (Unix, OSX, Linux) are not associated with any file extension. But in the case of Pd, the binaries you'll see on successful compile end in ".pd_darwin".
-david
On 3/31/06, Max Neupert abonnements@revolwear.com wrote:
isn't that
/Applications/Pd-0.38.4-extended-RC8.app/Contents/Resources/bin/pd
(while pd is not a directory bit the actual file with no extension)
CORRECT ME IF I'M WRONG m.
Am 31.03.2006 um 22:19 schrieb marie blender:
hello list,
i am a newbie and have compliled an external on windows for the first time. now i need to compile it to run on osx. while trying to build it, i have problems finding out what i need to substitute, can anybody tell me about this?
a crucial point is window´s pd/bin/pd.dll, what is the equivalent on os x?
i am using pd 0.38.4 on os x 10.4.5
any help is appreciated!
marie _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
so that means there is nothing to substitute for the cd.dll (which is
needed to compile on win) when compiling for os x?
is there any manual on the structure needed for compiling c-
programming on osx? both the german and also the manual from pd´s
browser do not tell about os x specifications.
marie
Am 01.04.2006 um 01:58 schrieb david golightly:
the binary equivalent of dll's in a POSIX system (Unix, OSX, Linux) are not associated with any file extension. But in the case of Pd, the binaries you'll see on successful compile end in ".pd_darwin".
-david
On 3/31/06, Max Neupert abonnements@revolwear.com wrote:
isn't that
/Applications/Pd-0.38.4-extended-RC8.app/Contents/Resources/bin/pd
(while pd is not a directory bit the actual file with no extension)
CORRECT ME IF I'M WRONG m.
Am 31.03.2006 um 22:19 schrieb marie blender:
hello list,
i am a newbie and have compliled an external on windows for the first time. now i need to compile it to run on osx. while trying to build it, i have problems finding out what i need to substitute, can anybody tell me about this?
a crucial point is window´s pd/bin/pd.dll, what is the equivalent on os x?
i am using pd 0.38.4 on os x 10.4.5
any help is appreciated!
marie _______________________________________________ PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
PD-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/ listinfo/pd-list
and so we roll she said
dipl.des. d.m.hirsch ramperstorfferg. 16/30 1050 wien 0043.699.81432493 0049.176.25574997
marie wrote:
so that means there is nothing to substitute for the cd.dll (which is needed to compile on win) when compiling for os x?
is there any manual on the structure needed for compiling c- programming on osx? both the german and also the manual from pd´s browser do not tell about os x specifications.
how to link against pd on osx ishas undergone several changes (at least: one big change) , additionally depending on the pd-version used. (since pd has to be compiled in a "special" way in order to enable certain linking)
the best documentation you will find is by looking at existing osX-enabled externals and how they are built. this is the (high? low??) price you often have to pay when getting involved in opensource development.
just as an example: iemmatrix is really plain C (no external libraries), it comes with autoconf; just run configure and inspect the generated Makefile to see which flags are used there and adopt your own build-system accordingly
mfg.ads.r IOhannes
the best documentation you will find is by looking at existing osX-enabled externals and how they are built.
this is true and things have improved a lot.
one thing i am stuck with is the target i need to set in xcode for
creating a pd-file.
could someone tell me what project-type (target) i have to choose, to
build a pd external?
marie