Re: [PD-dev] compiling Gesture Variation Follower (was Re: (no subject))

2013-11-06 Thread Patrice Colet
Colet Patrice Hello Bas, AFAIK if you build your dll with mingw it should be compatible with pd-extended and pd-vanilla, otherwise you will need to compile a cygwin version of pd to run your dll (the version will need cygwin libs to run) - Mail original - > De: "Bas Kooiker" > À:

Re: [PD-dev] Window strange behavior

2013-10-09 Thread Patrice Colet
Hello, I'm wondering if this strange behavior come from the <%sButtonPress> event, but I didn't try to compile for trying with my PC... I use [sys_gui] for running GUI drawing commands, then there is no need for compile, it's like IOannnes's suggest but without binary compilation, and without a

Re: [PD-dev] audio apis

2013-05-21 Thread Patrice Colet
> >> 7) Does anyone using GNU/Linux system want to use pulse-audio with > >> Pd? The main reason would be easy software mixing-- for example, > >> you could watch a tutorial on youtube and get sound out of a > >> running > >> instance of Pd without doing any configuration whatsoever. (At > >> leas

Re: [PD-dev] UTF-8 problems on Windows

2012-12-05 Thread Patrice Colet
I've tried with extended-20120720 on windows vista, menu open doesn't crash but console says: "Ignoring 'C:/Users/patko/Desktop/comma,coüüümmat,.pd': doesn't look like a Pd-file" while in cmd it opens the non ascii file with "pd -open "comma,coΓΌΓΌΓΌmmat,.pd" after using tab key of course. C

Re: [PD-dev] Cross Compiling External for Windows - Problem

2012-08-22 Thread Patrice Colet
Hello Thomas, > it seems, that I have problems compiling the external with MinGW on > Windows as well. I will try to make that work first, and then go on I tried to have a look but there is something I didn't have time to handle, how to get libcurl on win32 for mingw... > with > the compilati

Re: [PD-dev] Cross Compiling External for Windows - Problem

2012-08-14 Thread Patrice Colet
> Output: i686-pc-mingw32-gcc > -I"/home/thomas/src/Pd-0.42.5-extended/pd-win/include/pd" -std=c99 re, how to get information about the linker used, and how > to > set it in the Makefile. That was part of the original question, try to put this in LDFLAGS or LIBS -Wl,--verbose to make linker mor

Re: [PD-dev] Cross Compiling External for Windows - Problem

2012-08-10 Thread Patrice Colet
Also you might find this template interesting for porting the external: http://pure-data.svn.sourceforge.net/viewvc/pure-data/trunk/externals/template/ > Hello, I'm afraid the work to be made isn't in the Makefile but in > source files, > > did you give a try with this: > > http://readlist.com

[PD-dev] gop properties settings

2012-07-19 Thread Patrice Colet
Hello, I'd like to report a bug but I'm not allowed to do this on sourceforge bugtracker. - right click on a subpatch -> properties - disable gop nothing happens it only works when right clicking inside a subpatch Colet Patrice ___ Pd-dev mailing l

[PD-dev] tk externals receive_symbol

2012-05-24 Thread Patrice Colet
Hello, there is a problem with [cursor] for example, because the receive symbol is not a unique name in tcl, it a variable shared by everything calling tcl the script, so tk externals cannot have several instances of the same widget. just have a look into the cursor-help file click on both [c

Re: [PD-dev] help compiling pd 0.43 on Windows 7

2011-11-02 Thread Patrice Colet
Hello, - Mail original - > De: "katja" > À: pd-dev@iem.at > Envoyé: Mercredi 2 Novembre 2011 10:38:33 > Objet: Re: [PD-dev] help compiling pd 0.43 on Windows 7 > > Hello, > > Last weekend a friend and I were trying to build double-precision > vanilla Pd (Pd-double) with MinGW. After man

Re: [PD-dev] makefile template

2011-10-18 Thread Patrice Colet
- Mail original - > De: "IOhannes m zmoelnig" > À: pd-dev@iem.at > Envoyé: Mardi 18 Octobre 2011 08:49:12 > Objet: Re: [PD-dev] makefile template > > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 2011-10-18 05:01, Patrice Colet wrote: &g

Re: [PD-dev] makefile template

2011-10-17 Thread Patrice Colet
e > > > On Oct 17, 2011, at 12:08 PM, IOhannes m zmoelnig wrote: > > > -BEGIN PGP SIGNED MESSAGE- > > Hash: SHA1 > > > > On 2011-10-17 17:11, Patrice Colet wrote: > >> Hello IOhannes, > >> > >> all I could say is this: > &g

Re: [PD-dev] makefile template

2011-10-17 Thread Patrice Colet
- Mail original - De: "IOhannes m zmoelnig" À: "pd-dev" Envoyé: Lundi 17 Octobre 2011 09:19:06 Objet: Re: [PD-dev] makefile template -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 2011-10-15 04:08, Patrice Colet wrote: > > also I've added > > CXX=

Re: [PD-dev] makefile template

2011-10-14 Thread Patrice Colet
mpiles fine but would this work on another platform? maybe you could give a try? http://sourceforge.net/projects/patco/files/proll/ > .hc > > On Oct 13, 2011, at 3:47 PM, Patrice Colet wrote: > > > > > Hello is t

[PD-dev] makefile template

2011-10-13 Thread Patrice Colet
Hello is the makefile template able to compile with cpp source files, and how? -- Patrice Colet ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] Creating an external / sinewave equation example

2011-09-10 Thread Patrice Colet
- "Patrice Colet" a écrit : Also I've just figured out that amp variable isn't really needed since it can be performed by [*~] > AFAIU you just need an output signal, would you mind trying something > like this: > > > static void sineq_tilde_

Re: [PD-dev] Creating an external / sinewave equation example

2011-09-10 Thread Patrice Colet
- "Rick T" a écrit : > On Fri, Sep 9, 2011 at 4:37 PM, Patrice Colet < colet.patr...@free.fr > > wrote: > > > > > - "Rick T" < ratull...@gmail.com > a écrit : > > > On Fri, Sep 9, 2011 at 2:46 PM, Patrice Colet < &g

Re: [PD-dev] Creating an external / sinewave equation example

2011-09-09 Thread Patrice Colet
- "Rick T" a écrit : > On Fri, Sep 9, 2011 at 2:46 PM, Patrice Colet < colet.patr...@free.fr > > wrote: > > > Hello, I'm not a C expert but I see errors in your code > > - "Rick T" < ratull...@gmail.com > a écrit : > &

Re: [PD-dev] Creating an external / sinewave equation example

2011-09-09 Thread Patrice Colet
eck the source for osc~ in d_osc.c of the Pd source, which uses > a fancy 32-bit float cosine table scanning method that was useful when > it mattered but is getting obsolete as a call to sin() is probably > just as fast nowadays. > > Martin > > > > > > > ___ > Pd-dev mailing list > Pd-dev@iem.at > http://lists.puredata.info/listinfo/pd-dev -- Patrice Colet ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] Make app on Windows?

2011-08-23 Thread Patrice Colet
kannten und wir > belohnen Sie mit bis zu 50,- Euro! https://freundschaftswerbung.gmx.de > > ___ > Pd-dev mailing list > Pd-dev@iem.at > http://lists.puredata.info/listinfo/pd-dev -- Patrice Colet

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- "Hans-Christoph Steiner" a écrit : > On Aug 22, 2011, at 6:20 PM, Patrice Colet wrote: > > > > > - "Hans-Christoph Steiner" a écrit : > > > >> Oops, I just noticed one unneeded line in the patch I sent you: > >> > &

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- "Hans-Christoph Steiner" a écrit : > Oops, I just noticed one unneeded line in the patch I sent you: > > +#pd_LINK = $(CXXLINK) > > > There is no need to add a line of code that is comment out :) > > .hc > I've successfully compiled with asio without this line, so you were right, in

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
- "Hans-Christoph Steiner" a écrit : > On Aug 22, 2011, at 11:54 AM, Patrice Colet wrote: > > Hi Hans, > > I've looked at you patch, and there is something I didn't figured > > out before, > > the git sources you are using aren't pd-e

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-22 Thread Patrice Colet
git reset --hard (watch out, this wipes changes) > > patch -p1 < mingw.patch > > git commit configure.ac src/Makefile.am extra/Makefile.am -m "a real > > > msg" > > git format-patch -n1 > > > > > > > > > > .hc > >

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-20 Thread Patrice Colet
and it needs libpthread-2.dll, so the package script would need some changes. I'll try TortoiseGIT :) - "IOhannes m zmölnig" a écrit : > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > On 08/19/2011 08:33 PM, Patrice Colet wrote: > > hello, I've

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-08-19 Thread Patrice Colet
-- > > 'You people have such restrictive dress for women,’ she said, hobbling > > away in three inch heels and panty hose to finish out another pink- > collar temp pool day. - “Hijab Scene #2", by Mohja Kahf -- Patrice Colet configure.ac-w

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-17 Thread Patrice Colet
- "Patrice Colet" a écrit : > I've got asio linking with g++ working, this is explained in here: > > http://www.mail-archive.com/libtool@gnu.org/msg11308.html > > # ASIO needs to go after PORTAUDIO in order for it to link properly > if ASIO > # a

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-17 Thread Patrice Colet
I've got asio linking with g++ working, this is explained in here: http://www.mail-archive.com/libtool@gnu.org/msg11308.html # ASIO needs to go after PORTAUDIO in order for it to link properly if ASIO # automake hack to force linking with g++ SUBDIRS = ../asio # Dummy C++ source to cause C++ link

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-16 Thread Patrice Colet
- "Hans-Christoph Steiner" a écrit : > On Jul 11, 2011, at 1:45 PM, Patrice Colet wrote: > > > > > - "Hans-Christoph Steiner" a écrit : > > > >> On Jul 11, 2011, at 1:29 PM, Hans-Christoph Steiner wrote: > >>

[PD-dev] Fwd: [PD] Pdextended 0.43.1 and vista

2011-07-11 Thread Patrice Colet
- Mail transféré - De: "Patrice Colet" À: "pd-list" Cc: "IOhannes m zmoelnig" Envoyé: Lundi 11 Juillet 2011 19h45:21 GMT +01:00 Amsterdam / Berlin / Berne / Rome / Stockholm / Vienne Objet: Re: [PD] [PD-dev] Pdextended 0.43.1 and vista - "Hans-

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-11 Thread Patrice Colet
- "Patrice Colet" a écrit : > The problem I'm encountering on win32 with makefile.am is that pd.dll > is not built > > following this doc page: http://serghei.net/docs/programming/autobook-1.1/dlls20with20libtool.html I've added those lines in makefile.a

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-11 Thread Patrice Colet
- "Patrice Colet" a écrit : > The problem I'm encountering on win32 with makefile.am is that pd.dll > is not built > > if I add this: if WINDOWS LIBS += -lwsock32 -lwinmm -lole32 pd_CFLAGS += -DUSEAPI_MMIO -DPD_INTERNAL pd_SOURCES += s_audio_mmio.c s_

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-11 Thread Patrice Colet
ECAAYFAk4bIPIACgkQkX2Xpv6ydvTdYwCfUlNGwDybirLriNT1O6UwV8v1 > j68AnjgGtdThIklLxRGBSN9vK4anSbjx > =HAmS > -END PGP SIGNATURE- > > > ___ > Pd-dev mailing list > Pd-dev@iem.at > http://lists.puredata.info/listinfo/pd-dev -- Patrice Colet ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-05 Thread Patrice Colet
g like this would work: > > if ASIO > EXTRA_SUBDIRS += asio > # automake hack to force linking with g++ > lib_LTLIBRARIES = libdummy.la > libdummy_la_SOURCES = > # Dummy C++ source to cause C++ linking. > nodist_EXTRA_libdummy_la_SOURCES = dummy.cxx > endif > >

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-05 Thread Patrice Colet
is no need to set CC. - "Hans-Christoph Steiner" a écrit : > On Jul 3, 2011, at 3:31 AM, Patrice Colet wrote: > > > > > - "Hans-Christoph Steiner" a écrit : > > > >> Ah, right, supporting LTLIBRARIES would be a bigger reorg. Any >

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-03 Thread Patrice Colet
only solution that is working so far is about using CC to compile portaudio, I don't know if I could get time to reorg the build system for libtool conveniences. > .hc > > On Jul 2, 2011, at 7:01 AM, Patrice Colet wrote: > > > > > I've found the odd part of that p

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-07-02 Thread Patrice Colet
-Libraries.html#Libtool-Convenience-Libraries > > That solution at the bottom of that page looks easy but a bit odd. I > suppose its the 'official' way. Patco, do you think you can try to > get > that working? > > .hc > > ___ > Pd-dev mailing list > Pd-dev@iem.at > http://lists.puredata.info/listinfo/pd-dev -- Patrice Colet ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-06-30 Thread Patrice Colet
ginthreadex(void*, unsigned int, unsigned int (*)(void*), void*, unsigned int, unsigned int*)' make[2]: *** [libportaudio_la-pa_win_wmme.lo] Error 1 make[2]: Leaving directory `/home/patko/pd-extended/0.43/pd/portaudio' make[1]: *** [all-recursive] Error 1 make[1]: Leav

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-06-30 Thread Patrice Colet
finalize the configure.ac > > and Makefile.am for MinGW. Its quite close. I think someone just > needs to figure out how to do the final linking using g++ to link the > C > ++ ASIO files and C files from the rest. > > .hc > > On Jun 29, 2011, at 4:38 PM, Patr

Re: [PD-dev] Pdextended 0.43.1 and vista

2011-06-29 Thread Patrice Colet
__ > > Pd-dev mailing list > > Pd-dev@iem.at > > http://lists.puredata.info/listinfo/pd-dev > > > > _______ > Pd-dev mailing list > Pd-dev@iem.at > http://lists.puredata.info/listinfo/pd-dev -- Patrice Colet ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] canvas get method

2011-05-26 Thread Patrice Colet
it looks good, thank you tot is able to handle mouse behavior, you might be interested in looking sources... - "Jonathan Wilkes" a écrit : > --- On Wed, 5/25/11, Patrice Colet wrote: > > > From: Patrice Colet > > Subject: Re: [PD-dev] canvas get met

Re: [PD-dev] canvas get method

2011-05-25 Thread Patrice Colet
- "Patrice Colet" a écrit : > - "Jonathan Wilkes" a écrit : > > > a diff file would be a great thing :D > > > > Yes, that's the next thing I'm going to learn... > > > > I usually do "patch -uw oldfile newfile &g

Re: [PD-dev] canvas get method

2011-05-24 Thread Patrice Colet
- "Jonathan Wilkes" a écrit : > --- On Wed, 5/25/11, Patrice Colet wrote: > > > From: Patrice Colet > > Subject: Re: [PD-dev] canvas get method > > To: "pd-list" > > Cc: "Jonathan Wilkes" > > Date: Wednesda

Re: [PD-dev] canvas get method

2011-05-24 Thread Patrice Colet
sorry i didn't send this message to the good mailing list, the test have been made on windows platform. ----- "Patrice Colet" a écrit : > lol, it's fun, your file misses YZM's canvas_closebang and > canvas_initbang, but i could compile it by adding missing lin

Re: [PD-dev] [flext] mingw/autotools/libtool, some success (flext and gnu/windows - 'undefined reference' with pd global vars?)

2011-04-08 Thread Patrice Colet
eforge.net/viewvc/pure-data/branches/pd-extended/0.42/pd/src wouldn't it be easier to use pd.dll from pd-extended rather, because it has been compiled with mingw? -- Patrice Colet ___ Pd-dev mailing list Pd-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] abstractions

2008-07-10 Thread patrice colet
Hi, Frank Barknecht a écrit : > > I think, Pd could benefit a lot by providing a default scripting > language to write operations like [range] which are tediuos to do as > an abstraction. Altough I'm not a fan of Tcl (and would prefer Lua), > Tcl would be a natural choice as it's available anyway.

Re: [PD-dev] [PD] building pd with cygwin

2008-02-24 Thread Patrice Colet
t 12:12 PM, Patrice Colet wrote: oops, the external/Makefile patch is here. Patrice Colet a écrit : Here I've attached the patches. Patrice Colet a écrit : Hello, i've been working on other things during last monthes and did'nt really go further, for the moment the cygwin build work

Re: [PD-dev] snprintf vs. sprintf_s?

2008-01-18 Thread Patrice Colet
Hi Miller, Miller Puckette a écrit : > Hi Devs, > > I found out that .Net apparently doesn't use "snprintf" but has a similar > function named "sprintf_s". (A couple of recent patches change "sprintfs" > to "snprintfs" leading to compile errors in .Net). I'm thinking of just > putting the foll

Re: [PD-dev] [PD] pd-extended 64-bit

2008-01-03 Thread Patrice Colet
patrick a écrit : > hi, > > i am trying to build pd-extended for 64-bit. > > OSCx > sendOSC.c: In function ‘sendOSC_settypetags’: > sendOSC.c:186: warning: cast from pointer to integer of different size > cc -g -O2 -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1 > -I../libOSC -I../../p

Re: [PD-dev] compile externals with cygwin

2007-12-14 Thread Patrice Colet
Patrice Colet a écrit : pd-main/externals: Compiled external for windows aka CYGWIN_NT-5.1 I couldn't build vorbis library, all other libs are okay. Attached are the externals/Makefile and externals/OSCx/configure.in diff files It is not externals/OSCx/configure.in but externals

[PD-dev] compile externals with cygwin

2007-12-14 Thread Patrice Colet
pd-main/externals: Compiled external for windows aka CYGWIN_NT-5.1 I couldn't build vorbis library, all other libs are okay. Attached are the externals/Makefile and externals/OSCx/configure.in diff files --- Makefile.old2007-12-14 19:39:49.953125000 +0100 +++ Makefile2007-12-15 0

Re: [PD-dev] compile pd with cygwin

2007-12-06 Thread Patrice Colet
Hans-Christoph Steiner a écrit : > > Wow, that's awesome! So you are using X11 to display Pd? I am going to > try this tonight. Which version of Pd did you try? > > .hc > > On Dec 5, 2007, at 7:46 PM, Patrice Colet wrote: > >> Cygwin1.dll have to be in

Re: [PD-dev] compile pd with cygwin

2007-12-05 Thread Patrice Colet
Cygwin1.dll have to be in pd/bin for running, and it require cygwin shell, Puredata into cygwin environment is working greatly even when Gem crashes. $ diff -uw configure.in.old configure.in --- configure.in.old2007-11-04 23:08:24.0 +0100 +++ configure.in2007-12-06 00:25:

Re: [PD-dev] compile pd with cygwin (almost!)

2007-12-05 Thread Patrice Colet
Hans-Christoph Steiner a écrit : > AFAIK, the watchdog isn't used on Windows anyhow, so I wouldn't worry > about it. I believed that pd-watchdog is existing on windows, and is called pd.com, they are both related with PID. I've renamed it to watchdog just for everytime I've asked mysself, "wha

Re: [PD-dev] compile pd with cygwin

2007-12-04 Thread Patrice Colet
IOhannes m zmoelnig a écrit : > Hans-Christoph Steiner wrote: > >> Why add something different if _WIN32 already exists and is >> automatically defined by all the compilers we use? > > to not have to change code throughout everything? > > i totally agree that one should rather use _WIN32 than

Re: [PD-dev] compile pd with cygwin

2007-12-04 Thread Patrice Colet
IOhannes m zmoelnig a écrit : > Patrice Colet wrote: >> Hello, > > hi. > >> >> I'd like to paste s_entry.c into watchdog.c, and then handle PID >> with one file only, what do you think about this? > > > why would you? I seemed interesti

Re: [PD-dev] compile pd with cygwin (almost!)

2007-12-03 Thread Patrice Colet
Hi! Martin Peach a écrit : > Patrice Colet wrote: >> == >> >> I have to give up for the moment, even if I've just replaced MSW with >> __WIN32 and added a few lines of codes to configure.in

Re: [PD-dev] compile pd with cygwin

2007-12-03 Thread Patrice Colet
Patrice Colet a écrit : > Hello, > > I'd like to paste s_entry.c into watchdog.c, and then handle PID with > one file only, what do you think about this? Forget this, it seems not possible, as well as it is not possible to use cygwin for building watchdog (I've been ab

Re: [PD-dev] compile pd with cygwin

2007-12-03 Thread Patrice Colet
Hello, I'd like to paste s_entry.c into watchdog.c, and then handle PID with one file only, what do you think about this? ___ PD-dev mailing list PD-dev@iem.at http://lists.puredata.info/listinfo/pd-dev

Re: [PD-dev] compile pd with cygwin

2007-12-03 Thread Patrice Colet
IOhannes m zmoelnig a écrit : > Hans-Christoph Steiner wrote: > >> Also, it's key to point out that the standard macro is NOT "WIN32", >> but rather "_WIN32". For whatever reason, the leading underscore is >> needed. > > the leading underscore denotes that this define is "private" by the >

Re: [PD-dev] compile pd with cygwin

2007-12-02 Thread Patrice Colet
Martin Peach a écrit : > Patrice Colet wrote: >> Hello! >> >> I've added -mno-cygwin and -I/cygdrive/c/Mingw/include >> -L/cygdrive/c/Mingw/lib because: >> >> 1° The __WIN32 flag doesn't work with cygwin >> 2° there is a cruel conflict wit

Re: [PD-dev] compile pd with cygwin

2007-12-02 Thread Patrice Colet
Hello! I've added -mno-cygwin and -I/cygdrive/c/Mingw/include -L/cygdrive/c/Mingw/lib because: 1° The __WIN32 flag doesn't work with cygwin 2° there is a cruel conflict with errno.h cygwin version. So it's not possible to compile with cygwin without mingw, unless using voodoo... Also th

Re: [PD-dev] compile pd with cygwin

2007-12-02 Thread Patrice Colet
What a joke! m_pd.h line 30: "the external storage class is "extern" in UNIX; in __WIN32 it's ugly" compilation error: g_canvas.c:58: erreur: un 'el'ement de l'initialisation n'est pas une constante g_canvas.c:59: erreur: un 'el'ement de l'initialisation n'est pas une constante g_canvas.c:57

Re: [PD-dev] compile pd with cygwin

2007-12-01 Thread Patrice Colet
Hans-Christoph Steiner a écrit : > A "diff -uw" patch of this would be very helpful since it includes the > line information and can be applied automatically. > Okay sorry, here is my actual configure.in: $ diff -uw configure.in.old configure.in --- configure.in.old2007-11-04 23:08:24.

Re: [PD-dev] compile pd with cygwin

2007-12-01 Thread Patrice Colet
Miller Puckette a écrit : > Is it known whether WIN32 will be automatically defined in 64-bit > code on MS Windows? > > cheers > M Hello, here is a kind of answer from MS: http://msdn2.microsoft.com/en-us/library/aa489554.aspx apparently using _WIN64 would even be better, if I'm not mista

Re: [PD-dev] compile pd with cygwin

2007-12-01 Thread Patrice Colet
Martin Peach a écrit : > Patrice Colet wrote: >> Hans-Christoph Steiner a écrit : >> >>> That stuff wasn't removed from Pd, but instead never made it into >>> Miller's sources. If you get this running smoothly, then I think it >>> is likely

Re: [PD-dev] compile pd with cygwin

2007-12-01 Thread Patrice Colet
Hans-Christoph Steiner a écrit : > One, thing "_WIN32" is the preferred macro name for testing for Windows > since it is defined automatically by all Windows compilers that I > checked (Cygwin, MinGW, MSVC, etc.). "MSW" is a manually defined one > that should go away. allright, I was wonderin

Re: [PD-dev] compile pd with cygwin

2007-11-30 Thread Patrice Colet
Hans-Christoph Steiner a écrit : > > That stuff wasn't removed from Pd, but instead never made it into > Miller's sources. If you get this running smoothly, then I think it is > likely to be included by Miller. The big thing to do would be to make > the ./configure && make work on Cygwin, the

[PD-dev] compile pd with cygwin

2007-11-29 Thread Patrice Colet
I've found some hints in here: http://lists.puredata.info/pipermail/pd-cvs/2004-10/001658.html and it resolves many problems (Thanks to Thomas Grill), why those modifications have been removed? I've built many modules but compilation has stopped with an error on s_midi.c, there are indefined

[PD-dev] cygwin build (was:Re: [PD] pdlua compiling on mac)

2007-11-29 Thread Patrice Colet
t needs makefile.mingw for pd, but it would be nice if the main makefile would do the job... Anyway, I'm more interested about using cygwin for some reasons, it's easy to install it and all dependances, and we can use Qt/X11 inside > On Nov 28, 2007, at 7:20 PM, Patrice Cole

Re: [PD-dev] GUIs and loadbang

2007-11-13 Thread Patrice Colet
Patrice Colet a écrit : > Hans-Christoph Steiner a écrit : >> So all of the Tk widgets that I am using save their own state while >> they are running, then I am planning on querying them when the savefn >> is called to save their state, and of course, do the oppos

Re: [PD-dev] GUIs and loadbang

2007-11-13 Thread Patrice Colet
Hans-Christoph Steiner a écrit : > So all of the Tk widgets that I am using save their own state while > they are running, then I am planning on querying them when the savefn > is called to save their state, and of course, do the opposite when > opening. > > The big question for me is what t

[PD-dev] build pd-extended-0.39-3 with mingw

2007-11-08 Thread Patrice Colet
Hello, these errors appear during externals build: C:/msys/1.0/home/pat/externals/hcs/classpath.o(.text+0xb6):C:/msys/1.0/home/p at/externals/hcs/classpath.c:90: undefined reference to `sys_searchpath' . C:/msys/1.0/home/pat/externals/hcs/import.o(.text+0x21b):C:/msys/1.0/home/pat/exter

Re: [PD-dev] Tcl loader and API

2007-10-23 Thread Patrice Colet
Hi! Hans-Christoph Steiner a écrit : > Now that I am wrestling with wrestling with the GUI API, I am > thinking that it probably makes more sense to write a Tcl/Tk API and > loader to allow you to write GUI objects completely in Tcl/Tk. > > I think this is the idea that Krzysztof had in mind

[PD-dev] pd-extended packaging with mingw

2007-10-22 Thread Patrice Colet
Hans-Christoph Steiner a écrit : >> I didn't try it because I can't make packages with my mingw setup and >> the actual cvs files, too many errors... > > If you post the errors on pd-dev then we can help you get past them > > .hc > > > -

Re: [PD-dev] Was: [PD] Good sounding PD reverb patches - anyone?

2007-10-17 Thread Patrice Colet
hey Claude Heiland-Allen a écrit : > Patrice Colet wrote: >> Peter Plessas a écrit : >>> Hi, >>> >>> have a look at Thomas Musil's excellent Room Reverberation Simulation >>> too: >>> >>> http://pure-data.cvs.sourceforge.net/pur

[PD-dev] Was: [PD] Good sounding PD reverb patches - anyone?

2007-10-17 Thread Patrice Colet
Peter Plessas a écrit : > Hi, > > have a look at Thomas Musil's excellent Room Reverberation Simulation > too: > > http://pure-data.cvs.sourceforge.net/pure-data/externals/iem/iem_roomsim/ > > Ah, i am not sure how to find binaries for windows though... > Hello, my attempts to make a win32 b

Re: [PD-dev] ask for cvs access

2007-09-08 Thread Patrice Colet
Hello federico, David Plans Casal a écrit : On 7 Sep 2007, at 23:42, [EMAIL PROTECTED] wrote: externs I'm going to commit: grid: a gui 2d grid editor made esecially for editing/sequencing lists of floats, err, have you ever seen that page? http://ydegoyon.free.fr/software.html ? grid will

Re: [PD-dev] [PD] recursion in Gem - a tutorial

2007-07-19 Thread patrice colet
len a écrit : > Patrice Colet wrote: > > > >> IOhannes m zmoelnig a écrit : > > (i haen't seen [nnrepeat] on the website, so i > >>> don't know what it does) with [repeat] or with the [s]/[r] idiom claude > >>> has proposed. > &g

Re: [PD-dev] recursion in Gem - a tutorial

2007-07-18 Thread Patrice Colet
or ld. IOhannes m zmoelnig a écrit : Patrice Colet wrote: I tried to make DLLs of nrepeat and nnrepeat, but it seems I'm too ignoramus to find out how to proceed, I've entered those lines in the msys shell i haven't had a look at the tutorial files, but i was wondering why you

[PD-dev] recursion in Gem - a tutorial

2007-07-18 Thread Patrice Colet
I tried to make DLLs of nrepeat and nnrepeat, but it seems I'm too ignoramus to find out how to proceed, I've entered those lines in the msys shell gcc -c nrepeat.c -o nrepeat.o ld -export_dynamic -shared -I../../pd/src/ -o nrepeat.dll nrepeat.o ../../pd/bin/pd.dll the external is built wit