Bugs item #1837649, was opened at 2007-11-24 17:30
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1837649&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.39.2
Status: Open
Resolution: None
Priority: 5
Private: …
[View More]No
Submitted By: IOhannes m zmölnig (zmoelnig)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: pd-extended's "make" does "make install"
Initial Comment:
when doing a "make" in pd-extended (as root), will install everything to /usr/local/
this is _not_ what is usually expected: use "make install" when you want to install things with make.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1837649&group_…
[View Less]
hi:
I am new learner with PD.when I install flext in Windows with : build pd
msvc , according to build.txt, it keeping spiting :
source\flstdc.h(69) : fatal error C1083: Cannot open include file:
'm_pd.h': No
such file or directory
NMAKE : fatal error U1077: 'cl' : return code '0x2'
Stop.
NMAKE : fatal error U1077: 'C:\PROGRA~1\MICROS~4\VC98\BIN\NMAKE.EXE' :
return
de '0x2'
Stop.
if I have not set some enviroment virables? how can I fix the problem?
thanks
--
XiaoBing-Liu
…
[View More]Peking University Founder R&D Center
Best Regrads,yours sincerely!
[View Less]
Patches item #1836221, was opened at 2007-11-21 23:15
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221&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: Closed
>Resolution: Duplicate
Priority: 5
Private: …
[View More]No
Submitted By: Russell Bryant (russellbryant)
>Assigned to: Hans-Christoph Steiner (eighthave)
Summary: [patch] fix CFLAGS and LDFLAGS for Darwin
Initial Comment:
When I went to compile pd on my powerbook, I noticed that "-arch i386 -arch ppc" were both being added to the CFLAGS and LDFLAGS. I noticed when I got a bunch of linker errors.
I patched configure.in to check to see if the target architecture is powerpc or not, and to set arch in the CFLAGS and LDFLAGS accordingly.
I'm not sure if this was done this way in regards to making universal binaries, but I just know that it didn't work for me, and this fixed it. :)
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-23 14:27
Message:
Logged In: YES
user_id=27104
Originator: NO
Thanks for the submission :)
Those flags are for building fat binaries. There is a patch (#1821459) to
create a ./configure flag --disable-fat to build for only for the current
architecture.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221&group_…
[View Less]
Patches item #1836228, was opened at 2007-11-21 23:37
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836228&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: 5
Private: No
Submitted …
[View More]By: Russell Bryant (russellbryant)
>Assigned to: Miller Puckette (millerpuckette)
Summary: [patch] simplify pd_makeversion() in src/s_main.c
Initial Comment:
This minor patch simplifies the pd_makeversion() function in src/s_main.c.
It replaces the sprintf / malloc / strcpy, with the equivalent single call to asprintf. It also provides the side benefit of removing the length limitation introduced by the intermediary stack buffer (with bounds that weren't being checked).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2007-11-23 14:24
Message:
Logged In: YES
user_id=27104
Originator: NO
Funny, I originally submitted the patch with this function and it included
asprintf(). Miller accepted the patch, but replaced the asprintf() with
the sprintf/malloc/strcpy combo, with only this comment:
"modified to avoid the effete asprintf() call, then took for 0.40"
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836228&group_…
[View Less]
Hi,
I have deleted Miller's reply where he said that he's not that interested
in adding a string type to Pd, but I'd like to ask him a couple of
questions regarding that response, if that's ok.
1. How do you propose to solve the 'spaces in file path' issue without a
string type? Or are you content with that restriction?
2. How do you suggest that people deal with the symbol table pollution
issue mentioned before on this list, when they are doing operations
processing lots and lots of symbol-…
[View More]strings in Pd? Let me know if you
want more information about this issue.
3. Will a [symbol2list] ever make it into Pd canonical so that people
can split long symbols on a character, like the zexy external that does
this? It seems strange that you can concatenate symbols, but not split
them apart again.
4. Can anyone else help me with a concise summary of other string/Pd
issues I haven't thought of?
Thanks for taking the time to read and reply.
Best,
Chris.
-------------------
http://mccormick.cx
[View Less]
Patches item #1836228, was opened at 2007-11-21 22:37
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836228&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: 5
Private: …
[View More]No
Submitted By: Russell Bryant (russellbryant)
Assigned to: Nobody/Anonymous (nobody)
Summary: [patch] simplify pd_makeversion() in src/s_main.c
Initial Comment:
This minor patch simplifies the pd_makeversion() function in src/s_main.c.
It replaces the sprintf / malloc / strcpy, with the equivalent single call to asprintf. It also provides the side benefit of removing the length limitation introduced by the intermediary stack buffer (with bounds that weren't being checked).
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836228&group_…
[View Less]
Patches item #1836221, was opened at 2007-11-21 22:15
Message generated for change (Settings changed) made by russellbryant
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221&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: 5
Private: No
…
[View More]Submitted By: Russell Bryant (russellbryant)
Assigned to: Nobody/Anonymous (nobody)
>Summary: [patch] fix CFLAGS and LDFLAGS for Darwin
Initial Comment:
When I went to compile pd on my powerbook, I noticed that "-arch i386 -arch ppc" were both being added to the CFLAGS and LDFLAGS. I noticed when I got a bunch of linker errors.
I patched configure.in to check to see if the target architecture is powerpc or not, and to set arch in the CFLAGS and LDFLAGS accordingly.
I'm not sure if this was done this way in regards to making universal binaries, but I just know that it didn't work for me, and this fixed it. :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221&group_…
[View Less]
Patches item #1836221, was opened at 2007-11-21 22:15
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221&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: 5
Private: …
[View More]No
Submitted By: Russell Bryant (russellbryant)
Assigned to: Nobody/Anonymous (nobody)
Summary: fix CFLAGS and LDFLAGS for Darwin
Initial Comment:
When I went to compile pd on my powerbook, I noticed that "-arch i386 -arch ppc" were both being added to the CFLAGS and LDFLAGS. I noticed when I got a bunch of linker errors.
I patched configure.in to check to see if the target architecture is powerpc or not, and to set arch in the CFLAGS and LDFLAGS accordingly.
I'm not sure if this was done this way in regards to making universal binaries, but I just know that it didn't work for me, and this fixed it. :)
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1836221&group_…
[View Less]
Bugs item #1836108, was opened at 2007-11-21 14:28
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1836108&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: Open
Resolution: None
Priority: 5
Private: No
…
[View More]Submitted By: Nobody/Anonymous (nobody)
Assigned to: Nobody/Anonymous (nobody)
Summary: [folder_list] bug on windows XP
Initial Comment:
On Windows XP, the object [folder_list] from Hans is not working well with .pd files.
When we choose the "*.pd" selector, it returns files with the string ".p" added.
See the attached picture.
Take a look and thanks for the job.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1836108&group_…
[View Less]
Hey all,
I am thinking it's about time that we have a standard profile in a
full featured IDE for developing Pd. I am thinking that Eclipse is
the best bet since it runs everywhere, it's free, and it already has
C/C++ and Tcl modes.
Has anyone worked with Pd+Eclipse at all? Anyone want to help make a
Pd project profile? I think the key idea would be to make an Eclipse
project to allow people to develop their externals wherever they
want, but make sure that the code from that …
[View More]project can easily drop
into the Pd-extended build system.
.hc
------------------------------------------------------------------------
----
Terrorism is not an enemy. It cannot be defeated. It's a tactic.
It's about as sensible to say we declare war on night attacks and
expect we're going to win that war. We're not going to win the war
on terrorism. - retired U.S. Army general, William Odom
[View Less]