OK, I committed the diff between older version of gem2pdp in pd-l2ork and the latest found in pd-extended. Can you try it now? As a shortcut, you could just go inside the externals folder and type "make gem2pdp" to see if it compiles. Let me know.
From: Ivica Bukvic [mailto:ico@vt.edu] Sent: Friday, January 25, 2013 8:04 AM To: Fero Kiraly Subject: Re: [PD] Building pd-l2ork on arch linux 64
Did you try building with l2ork_addons/tar_em_up.sh script? Also what distro are your using? Finally, what happens if you replace l2ork gem2pdp external folder with that of pd-extended?
On Jan 25, 2013 5:39 AM, "Fero Kiraly" fero.kiraly@gmail.com wrote:
Hi,
When doing PKGBUILD I have some troubles.
What I am doing:
#1 getting pd-lork from git >git clone git://github.com/pd-l2ork/pd.git
#2 getting Gem from git (to empty 'Gem' folder) >git clone git://github.com/pd-l2ork/pd.git
#3 update docs (to 'doc' folder) >svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc
#4 Fixing pd/src/configure.in for tk/tcl 8.6
#5 running ' alocal autoconf configure ' script in l2ork_addons/cwiid/
#6 running 'aclocal ./autogen.sh' in Gem folder
#7 optimizing Gem for 64bit architecture FPIC_FLAG="-fPIC"
#8 finally run the make install in 'packages/linux_make'
make BUILDLAYOUT_DIR=$srcdir/$pkgname/packages \
GEM_EXTRA_CXXFLAGS="$FPIC_FLAG" \
DESTDIR=$pkgdir \
prefix=/usr \
install || return 1
the process ends with error compiling gem2pdp:
make[3]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/pdp'
cd /home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp && aclocal && autoconf
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
make[2]: *** [/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp/configure] Error 1
make[2]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals'
make[1]: *** [externals_install] Error 2
make[1]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/packages'
make: *** [install] Error 2
can anybody help ?
fk
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list
I will try & let you know. On Jan 25, 2013 6:27 PM, "Ivica Ico Bukvic" ico@vt.edu wrote:
OK, I committed the diff between older version of gem2pdp in pd-l2ork and the latest found in pd-extended. Can you try it now? As a shortcut, you could just go inside the externals folder and type “make gem2pdp” to see if it compiles. Let me know.****
*From:* Ivica Bukvic [mailto:ico@vt.edu] *Sent:* Friday, January 25, 2013 8:04 AM *To:* Fero Kiraly *Subject:* Re: [PD] Building pd-l2ork on arch linux 64****
Did you try building with l2ork_addons/tar_em_up.sh script? Also what distro are your using? Finally, what happens if you replace l2ork gem2pdp external folder with that of pd-extended?****
On Jan 25, 2013 5:39 AM, "Fero Kiraly" fero.kiraly@gmail.com wrote:****
Hi,****
When doing PKGBUILD I have some troubles.****
What I am doing:****
#1 getting pd-lork from git >git clone git://github.com/pd-l2ork/pd.git***
#2 getting Gem from git (to empty 'Gem' folder) >git clone git:// github.com/pd-l2ork/pd.git****
#3 update docs (to 'doc' folder) >svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc****
#4 Fixing pd/src/configure.in for tk/tcl 8.6****
#5 running ' alocal autoconf configure ' script in l2ork_addons/cwiid/****
#6 running 'aclocal ./autogen.sh' in Gem folder****
#7 optimizing Gem for 64bit architecture FPIC_FLAG="-fPIC"****
#8 finally run the make install in 'packages/linux_make'****
make BUILDLAYOUT_DIR=$srcdir/$pkgname/packages ****
GEM_EXTRA_CXXFLAGS="$FPIC_FLAG" \**** DESTDIR=$pkgdir \**** prefix=/usr \**** install || return 1****
the process ends with error compiling gem2pdp:****
make[3]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/pdp'****
cd /home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp && aclocal && autoconf****
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****
make[2]: *** [/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp/configure] Error 1****
make[2]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals'****
make[1]: *** [externals_install] Error 2****
make[1]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/packages'****
make: *** [install] Error 2****
can anybody help ?****
fk****
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list****
a bit off topic, but while you're working on arch packaging, I just posted the final Pd-extended 0.43.4 source tarball, which I believe the Arch packaging uses directly.
https://puredata.info/downloads/pd-extended/releases/0.43.4 http://sourceforge.net/projects/pure-data/files/pd-extended/0.43.4/
.hc
On 01/25/2013 02:04 PM, Fero Kiraly wrote:
I will try & let you know. On Jan 25, 2013 6:27 PM, "Ivica Ico Bukvic" ico@vt.edu wrote:
OK, I committed the diff between older version of gem2pdp in pd-l2ork and the latest found in pd-extended. Can you try it now? As a shortcut, you could just go inside the externals folder and type “make gem2pdp” to see if it compiles. Let me know.****
*From:* Ivica Bukvic [mailto:ico@vt.edu] *Sent:* Friday, January 25, 2013 8:04 AM *To:* Fero Kiraly *Subject:* Re: [PD] Building pd-l2ork on arch linux 64****
Did you try building with l2ork_addons/tar_em_up.sh script? Also what distro are your using? Finally, what happens if you replace l2ork gem2pdp external folder with that of pd-extended?****
On Jan 25, 2013 5:39 AM, "Fero Kiraly" fero.kiraly@gmail.com wrote:****
Hi,****
When doing PKGBUILD I have some troubles.****
What I am doing:****
#1 getting pd-lork from git >git clone git://github.com/pd-l2ork/pd.git***
#2 getting Gem from git (to empty 'Gem' folder) >git clone git:// github.com/pd-l2ork/pd.git****
#3 update docs (to 'doc' folder) >svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc****
#4 Fixing pd/src/configure.in for tk/tcl 8.6****
#5 running ' alocal autoconf configure ' script in l2ork_addons/cwiid/****
#6 running 'aclocal ./autogen.sh' in Gem folder****
#7 optimizing Gem for 64bit architecture FPIC_FLAG="-fPIC"****
#8 finally run the make install in 'packages/linux_make'****
make BUILDLAYOUT_DIR=$srcdir/$pkgname/packages ****
GEM_EXTRA_CXXFLAGS="$FPIC_FLAG" \**** DESTDIR=$pkgdir \**** prefix=/usr \**** install || return 1****
the process ends with error compiling gem2pdp:****
make[3]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/pdp'****
cd /home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp && aclocal && autoconf****
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****
make[2]: *** [/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp/configure] Error 1****
make[2]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals'****
make[1]: *** [externals_install] Error 2****
make[1]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/packages'****
make: *** [install] Error 2****
can anybody help ?****
fk****
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
OK, new versions are up, including 20130125 binaries. Please note that cwiid is not a part of pd-l2ork. Rather it is a separate package meant to replace regular cwiid lib.
On Fri, Jan 25, 2013 at 2:04 PM, Fero Kiraly fero.kiraly@gmail.com wrote:
I will try & let you know. On Jan 25, 2013 6:27 PM, "Ivica Ico Bukvic" ico@vt.edu wrote:
OK, I committed the diff between older version of gem2pdp in pd-l2ork and the latest found in pd-extended. Can you try it now? As a shortcut, you could just go inside the externals folder and type “make gem2pdp” to see if it compiles. Let me know.****
*From:* Ivica Bukvic [mailto:ico@vt.edu] *Sent:* Friday, January 25, 2013 8:04 AM *To:* Fero Kiraly *Subject:* Re: [PD] Building pd-l2ork on arch linux 64****
Did you try building with l2ork_addons/tar_em_up.sh script? Also what distro are your using? Finally, what happens if you replace l2ork gem2pdp external folder with that of pd-extended?****
On Jan 25, 2013 5:39 AM, "Fero Kiraly" fero.kiraly@gmail.com wrote:****
Hi,****
When doing PKGBUILD I have some troubles.****
What I am doing:****
#1 getting pd-lork from git >git clone git://github.com/pd-l2ork/pd.git** **
#2 getting Gem from git (to empty 'Gem' folder) >git clone git:// github.com/pd-l2ork/pd.git****
#3 update docs (to 'doc' folder) >svn checkout https://pure-data.svn.sourceforge.net/svnroot/pure-data/trunk/doc****
#4 Fixing pd/src/configure.in for tk/tcl 8.6****
#5 running ' alocal autoconf configure ' script in l2ork_addons/cwiid/***
#6 running 'aclocal ./autogen.sh' in Gem folder****
#7 optimizing Gem for 64bit architecture FPIC_FLAG="-fPIC"****
#8 finally run the make install in 'packages/linux_make'****
make BUILDLAYOUT_DIR=$srcdir/$pkgname/packages ****
GEM_EXTRA_CXXFLAGS="$FPIC_FLAG" \**** DESTDIR=$pkgdir \**** prefix=/usr \**** install || return 1****
the process ends with error compiling gem2pdp:****
make[3]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/pdp'****
cd /home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp && aclocal && autoconf****
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****
make[2]: *** [/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals/gem2pdp/configure] Error 1****
make[2]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/externals'****
make[1]: *** [externals_install] Error 2****
make[1]: Leaving directory `/home/paum/PK/AUR/pd-l2ork/src/pd-l2ork/packages'****
make: *** [install] Error 2****
can anybody help ?****
fk****
Pd-list@iem.at mailing list UNSUBSCRIBE and account-management -> http://lists.puredata.info/listinfo/pd-list****