-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
On 2012-01-31 01:28, Hans-Christoph Steiner wrote:
You need to point it to your Pd headers
./configure --with-pd=/path/to/pure-data.git
hmm, but my pure-data.git/ directory usually looks like: <snip> $ ls branches config description HEAD hooks info objects refs </snip>
i'd use something like $ ./configure --with-pd=/path/to/pure-data :-)
anyhow, it seems that florian is trying to build using the xcode project: - - please be aware that these projects have not been updated for _ages_ - - autoconf/configure (as hans pointed out) is the currently used build environment - - max (or one of his students) claimed that they had updated the xcode project for the git snapshot, but they never sent me any diffs (or they got lost)
regarding FTGL: $ configure should find automatically, that you don't have FTGL installed and disable it for you.
finally: your subject mentions "Gem-0.93.3" and "OSX-10.6" in one line. the _only_ way to make this work is by forcing the build to be i386 only. look at the configure flags (./configure --help), there should be (oh, 0.92 is a _long_ time ago) a flag that allows you to set the architecture/fatness of the built dll. something like: "--enable-fat-binary=i386" should do the trick. if it does not, you might have to add "-arch i386" to the CXXFLAGS and LDFLAGS manually (and make sure that there are no "-arch x86_64" anywhere.
fgamsdr IOhannes