Hi list!
Posted this on the forum recently but it hasn't gotten traction:
Could anyone give me some tips for how to compile the GEM library for Vanilla? Maybe just a short list of instructions to get me started? I am a total noob at this stuff and there are so many files...
Thanks!
On 11/12/2015 07:29 PM, Reed Perkins wrote:
Hi list!
Posted this on the forum recently but it hasn't gotten traction:
Could anyone give me some tips for how to compile the GEM library for Vanilla? Maybe just a short list of instructions to get me started? I am a total noob at this stuff and there are so many files...
cannot give you instructions how to compile Gem especially for *pd-vanilla*, but only for all flavours of Pd:
https://github.com/umlaeute/Gem/wiki
fgmdsaf IOhanns
Hi and thanks for the link!
So I followed the instructions exactly until I reached the "configure" heading on the github.com webpage. When I run this command "./configure --with-pd=/Applications/Pd-0.45-4-64bit.app/Contents/Resources/" I get this error: "-bash: ./configure: No such file or directory". Any idea why I might be having this error. Sorry if this is a noob question I suck at computers.
Thanks!
On Thu, Nov 12, 2015 at 12:41 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/12/2015 07:29 PM, Reed Perkins wrote:
Hi list!
Posted this on the forum recently but it hasn't gotten traction:
Could anyone give me some tips for how to compile the GEM library for Vanilla? Maybe just a short list of instructions to get me started? I am
a
total noob at this stuff and there are so many files...
cannot give you instructions how to compile Gem especially for *pd-vanilla*, but only for all flavours of Pd:
https://github.com/umlaeute/Gem/wiki
fgmdsaf IOhanns
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
can you post the output of "./autogen.sh" and of "pwd"? are you sure you are in the gem directory? J On Nov 12, 2015, at 7:18 PM, Reed Perkins reedperkins32@gmail.com wrote:
Hi and thanks for the link!
So I followed the instructions exactly until I reached the "configure" heading on the github.com webpage. When I run this command "./configure --with-pd=/Applications/Pd-0.45-4-64bit.app/Contents/Resources/" I get this error: "-bash: ./configure: No such file or directory". Any idea why I might be having this error. Sorry if this is a noob question I suck at computers.
Thanks!
On Thu, Nov 12, 2015 at 12:41 PM, IOhannes m zmölnig zmoelnig@iem.at wrote: On 11/12/2015 07:29 PM, Reed Perkins wrote:
Hi list!
Posted this on the forum recently but it hasn't gotten traction:
Could anyone give me some tips for how to compile the GEM library for Vanilla? Maybe just a short list of instructions to get me started? I am a total noob at this stuff and there are so many files...
cannot give you instructions how to compile Gem especially for *pd-vanilla*, but only for all flavours of Pd:
https://github.com/umlaeute/Gem/wiki
fgmdsaf IOhanns
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
As I understand it, I "cloned" the Gem folder to my desktop. I navigated to that folder in Terminal for the last two instructions on the github webpage. So the output of pwd is "$ pwd /Users/myname/Desktop/Gem"
When I run "./autogen.sh" I get a bunch of stuff and then this: "configure:15171: error: possibly undefined macro: AC_LIB_APPENDTOVAR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1"
It seems like this command is failing in someway but I have no idea how to troubleshoot this.
Thanks!
On Thu, Nov 12, 2015 at 6:13 PM, Jaime E Oliver jaime.oliver2@gmail.com wrote:
can you post the output of "./autogen.sh" and of "pwd"? are you sure you are in the gem directory? J
On Nov 12, 2015, at 7:18 PM, Reed Perkins reedperkins32@gmail.com wrote:
Hi and thanks for the link!
So I followed the instructions exactly until I reached the "configure" heading on the github.com webpage. When I run this command "./configure --with-pd=/Applications/Pd-0.45-4-64bit.app/Contents/Resources/" I get this error: "-bash: ./configure: No such file or directory". Any idea why I might be having this error. Sorry if this is a noob question I suck at computers.
Thanks!
On Thu, Nov 12, 2015 at 12:41 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/12/2015 07:29 PM, Reed Perkins wrote:
Hi list!
Posted this on the forum recently but it hasn't gotten traction:
Could anyone give me some tips for how to compile the GEM library for Vanilla? Maybe just a short list of instructions to get me started? I
am a
total noob at this stuff and there are so many files...
cannot give you instructions how to compile Gem especially for *pd-vanilla*, but only for all flavours of Pd:
https://github.com/umlaeute/Gem/wiki
fgmdsaf IOhanns
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 11/13/2015 01:18 AM, Reed Perkins wrote:
So I followed the instructions exactly until I reached the "configure"
and on 11/13/2015 02:32 AM, Reed Perkins wrote:
When I run "./autogen.sh" I get a bunch of stuff and then this: "configure:15171: error: possibly undefined macro: AC_LIB_APPENDTOVAR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1"
It seems like this command is failing in someway but I have no idea how to troubleshoot this.
the error you got indicates that you did not follow the wiki and forgot to install "gettext" [1].
gfmards IOhannes
[1] https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks#ge...
I definitely did install gettext. I followed the instructions exactly for building it as well as getting it through brew. Right now the gettext folder is sitting on my downloads folder. Does it need to be somewhere else for this to work?
Thanks!
On Nov 13, 2015, at 12:00 PM, IOhannes m zmölnig zmoelnig@iem.at wrote:
On 11/13/2015 01:18 AM, Reed Perkins wrote: So I followed the instructions exactly until I reached the "configure"
and on 11/13/2015 02:32 AM, Reed Perkins wrote:
When I run "./autogen.sh" I get a bunch of stuff and then this: "configure:15171: error: possibly undefined macro: AC_LIB_APPENDTOVAR If this token and others are legitimate, please use m4_pattern_allow. See the Autoconf documentation. autoreconf: /usr/bin/autoconf failed with exit status: 1"
It seems like this command is failing in someway but I have no idea how to troubleshoot this.
the error you got indicates that you did not follow the wiki and forgot to install "gettext" [1].
gfmards IOhannes
[1] https://github.com/umlaeute/Gem/wiki/How-to-build-Gem-on-MacOSX-Mavericks#ge...
Pd-list@lists.iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 11/13/2015 08:08 PM, Reed Perkins wrote:
I definitely did install gettext. I followed the instructions exactly for building it as well as getting it through brew. Right now the gettext folder is sitting on my downloads folder. Does it need to be somewhere else for this to work?
"sitting in the downloads folder" is *not* enough. you need to have the software *installed* (so that autotools can actually use it).
what did the brew
commands give you? (repeat them if necessary)
gdamsr IOhannes