Is this just on Pd-l2ork or on pd-extended as well? Did you try doing the following:
cd externals/gem2pdp aclocal autoconf cd.. make gem2pdp On Jan 26, 2013 12:57 PM, "Fero Kiraly" fero.kiraly@gmail.com wrote:
I cant make it. the same error about gem2pdp...
fk.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
cd externals/gem2pdp aclocal configure.ac:41: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'. /usr/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from... configure.ac:41: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1
BUT i noticed that this same command in pd-extended/extertals/gem2pdp has tha same output .... so I completely dont understand bacause pd-extended I can build and [gem2pdp] is working as well...
2013/1/26 Ivica Bukvic ico@vt.edu
Is this just on Pd-l2ork or on pd-extended as well? Did you try doing the following:
cd externals/gem2pdp aclocal autoconf cd.. make gem2pdp On Jan 26, 2013 12:57 PM, "Fero Kiraly" fero.kiraly@gmail.com wrote:
I cant make it. the same error about gem2pdp...
fk.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
This part should then fail on both pd-extended and pd-l2ork since their configure.ac are identical. Can you try to delete line 41 in configure.ac (the one that has AM_PROG_CC_STDC in it) and re-run?
On 01/26/2013 01:35 PM, Fero Kiraly wrote:
cd externals/gem2pdp aclocal configure.ac:41 http://configure.ac:41: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'. /usr/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from... configure.ac:41 http://configure.ac:41: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1
BUT i noticed that this same command in pd-extended/extertals/gem2pdp has tha same output .... so I completely dont understand bacause pd-extended I can build and [gem2pdp] is working as well...
2013/1/26 Ivica Bukvic <ico@vt.edu mailto:ico@vt.edu>
Is this just on Pd-l2ork or on pd-extended as well? Did you try doing the following: cd externals/gem2pdp aclocal autoconf cd.. make gem2pdp On Jan 26, 2013 12:57 PM, "Fero Kiraly" <fero.kiraly@gmail.com <mailto:fero.kiraly@gmail.com>> wrote: I cant make it. the same error about gem2pdp... fk. _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Fero Kiraly www.cluster-ensemble.com http://www.cluster-ensemble.com
thats the trick ! just remove the line ... ok, so i now rerun build process & will inform you.
2013/1/26 Ivica Ico Bukvic ico@vt.edu
This part should then fail on both pd-extended and pd-l2ork since their configure.ac are identical. Can you try to delete line 41 in configure.ac(the one that has AM_PROG_CC_STDC in it) and re-run?
On 01/26/2013 01:35 PM, Fero Kiraly wrote:
cd externals/gem2pdp aclocal configure.ac:41: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'. /usr/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from... configure.ac:41: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1
BUT i noticed that this same command in pd-extended/extertals/gem2pdp has tha same output .... so I completely dont understand bacause pd-extended I can build and [gem2pdp] is working as well...
2013/1/26 Ivica Bukvic ico@vt.edu
Is this just on Pd-l2ork or on pd-extended as well? Did you try doing the following:
cd externals/gem2pdp aclocal autoconf cd.. make gem2pdp On Jan 26, 2013 12:57 PM, "Fero Kiraly" fero.kiraly@gmail.com wrote:
I cant make it. the same error about gem2pdp...
fk.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Fero Kiraly www.cluster-ensemble.com
-- Ivica Ico Bukvic, D.M.A Composition, Music Technology Director, DISIS Interactive Sound & Intermedia Studio Director, L2Ork Linux Laptop Orchestra Head, ICAT IMPACT Studio Virginia Tech Department of Music Blacksburg, VA 24061-0240 (540) 231-6139 (540) 231-5034 (fax)disis.music.vt.edul2ork.music.vt.eduico.bukvic.net
You might want to do what the warning says and replace AM_PROG_CC_STDC with AC_PROG_CC
.hc
On 01/26/2013 01:42 PM, Fero Kiraly wrote:
thats the trick ! just remove the line ... ok, so i now rerun build process & will inform you.
2013/1/26 Ivica Ico Bukvic ico@vt.edu
This part should then fail on both pd-extended and pd-l2ork since their configure.ac are identical. Can you try to delete line 41 in configure.ac(the one that has AM_PROG_CC_STDC in it) and re-run?
On 01/26/2013 01:35 PM, Fero Kiraly wrote:
cd externals/gem2pdp aclocal configure.ac:41: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'. /usr/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from... configure.ac:41: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1
BUT i noticed that this same command in pd-extended/extertals/gem2pdp has tha same output .... so I completely dont understand bacause pd-extended I can build and [gem2pdp] is working as well...
2013/1/26 Ivica Bukvic ico@vt.edu
Is this just on Pd-l2ork or on pd-extended as well? Did you try doing the following:
cd externals/gem2pdp aclocal autoconf cd.. make gem2pdp On Jan 26, 2013 12:57 PM, "Fero Kiraly" fero.kiraly@gmail.com wrote:
I cant make it. the same error about gem2pdp...
fk.
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
-- Fero Kiraly www.cluster-ensemble.com
-- Ivica Ico Bukvic, D.M.A Composition, Music Technology Director, DISIS Interactive Sound & Intermedia Studio Director, L2Ork Linux Laptop Orchestra Head, ICAT IMPACT Studio Virginia Tech Department of Music Blacksburg, VA 24061-0240 (540) 231-6139 (540) 231-5034 (fax)disis.music.vt.edul2ork.music.vt.eduico.bukvic.net
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
On 01/26/2013 01:42 PM, Fero Kiraly wrote:
thats the trick ! just remove the line ... ok, so i now rerun build process & will inform you.
This has been already committed to the latest git and is available as part of the 20130126 snapshot together with the pd~ fix.
2013/1/26 Ivica Ico Bukvic <ico@vt.edu mailto:ico@vt.edu>
This part should then fail on both pd-extended and pd-l2ork since their configure.ac <http://configure.ac> are identical. Can you try to delete line 41 in configure.ac <http://configure.ac> (the one that has AM_PROG_CC_STDC in it) and re-run? On 01/26/2013 01:35 PM, Fero Kiraly wrote:
cd externals/gem2pdp aclocal configure.ac:41 <http://configure.ac:41>: error: 'AM_PROG_CC_STDC': this macro is obsolete. You should simply use the 'AC_PROG_CC' macro instead. Also, your code should no longer depend upon 'am_cv_prog_cc_stdc', but upon 'ac_cv_prog_cc_stdc'. /usr/share/aclocal-1.13/obsolete-err.m4:17: AM_PROG_CC_STDC is expanded from... configure.ac:41 <http://configure.ac:41>: the top level autom4te: /usr/bin/m4 failed with exit status: 1 aclocal: error: echo failed with exit status: 1 BUT i noticed that this same command in pd-extended/extertals/gem2pdp has tha same output .... so I completely dont understand bacause pd-extended I can build and [gem2pdp] is working as well... 2013/1/26 Ivica Bukvic <ico@vt.edu <mailto:ico@vt.edu>> Is this just on Pd-l2ork or on pd-extended as well? Did you try doing the following: cd externals/gem2pdp aclocal autoconf cd.. make gem2pdp On Jan 26, 2013 12:57 PM, "Fero Kiraly" <fero.kiraly@gmail.com <mailto:fero.kiraly@gmail.com>> wrote: I cant make it. the same error about gem2pdp... fk. _______________________________________________ Pd-list@iem.at <mailto:Pd-list@iem.at> mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list -- Fero Kiraly www.cluster-ensemble.com <http://www.cluster-ensemble.com>
-- Ivica Ico Bukvic, D.M.A Composition, Music Technology Director, DISIS Interactive Sound & Intermedia Studio Director, L2Ork Linux Laptop Orchestra Head, ICAT IMPACT Studio Virginia Tech Department of Music Blacksburg, VA 24061-0240 (540) 231-6139 (540) 231-5034 (fax) disis.music.vt.edu <http://disis.music.vt.edu> l2ork.music.vt.edu <http://l2ork.music.vt.edu> ico.bukvic.net <http://ico.bukvic.net>
-- Fero Kiraly www.cluster-ensemble.com http://www.cluster-ensemble.com