Hi folks
Any advice on building a 64 bit version of Pd-extended? I've started by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've removed them from the install command and I'll let Fink install the rest)
So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it specific flags?
I hope these aren't stupid questions.
cheers dafydd
Wow, you are an intrepid Pd user, wanting to get into the hard build
problems. I haven't even made a build on 64-bit/10.6 yet. Here are
some things off the top of my head:
64-bit. In packages/Makefile, you'll need to remove 'gem' from the
line that starts with 'all:' and "gem_install" from the line that
starts with "extended_install".
having all of the libraries. I'd just try running a build and seeing
where it dies. Then in externals/Makefile, remove that library from
the TARGETS line.
.hc
On Jun 10, 2010, at 12:18 PM, Dafydd Hughes wrote:
Hi folks
Any advice on building a 64 bit version of Pd-extended? I've started
by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've
removed them from the install command and I'll let Fink install the
rest)So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it
specific flags?I hope these aren't stupid questions.
cheers dafydd _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
News is what people want to keep hidden and everything else is
publicity. - Bill Moyers
Thanks Hans-Christoph
Actually, not so much intrepid as procrastinating.
I had trouble yesterday getting Pd->py->mysql working and found that all 3 have to be either 32 or 64 bit. Right now 32-bit works fine, and I can't see why I'd need 64 for what I'm doing, so I might just stop here:)
Let's see how far I get. Gem might be a deal-breaker.
cheers dafydd
On 2010-06-10, at 12:35 PM, Hans-Christoph Steiner wrote:
Wow, you are an intrepid Pd user, wanting to get into the hard build problems. I haven't even made a build on 64-bit/10.6 yet. Here are some things off the top of my head:
Gem won't build on 10.6/64-bit since some of the Carbon APIs are not 64-bit. In packages/Makefile, you'll need to remove 'gem' from the line that starts with 'all:' and "gem_install" from the line that starts with "extended_install".
you don't need all the stuff from Fink if you don't care about having all of the libraries. I'd just try running a build and seeing where it dies. Then in externals/Makefile, remove that library from the TARGETS line.
.hc
On Jun 10, 2010, at 12:18 PM, Dafydd Hughes wrote:
Hi folks
Any advice on building a 64 bit version of Pd-extended? I've started by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've removed them from the install command and I'll let Fink install the rest)
So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it specific flags?
I hope these aren't stupid questions.
cheers dafydd _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
News is what people want to keep hidden and everything else is publicity. - Bill Moyers
I just tried a build, looks like you need to remove 'hid' and 'pidip'
from the LIB_TARGETS to get things to build.
Also, I don't think Pd-extended 0.42.5 will work with Tcl/Tk newer
than 8.4 0.43 does. That means if building on 10.6, you'll probably
having to use a manually installed 8.4 build of Tcl/Tk.
.hc
On Jun 10, 2010, at 12:18 PM, Dafydd Hughes wrote:
Hi folks
Any advice on building a 64 bit version of Pd-extended? I've started
by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've
removed them from the install command and I'll let Fink install the
rest)So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it
specific flags?I hope these aren't stupid questions.
cheers dafydd _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
¡El pueblo unido jamás será vencido!
Well, if I'm going this far, why not manually build Tcl/Tk?
I really should be doing _work_.
On 2010-06-10, at 12:41 PM, Hans-Christoph Steiner wrote:
I just tried a build, looks like you need to remove 'hid' and 'pidip' from the LIB_TARGETS to get things to build.
Also, I don't think Pd-extended 0.42.5 will work with Tcl/Tk newer than 8.4 0.43 does. That means if building on 10.6, you'll probably having to use a manually installed 8.4 build of Tcl/Tk.
.hc
On Jun 10, 2010, at 12:18 PM, Dafydd Hughes wrote:
Hi folks
Any advice on building a 64 bit version of Pd-extended? I've started by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've removed them from the install command and I'll let Fink install the rest)
So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it specific flags?
I hope these aren't stupid questions.
cheers dafydd _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
¡El pueblo unido jamás será vencido!
Well, since I think you should be working, I tried myself and wrote up
some notes, maybe that will get you back to work sooner rather than
later ;)
http://puredata.info/docs/developer/MacOSX64BitBuilds
Please add your experience to it.
.hc
On Jun 10, 2010, at 12:43 PM, Dafydd Hughes wrote:
Well, if I'm going this far, why not manually build Tcl/Tk?
I really should be doing _work_.
On 2010-06-10, at 12:41 PM, Hans-Christoph Steiner wrote:
I just tried a build, looks like you need to remove 'hid' and
'pidip' from the LIB_TARGETS to get things to build.Also, I don't think Pd-extended 0.42.5 will work with Tcl/Tk newer
than 8.4 0.43 does. That means if building on 10.6, you'll
probably having to use a manually installed 8.4 build of Tcl/Tk..hc
On Jun 10, 2010, at 12:18 PM, Dafydd Hughes wrote:
Hi folks
Any advice on building a 64 bit version of Pd-extended? I've
started by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've
removed them from the install command and I'll let Fink install
the rest)So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it
specific flags?I hope these aren't stupid questions.
cheers dafydd _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
¡El pueblo unido jamás será vencido!
http://at.or.at/hans/
Ha! Thanks Hans-Christoph! I'll have a look.
On 2010-06-10, at 3:20 PM, Hans-Christoph Steiner wrote:
Well, since I think you should be working, I tried myself and wrote up some notes, maybe that will get you back to work sooner rather than later ;)
http://puredata.info/docs/developer/MacOSX64BitBuilds
Please add your experience to it.
.hc
On Jun 10, 2010, at 12:43 PM, Dafydd Hughes wrote:
Well, if I'm going this far, why not manually build Tcl/Tk?
I really should be doing _work_.
On 2010-06-10, at 12:41 PM, Hans-Christoph Steiner wrote:
I just tried a build, looks like you need to remove 'hid' and 'pidip' from the LIB_TARGETS to get things to build.
Also, I don't think Pd-extended 0.42.5 will work with Tcl/Tk newer than 8.4 0.43 does. That means if building on 10.6, you'll probably having to use a manually installed 8.4 build of Tcl/Tk.
.hc
On Jun 10, 2010, at 12:18 PM, Dafydd Hughes wrote:
Hi folks
Any advice on building a 64 bit version of Pd-extended? I've started by following the instructions here http://puredata.info/docs/developer/MacOSXFink but it looks like Fink is unable to find several libraries. (I've removed them from the install command and I'll let Fink install the rest)
So far it looks like I'm missing: gdk-pixbuf gdk-pixbuf-shlibs gnome-libs-dev gnome-libs-shlibs intltool libwww-pm586 orbit orbit-shlibs xdg-base xml-parser-pm586
(this is from memory - I could have it wrong)
Will Pd automatically build as 64-bit or do I need to give it specific flags?
I hope these aren't stupid questions.
cheers dafydd _______________________________________________ Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
¡El pueblo unido jamás será vencido!
http://at.or.at/hans/