Hi list, Another roadblock: When I compile the externals in "extra" and try to create them I get an error to the Pd console: load_object: Symbol "choice_setup" not found
In the "choice" directory there is a choice.d_fat and a choice.pd_darwin.
nm choice/choice.d_fat shows a line with this: 00000e54 T _choice_setup
and nm choice/choice.pd_darwin shows a line with this: 000006c0 T _choice_setup
If I rename one or the other I still get the same error to the console. Same for all the other objects in "extra". Same whether I prefix them with the libdir name or not. Same if I put a [declare -path .] in a patch and put it in the "extra" directory.
-Jonathan
That sounds like you're building pd/extra from Pd-vanilla. I never had any luck with that build system. That's part of the reason why I ripped out extra from Pd-extended and made it a standalone library. It was much easier to make it work that way.
.hc
On 10/10/2013 01:08 PM, Jonathan Wilkes wrote:
Hi list, Another roadblock: When I compile the externals in "extra" and try to create them I get an error to the Pd console: load_object: Symbol "choice_setup" not found
In the "choice" directory there is a choice.d_fat and a choice.pd_darwin.
nm choice/choice.d_fat shows a line with this: 00000e54 T _choice_setup
and nm choice/choice.pd_darwin shows a line with this: 000006c0 T _choice_setup
If I rename one or the other I still get the same error to the console. Same for all the other objects in "extra". Same whether I prefix them with the libdir name or not. Same if I put a [declare -path .] in a patch and put it in the "extra" directory.
-Jonathan
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 10/21/2013 02:09 PM, Hans-Christoph Steiner wrote:
That sounds like you're building pd/extra from Pd-vanilla. I never had any luck with that build system. That's part of the reason why I ripped out extra from Pd-extended and made it a standalone library. It was much easier to make it work that way.
Figured this one out, too. It was a problem of building 64 bit binaries-- I just ended up building for i386 and the problem went away.
If I'm going to go to the trouble of building for both architectures, then I might as well go ahead and build ppc, too. So the real solution would be for me to remove my current xcode setup and read all the stackoverflow workarounds telling which older XCode version to setup an environment that supports building for ppc.
-Jonathan
.hc
On 10/10/2013 01:08 PM, Jonathan Wilkes wrote:
Hi list, Another roadblock: When I compile the externals in "extra" and try to create them I get an error to the Pd console: load_object: Symbol "choice_setup" not found
In the "choice" directory there is a choice.d_fat and a choice.pd_darwin.
nm choice/choice.d_fat shows a line with this: 00000e54 T _choice_setup
and nm choice/choice.pd_darwin shows a line with this: 000006c0 T _choice_setup
If I rename one or the other I still get the same error to the console. Same for all the other objects in "extra". Same whether I prefix them with the libdir name or not. Same if I put a [declare -path .] in a patch and put it in the "extra" directory.
-Jonathan
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