[PD] sys_gui outlet WAS: create folder implementation

Hans-Christoph Steiner hans at at.or.at
Thu Jan 14 22:28:59 CET 2010


On Thu, 14 Jan 2010 21:54 +0100, colet.patrice at free.fr wrote:
> Selon Hans-Christoph Steiner <hans at 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




More information about the Pd-list mailing list