Thank you for answering fast
autogen.sh && ./configure && make
works good with all the PD_XXXX_CHECK, I've been running autoconf instead,
so now I can submit the patches to the tracker without breaking anything.
notice that the compiled files aren't the same as the ones made by makefile.mingw:
$ ls pd/src/.libs/
libpd-0.dll libpd.lai pd.exe pdsend.exe
libpd.a lt-pd.c pd_ltshwrapper pdsend_ltshwrapper
libpd.dll.a lt-pdreceive.c pdreceive.exe
libpd.la lt-pdsend.c pdreceive_ltshwrapper
and it needs libpthread-2.dll, so the package script would need some changes.
I'll try TortoiseGIT :)
----- "IOhannes m zmölnig" <zmoelnig(a)iem.at> a écrit :
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA1
>
> On 08/19/2011 08:33 PM, Patrice Colet wrote:
> > hello, I've attached the patches that make working libtools with
> msys, but there is something I couldn't resolve,
> >
> > all the PD_XXXX_CHECK shows synthax errors so those lines are under
> comments, maybe you could help with this?
>
> which syntax errors?
> did you run autogen.shh (or equivalent) to get the macros in m4/
> included in your aclocal.m4?
>
> >
> > the diff is made with files from git repository, could you also
> suggest an easy git manager,
> > or an url to find some documentation for windows, thank you.
> >
>
> i found TortoiseGIT very easy to use (esp. if you are used to
> TortoiseSVN and the like)
>
> please also note, that there is no "makefile.am" in Pd's tree, there
> is
> only "Makefile.am": many filesystems are case-sensitive
>
> mfgasdr
> IOhannes
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v1.4.11 (GNU/Linux)
> Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
>
> iEYEARECAAYFAk5P7XoACgkQkX2Xpv6ydvRqMgCdE0DEwwEjjJMLVyIrOQziKypW
> Qd8AoNc/mwbgq85LQ2hY7anKFciwqtMT
> =C1L9
> -----END PGP SIGNATURE-----
>
> _______________________________________________
> Pd-dev mailing list
> Pd-dev(a)iem.at
> http://lists.puredata.info/listinfo/pd-dev
--
Patrice Colet
I just finished rebuilding the MinGW/MSYS setup on the Windows build
server using the new mingw-get utility and the latest MinGW and MSYS.
There has been big improvements in MinGW in the past couple of years,
so its getting a lot easier to set everything up. You can do it
yourself here:
http://puredata.info/docs/developer/WindowsMinGW
One big notable change is that this now uses gcc 4.5 rather than gcc
3.4. Also built and installed are:
- libdl
- -lpthread and -lpthreadGC2
- Tcl/Tk 8.5.10
- freetype 2.4.6
- fftw 3.3 double
- fftw 3.3 float
- libmad
- ogg
- vorbis
- speex
- flac (but doesn't seem to always work)
- libsndfile
- lua 5.1
- lame (but doesn't seem to always work)
- theora
- libjpeg
- libtiff
- libpng
- libxvidcore
- a52dec
- libdca
- faac
- flite
- x264 (untested)
- openjpeg (but doesn't seem to always work)
- ffmpeg (untested)
- libgavl
- ladspa.h
.hc
----------------------------------------------------------------------------
"[T]he greatest purveyor of violence in the world today [is] my own
government." - Martin Luther King, Jr.
Bugs item #3396534, was opened at 2011-08-22 17:37
Message generated for change (Tracker Item Submitted) made by wipinmtl2
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396534&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: v0.43
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: psc (wipinmtl2)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: autobuild on ubuntu 10.04 / liblame0
Initial Comment:
on ubuntu 10.04 i get:
pd-extended depends on liblame0 (>= 3.97); however:
Package liblame0 is not installed.
dpkg: error processing pd-extended (--install):
dependency problems - leaving unconfigured
the package installed on 10.04 is libmp3lame0
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396534&group_…
On Aug 21, 2011, at 6:55 PM, Stephen Lavelle wrote:
> You can increase the font size which will make the boxes bigger.
> Also, you might like the new inlet/outlet highlighting that's in Pd-
> extended 0.43 and pd-l2ork. The inlets and outlets are tagged using
> Tk tags, so you should be able to change their size using the Tk
> canvas commands 'coords' or 'itemconfigure -width', etc. I've never
> tried tho.
> Their hitboxes aren't though - canvas_doclick in g_editor.c has hard-
> coded numbers.
Arg, yes, that's true... sigh... but I find the inlet/outlet
highlighting helps a lot.
.hc
>> >As for bugs, please do make bug reports, you can get to the bug
>> report form from the Help menu in Pd.
>> I'm a little confused - I didn't mention anything about bugs.
>
> I consider usability problems bugs.
> :)
>
>
> .hc
>
>>
>> Thanks : )
>>
>> S
>>
>> For example, I think that straight cords are much more readable
>> than bezier curved cords. As for bugs, please do make bug reports,
>> you can get to the bug report form from the Help menu in Pd.
>>
>> .hc
>>
>> On Aug 21, 2011, at 5:02 AM, Stephen Lavelle wrote:
>>
>>> Hi -
>>>
>>> I was just tinkering around with some of the graphics in puredata,
>>> before noticing that there's a GUI rewrite project underway ( http://puredata.info/dev/PdGuiRewrite
>>> ). Could someone tell me what the status of this is?
>>>
>>> I've been tinkering around a little in the code myself,
>>>
>>> https://lh6.googleusercontent.com/-SKz32YaPs3U/TlBQKiAHtyI/AAAAAAAAAdk/_mjg…
>>>
>>> but see that some of the things I had in mind to do are on their
>>> to-do list, and I may have some other usability suggestions as well.
>>> _______________________________________________
>>> Pd-dev mailing list
>>> Pd-dev(a)iem.at
>>> http://lists.puredata.info/listinfo/pd-dev
>>
>>
>>
>> ----------------------------------------------------------------------------
>>
>> Man has survived hitherto because he was too ignorant to know how
>> to realize his wishes. Now that he can realize them, he must
>> either change them, or perish. -William Carlos Williams
>>
>>
>>
>
>
>
>
>
> ----------------------------------------------------------------------------
>
> "[T]he greatest purveyor of violence in the world today [is] my own
> government." - Martin Luther King, Jr.
>
>
>
>
----------------------------------------------------------------------------
Using ReBirth is like trying to play an 808 with a long stick. -
David Zicarelli
Bugs item #3396316, was opened at 2011-08-22 11:10
Message generated for change (Tracker Item Submitted) made by increpare
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396316&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stephen Lavelle (increpare)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: crashing at launch
Initial Comment:
0.42.5-extended
Mac OS X 10.7
crashing every time I launch it right now - think it's trying to restore something or other (window titled about.pd appears just before it crashes).
[it didn't always crash, just started doing so a couple of minutes ago]
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396316&group_…
Bugs item #3396315, was opened at 2011-08-22 11:06
Message generated for change (Tracker Item Submitted) made by increpare
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396315&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stephen Lavelle (increpare)
Assigned to: Nobody/Anonymous (nobody)
Summary: scrollbars don't appear when stretching
Initial Comment:
Pd version 0.443.1.extended-20110821
OS X 10.7
open a help page
edit->font->stretch to 200
note that scrollbars don't appear, even though lots of things will be outside of the window borders. if you resize the window at all, they will appear correctly.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396315&group_…
Bugs item #3396283, was opened at 2011-08-22 10:09
Message generated for change (Tracker Item Submitted) made by increpare
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396283&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stephen Lavelle (increpare)
Assigned to: Nobody/Anonymous (nobody)
Summary: cursor keys inserts characters rather than moving caret
Initial Comment:
Pd version 0.43.0-extended-20110821
Mac OS X 10.7
create an object
type some stuff in it
try pressing left and right - note that instead of moving the caret left and right, squares with question marks in them appear.
(I checked, and this doesn't happen in 0.42.5-extended)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3396283&group_…
Bugs item #3395985, was opened at 2011-08-22 00:31
Message generated for change (Tracker Item Submitted) made by increpare
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3395985&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Stephen Lavelle (increpare)
Assigned to: Nobody/Anonymous (nobody)
Summary: Resizing window causes selection box to appear
Initial Comment:
Pd version 0.43.1-extended-20110821
Mac OSX 10.7/Intel
pd 0.42.5 has a
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=3395985&group_…
Hi -
I was just tinkering around with some of the graphics in puredata, before
noticing that there's a GUI rewrite project underway (
http://puredata.info/dev/PdGuiRewrite ). Could someone tell me what the
status of this is?
I've been tinkering around a little in the code myself,
https://lh6.googleusercontent.com/-SKz32YaPs3U/TlBQKiAHtyI/AAAAAAAAAdk/_mjg…
but see that some of the things I had in mind to do are on their to-do list,
and I may have some other usability suggestions as well.
Patches item #3395874, was opened at 2011-08-21 21:05
Message generated for change (Tracker Item Submitted) made by patrco
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3395874&group_…
Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: pd-extended
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Patrice Colet (patrco)
Assigned to: Nobody/Anonymous (nobody)
Summary: build on msys
Initial Comment:
those patches allow to build pd with libtools on msys, like OSX and linux
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=3395874&group_…