On Thu, 14 Jan 2010 21:54 +0100, colet.patrice@free.fr wrote:
Selon Hans-Christoph Steiner hans@at.or.at:
my msys build system is broken:
make: cc: Command not found make: *** [hcs/sys_gui] Error 127
make CC=gcc
or even better export CC=gcc
ok, but the linker doesn't find pd, normal I couldn't build pd:
~/pd-extended/pd/src $ autoconf /bin/m4: unrecognized option
--gnu' Try
/bin/m4 --help' for more information. autom4te-2.64: /bin/m4 failed with exit status: 1
The autoconf stuff doesn't work on MinGW fully, it would be great if it did. If you take that on, I'll help wherever I can. It does work on Cygwin. For MinGW you are better of doing:
cd pd/src make -f makefile.mingw
.hc
Selon Hans-Christoph Steiner hans@at.or.at:
~/pd-extended/pd/src $ autoconf /bin/m4: unrecognized option
--gnu' Try
/bin/m4 --help' for more information. autom4te-2.64: /bin/m4 failed with exit status: 1The autoconf stuff doesn't work on MinGW fully, it would be great if it did. If you take that on, I'll help wherever I can. It does work on Cygwin. For MinGW you are better of doing:
cd pd/src make -f makefile.mingw
msys builds pd with using makefile.mingw, export CC=gcc, deleting "makefile.dependencies", and adding asio sources, like explained in tutorial and mails, but the problem stand still with building externals:
$ make hcs/sys_gui gcc -DPD -I/home/patko/pd-extended/pd/src -Wall -W -ggdb -I/home/patko/pd-extended/Gem/src -mms-bitfields -DMSW -DNT -D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' -s -shared hcs/sys_gui.c -o hcs/sys_gui hcs/sys_gui.c:38: warning: unused parameter 's' hcs/sys_gui.c:59: warning: unused parameter 's' C:/Users/patko/AppData/Local/Temp/ccoMWUeM.o: dans la fonction « sys_gui_bang .... .... C:\msys\1.0\home\patko\pd-extended\externals/hcs/sys_gui.c:77: référence indéfinie vers « _imp__class_addlist » collect2: ld returned 1 exit status make: *** [hcs/sys_gui] Error 1
I'm giving a try on cygwin, pd-gui-rewrite compiles fine on it.
On Jan 14, 2010, at 11:24 PM, colet.patrice@free.fr wrote:
Selon Hans-Christoph Steiner hans@at.or.at:
~/pd-extended/pd/src $ autoconf /bin/m4: unrecognized option
--gnu' Try
/bin/m4 --help' for more information. autom4te-2.64: /bin/m4 failed with exit status: 1The autoconf stuff doesn't work on MinGW fully, it would be great
if it did. If you take that on, I'll help wherever I can. It does work on Cygwin. For MinGW you are better of doing:cd pd/src make -f makefile.mingw
msys builds pd with using makefile.mingw, export CC=gcc, deleting "makefile.dependencies", and adding asio sources, like explained in
tutorial and mails, but the problem stand still with building externals:$ make hcs/sys_gui gcc -DPD -I/home/patko/pd-extended/pd/src -Wall -W -ggdb -I/home/patko/pd-extended/Gem/src -mms-bitfields -DMSW -DNT - D'O_NONBLOCK=1' -D'srand48(n)=srand((n))' -D'drand48()=((double)rand()/RAND_MAX)' -D'bzero(p,n)=memset(p,0,n)' -s -shared hcs/sys_gui.c -o hcs/ sys_gui hcs/sys_gui.c:38: warning: unused parameter 's' hcs/sys_gui.c:59: warning: unused parameter 's' C:/Users/patko/AppData/Local/Temp/ccoMWUeM.o: dans la fonction «
sys_gui_bang .... .... C:\msys\1.0\home\patko\pd-extended\externals/hcs/sys_gui.c:77:
référence indéfinie vers « _imp__class_addlist » collect2: ld returned 1 exit status make: *** [hcs/sys_gui] Error 1I'm giving a try on cygwin, pd-gui-rewrite compiles fine on it.
cd externals make hcs
.hc
News is what people want to keep hidden and everything else is
publicity. - Bill Moyers
Selon Hans-Christoph Steiner hans@at.or.at:
$ autoconf /bin/m4: unrecognized option
--gnu' Try
/bin/m4 --help' for more information. autom4te-2.64: /bin/m4 failed with exit status: 1The autoconf stuff doesn't work on MinGW fully, it would be great if it did. If you take that on, I'll help wherever I can. It does work on
the autoconf problem in msys is fixed with installing this:
http://sourceforge.net/projects/mingw/files/MSYS m4/m4-1.4.13-1/m4-1.4.13-1-msys-1.0.11-bin.tar.lzma
but now a problem appears with ./configure:
checking for _LARGE_FILES value needed for large files... unknown
./configure: line 5742: syntax error near unexpected token SINF,' ./configure: line 5742:
AST_EXT_LIB_CHECK(SINF, m, sinf)'
during svn upload that stops here:
svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and tr y again svn: Can't open file 'pd-extended/v0-39-2/externals/gridflow/doc/flow_classes/.s vn/tmp/text-base/inv*-icon.png.svn-base': No such file or directory
patko@PC-de-patko ~ $ svn cleanup svn: '.' is not a working copy directory
I remember this is not the first time it happens, but how to fix this?
Selon colet.patrice@free.fr:
during svn upload that stops here:
svn: Your .svn/tmp directory may be missing or corrupt; run 'svn cleanup' and tr y again svn: Can't open file 'pd-extended/v0-39-2/externals/gridflow/doc/flow_classes/.s vn/tmp/text-base/inv*-icon.png.svn-base': No such file or directory
patko@PC-de-patko ~ $ svn cleanup svn: '.' is not a working copy directory
I remember this is not the first time it happens, but how to fix this?
forgot to tell it's on cygwin, just figured out that's why i didn't compile pd-extended on cygwin, only pd-gui-rewrite...
On Jan 14, 2010, at 11:42 PM, colet.patrice@free.fr wrote:
Selon Hans-Christoph Steiner hans@at.or.at:
$ autoconf /bin/m4: unrecognized option
--gnu' Try
/bin/m4 --help' for more information. autom4te-2.64: /bin/m4 failed with exit status: 1The autoconf stuff doesn't work on MinGW fully, it would be great
if it did. If you take that on, I'll help wherever I can. It does work onthe autoconf problem in msys is fixed with installing this:
http://sourceforge.net/projects/mingw/files/MSYS m4/m4-1.4.13-1/m4-1.4.13-1-msys-1.0.11-bin.tar.lzma
but now a problem appears with ./configure:
checking for _LARGE_FILES value needed for large files... unknown ./configure: line 5742: syntax error near unexpected token
SINF,' ./configure: line 5742:
AST_EXT_LIB_CHECK(SINF, m, sinf)'
The build farm machine was built like this, and autoconf works there
under MinGW. I recommend following this setup:
http://puredata.info/docs/developer/WindowsMinGW
during svn upload that stops here:
svn: Your .svn/tmp directory may be missing or corrupt; run 'svn
cleanup' and tr y again svn: Can't open file 'pd-extended/v0-39-2/externals/gridflow/doc/ flow_classes/.s vn/tmp/text-base/inv*-icon.png.svn-base': No such file or directorypatko@PC-de-patko ~ $ svn cleanup svn: '.' is not a working copy directory
I remember this is not the first time it happens, but how to fix this?
Try this:
cd externals svn up [A-Za-fh-z]* g[a-qs-z]*
I thought that the 'gridflow' folder was moved to the an
svn:external. So maybe this is enough:
svn up --ignore-externals
.hc
Using ReBirth is like trying to play an 808 with a long stick. - David Zicarelli