Patches item #2848888, was opened at 2009-09-02 01:29
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848888&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: bugfix
Status: Open
Resolution: None
Priority: 9
Private: No
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Windows/Cygwin/MinGW build fixes
Initial Comment:
In order to build on Cygwin and MinGW cleanly and with a simple build system, the macro 'MSW' should be replaced with the automatic macro '_WIN32' (the preceeding underscore is important). It should be replaced in all .c and .h files, and can be done using a simple replace, like "sed -i 's|MSW|_WIN32|' *.[ch]". Then the patch attached fixes a couple of minor Cygwin-specific macro tests. Also, once MSW is replaced with _WIN32, then this chunk of code can also be removed from m_pd.h:
/* old name for "MSW" flag -- we have to take it for the sake of many old
"nmakefiles" for externs, which will define NT and not MSW */
#if defined(NT) && !defined(MSW)
#define MSW
#endif
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-28 13:35
Message:
Ok, these patches are pretty messy in their current form. Miller, let me
know whether you want cleaned up patches, or whether you just want to take
this stuff directly from the pd-gui-rewrite/0.43 branch.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-09-03 16:11
Message:
Wait, there's more! Its a tiny one.ASIO is C++, so Pd should use g++ when
including ASIO, therefore everything needs to build with g++. From what
I've read, when linking C++ into C, then main() needs to be compiled with
g++ and everything needs to be linked using g++.
So, this newest fix is just a one-liner that g++ pointed out in its
strictness. Basically there is a malloc() that isn't cast in
u_pdreceive.c:
http://pure-data.svn.sourceforge.net/viewvc/pure-data/branches/pd-gui-rewri…
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-09-02 18:57
Message:
Ok, so now I had to sort out the HAVE_UNISTD_H define, that one was
basically being used as: #ifndef _WIN32, so I put that in instead. MinGW
has unistd.h, so HAVE_UNISTD_H was causing issues. But MinGW is WIN32 API,
so it doesn't have all the UNIXy stuff.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2848888&group_…
Patches item #2887446, was opened at 2009-10-27 16:15
Message generated for change (Settings changed) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2887446&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: Closed
>Resolution: Accepted
Priority: 2
Private: No
Submitted By: Lorenzo (lorenzosu)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: Italian translation
Initial Comment:
Added a the missing/place-holder entries and corrected some of the present ones.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-27 17:21
Message:
I checked this in. There seems to be some word choices that differ from
the original file from mescalinum, so you guys might want to talk about it.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2887446&group_…
Bugs item #2886083, was opened at 2009-10-25 15:40
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&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: gnd gnd (gndgnd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd-extended doesnt install under Ubuntu 9.10
Initial Comment:
The 9.10 version of Ubuntu is out in 4 days from now. I tried installing pd-extended for 9.04 version but it misses dependencies - libmagick++1. In 9.10 there is libmagick++2. If i force the install PD runs OK, GEM doesnt load because opf missing libmagick++1 libraries. However if i compile GEM from sources, it is OK. Please fix the dependencies issue for Ubuntu 9.10 and make a .deb package.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-27 16:44
Message:
Hey, this is great! You should post it to the pd-list and/or forum for
other users. I'll try it once I upgrade my machine.
As for the bitstream font issue, that will be fixed in Pd-extended 0.42.5.
If you want to try fixing it in your package, look in pd/src/u_main.tk and
pd/src/s_main.c and replace "Bitstream Vera Sans Mono" with "DejaVu Sans
Mono" (I think, double-check that). Then edit
packages/linux_make/debian/control to change the package dependency.
----------------------------------------------------------------------
Comment By: gnd gnd (gndgnd)
Date: 2009-10-27 16:32
Message:
i think this will be of interest to you:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461308
"
please remove ttf-bitstream-vera, it is completely superseeded by its
improved version named ttf-dejavu.
"
----------------------------------------------------------------------
Comment By: gnd gnd (gndgnd)
Date: 2009-10-27 16:19
Message:
geez, the last two comments are mine - i forgot to login ..
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 16:18
Message:
ah and one more thing - i had to manually install ttf-bitstream-vera
because it isnt in Ubuntu 9.10
is it possible to make pd use sth else then vera ?
The package is uninstalable like this because of the missing package.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 16:04
Message:
hello, I compiled it and you can find the package here:
http://gondapeter.sk/files/Pd-0.41.4-extended.deb
I did one change in the code because without it i couldnt compile GEM:
http://lists.puredata.info/pipermail/gem-dev/2009-10/004211.html
but i think its not important ..
cheers...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-25 21:59
Message:
I don't have access to a 9.10 machine yet. It should be pretty easy to
build there tho. Try it out, and we can post your build for others. FIrst
install the required packages:
http://puredata.info/docs/developer/Debian
Then build the pd-extended package:
http://puredata.info/docs/developer/BuildingPdExtended
If you have any troubles, try irc://irc.freenode.net/dataflow and/or the
pd-dev list: http://puredata.info/community/lists
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&group_…
Bugs item #2886083, was opened at 2009-10-25 20:40
Message generated for change (Comment added) made by gndgnd
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&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: gnd gnd (gndgnd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd-extended doesnt install under Ubuntu 9.10
Initial Comment:
The 9.10 version of Ubuntu is out in 4 days from now. I tried installing pd-extended for 9.04 version but it misses dependencies - libmagick++1. In 9.10 there is libmagick++2. If i force the install PD runs OK, GEM doesnt load because opf missing libmagick++1 libraries. However if i compile GEM from sources, it is OK. Please fix the dependencies issue for Ubuntu 9.10 and make a .deb package.
----------------------------------------------------------------------
Comment By: gnd gnd (gndgnd)
Date: 2009-10-27 21:32
Message:
i think this will be of interest to you:
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=461308
"
please remove ttf-bitstream-vera, it is completely superseeded by its
improved version named ttf-dejavu.
"
----------------------------------------------------------------------
Comment By: gnd gnd (gndgnd)
Date: 2009-10-27 21:19
Message:
geez, the last two comments are mine - i forgot to login ..
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 21:18
Message:
ah and one more thing - i had to manually install ttf-bitstream-vera
because it isnt in Ubuntu 9.10
is it possible to make pd use sth else then vera ?
The package is uninstalable like this because of the missing package.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 21:04
Message:
hello, I compiled it and you can find the package here:
http://gondapeter.sk/files/Pd-0.41.4-extended.deb
I did one change in the code because without it i couldnt compile GEM:
http://lists.puredata.info/pipermail/gem-dev/2009-10/004211.html
but i think its not important ..
cheers...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-26 02:59
Message:
I don't have access to a 9.10 machine yet. It should be pretty easy to
build there tho. Try it out, and we can post your build for others. FIrst
install the required packages:
http://puredata.info/docs/developer/Debian
Then build the pd-extended package:
http://puredata.info/docs/developer/BuildingPdExtended
If you have any troubles, try irc://irc.freenode.net/dataflow and/or the
pd-dev list: http://puredata.info/community/lists
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&group_…
Bugs item #2886083, was opened at 2009-10-25 20:40
Message generated for change (Comment added) made by gndgnd
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&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: gnd gnd (gndgnd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd-extended doesnt install under Ubuntu 9.10
Initial Comment:
The 9.10 version of Ubuntu is out in 4 days from now. I tried installing pd-extended for 9.04 version but it misses dependencies - libmagick++1. In 9.10 there is libmagick++2. If i force the install PD runs OK, GEM doesnt load because opf missing libmagick++1 libraries. However if i compile GEM from sources, it is OK. Please fix the dependencies issue for Ubuntu 9.10 and make a .deb package.
----------------------------------------------------------------------
Comment By: gnd gnd (gndgnd)
Date: 2009-10-27 21:19
Message:
geez, the last two comments are mine - i forgot to login ..
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 21:18
Message:
ah and one more thing - i had to manually install ttf-bitstream-vera
because it isnt in Ubuntu 9.10
is it possible to make pd use sth else then vera ?
The package is uninstalable like this because of the missing package.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 21:04
Message:
hello, I compiled it and you can find the package here:
http://gondapeter.sk/files/Pd-0.41.4-extended.deb
I did one change in the code because without it i couldnt compile GEM:
http://lists.puredata.info/pipermail/gem-dev/2009-10/004211.html
but i think its not important ..
cheers...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-26 02:59
Message:
I don't have access to a 9.10 machine yet. It should be pretty easy to
build there tho. Try it out, and we can post your build for others. FIrst
install the required packages:
http://puredata.info/docs/developer/Debian
Then build the pd-extended package:
http://puredata.info/docs/developer/BuildingPdExtended
If you have any troubles, try irc://irc.freenode.net/dataflow and/or the
pd-dev list: http://puredata.info/community/lists
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&group_…
Bugs item #2886083, was opened at 2009-10-25 19:40
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&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: gnd gnd (gndgnd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd-extended doesnt install under Ubuntu 9.10
Initial Comment:
The 9.10 version of Ubuntu is out in 4 days from now. I tried installing pd-extended for 9.04 version but it misses dependencies - libmagick++1. In 9.10 there is libmagick++2. If i force the install PD runs OK, GEM doesnt load because opf missing libmagick++1 libraries. However if i compile GEM from sources, it is OK. Please fix the dependencies issue for Ubuntu 9.10 and make a .deb package.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 20:18
Message:
ah and one more thing - i had to manually install ttf-bitstream-vera
because it isnt in Ubuntu 9.10
is it possible to make pd use sth else then vera ?
The package is uninstalable like this because of the missing package.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 20:04
Message:
hello, I compiled it and you can find the package here:
http://gondapeter.sk/files/Pd-0.41.4-extended.deb
I did one change in the code because without it i couldnt compile GEM:
http://lists.puredata.info/pipermail/gem-dev/2009-10/004211.html
but i think its not important ..
cheers...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-26 01:59
Message:
I don't have access to a 9.10 machine yet. It should be pretty easy to
build there tho. Try it out, and we can post your build for others. FIrst
install the required packages:
http://puredata.info/docs/developer/Debian
Then build the pd-extended package:
http://puredata.info/docs/developer/BuildingPdExtended
If you have any troubles, try irc://irc.freenode.net/dataflow and/or the
pd-dev list: http://puredata.info/community/lists
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&group_…
Patches item #2887446, was opened at 2009-10-27 21:15
Message generated for change (Settings changed) made by lorenzosu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2887446&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: 2
Private: No
Submitted By: Lorenzo (lorenzosu)
Assigned to: Nobody/Anonymous (nobody)
Summary: Italian translation
Initial Comment:
Added a the missing/place-holder entries and corrected some of the present ones.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2887446&group_…
Patches item #2887446, was opened at 2009-10-27 21:15
Message generated for change (Tracker Item Submitted) made by lorenzosu
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2887446&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: Lorenzo (lorenzosu)
Assigned to: Nobody/Anonymous (nobody)
Summary: Italian translation
Initial Comment:
Added a the missing/place-holder entries and corrected some of the present ones.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=2887446&group_…
Bugs item #2886083, was opened at 2009-10-25 19:40
Message generated for change (Comment added) made by nobody
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&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: gnd gnd (gndgnd)
Assigned to: Nobody/Anonymous (nobody)
Summary: Pd-extended doesnt install under Ubuntu 9.10
Initial Comment:
The 9.10 version of Ubuntu is out in 4 days from now. I tried installing pd-extended for 9.04 version but it misses dependencies - libmagick++1. In 9.10 there is libmagick++2. If i force the install PD runs OK, GEM doesnt load because opf missing libmagick++1 libraries. However if i compile GEM from sources, it is OK. Please fix the dependencies issue for Ubuntu 9.10 and make a .deb package.
----------------------------------------------------------------------
Comment By: Nobody/Anonymous (nobody)
Date: 2009-10-27 20:04
Message:
hello, I compiled it and you can find the package here:
http://gondapeter.sk/files/Pd-0.41.4-extended.deb
I did one change in the code because without it i couldnt compile GEM:
http://lists.puredata.info/pipermail/gem-dev/2009-10/004211.html
but i think its not important ..
cheers...
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2009-10-26 01:59
Message:
I don't have access to a 9.10 machine yet. It should be pretty easy to
build there tho. Try it out, and we can post your build for others. FIrst
install the required packages:
http://puredata.info/docs/developer/Debian
Then build the pd-extended package:
http://puredata.info/docs/developer/BuildingPdExtended
If you have any troubles, try irc://irc.freenode.net/dataflow and/or the
pd-dev list: http://puredata.info/community/lists
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886083&group_…
Bugs item #2886832, was opened at 2009-10-27 02:56
Message generated for change (Comment added) made by zmoelnig
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886832&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: externals
Group: None
>Status: Pending
>Resolution: Out of Date
Priority: 5
Private: No
Submitted By: Nobody/Anonymous (nobody)
Assigned to: IOhannes m zmlnig (zmoelnig)
Summary: zexy tabdump gives only half of table
Initial Comment:
zexy tabdump gives only half of table on x64 system, because every second number in list is 0 (so the list has proper length)
----------------------------------------------------------------------
>Comment By: IOhannes m zmlnig (zmoelnig)
Date: 2009-10-27 09:56
Message:
this has been fixed with revision r10941 on 2009-04-01.
please upgrade your version of zexy (and btw always provide
version/compile information when submitting a bug)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=2886832&group_…