Patches item #1217414, was opened at 2005-06-09 02:27
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217414&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: 3
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: change defines MACOSX to __APPLE__
Initial Comment:
gcc defines __APPLE__ automatically on Mac OS X so
there is no need for the -DMACOSX, #ifdef MACOSX, etc
This patch just changes every relevant instance of
MACOSX to __APPLE__ and removes -DMACOSX in configure.in.
This does not change the functionality at all, but
cleans up the code, using standard constructs, and
makes things consistent with __linux__ and __FreeBSD__.
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-12-02 13:23
Message:
Logged In: YES
user_id=27104
Rather than a patch, its much easier to just run this sed
command:
sed -i.bak 's/MACOSX/__APPLE__/g' *.[ch]
This will only replace #ifdefs and comments, it won't affect
any code. These leaves -DMACOSX in the makefile for legacy
support.
On Windows, MSVC, Cygwin, and MinGW use WIN32 and the
automatic platform define. But the sed replacement isn't as
straightforward.
----------------------------------------------------------------------
Comment By: IOhannes m zmölnig (zmoelnig)
Date: 2005-09-30 09:00
Message:
Logged In: YES
user_id=564396
assigned to miller.
its oh so bad, that w32 doesn't really have such an
automatic define.
(mingw does define __WIN32__; probably it would be good to
add that one to the NT/MSW magic in m_pd.h)
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-06-09 14:10
Message:
Logged In: YES
user_id=27104
For Apple documentation on this topic, check out the
"Predefined Macros" section of this webpage:
http://developer.apple.com/technotes/tn2002/tn2071.html
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217414&group_…
btw i'm making efforts to "fix" warnings that i get with using "scons
wall=1", which turns on "-Wall" in gcc.
This is so that new warnings are more easily noticed, and because unused
variables make the code more difficult to understand.
i've fixed most of them already. (except in g_*.c)
____________________________________________________________________
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
Freelance Digital Arts Engineer, Montréal QC Canada
Patches item #1371767, was opened at 2005-12-02 10:22
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=1371767&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
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: fixed MACOSX Help menu bug
Initial Comment:
I figured out a way to use symlinks instead of copying
files for the Help Browser on OSX.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1371767&group_…
cc'ed to pd-dev, so that newbies like me can find the
info!
--- Hans-Christoph Steiner <hans(a)eds.org> wrote:
> - class_sethelpsymbol() is optional. Pd will
> automatically set the
> help patch if its not specified. I recommend that
> you don't use it
right, but is the default name help-myobject.pd or
simply myobject.pd?
> - I recommend that you make a personal folder in CVS
> externals/. In
> there you can make separate libraries my directory.
> For example, I
> have externals/hcs, and in that externals/hcs/hid,
> or
> externals/ggee/gui for example.
>
> - for Makefile, check out externals/Makefile. You
> can follow cxc:,
> cxc_install: or smlib:, smlib_install: for an
> example. It should be
> pretty straightforward.
externals/ekext is my directory. I have on several
occaisions cvs-ed voicing_detector~ and zeroxpos~, but
they do not appear to have worked, despite the cvs
reporting back that no conflicts were found? Last time
I cvs-ed them was yesterday...
Best,
Ed
->
->
-->
--->
----->
-------->
-------------> r3search + praktik EK5perimenz
___________________________________________________________
Yahoo! Model Search 2005 - Find the next catwalk superstars - http://uk.news.yahoo.com/hot/model-search/
> "Instead of imagining that our main task is to instruct a computer what
> to do, let us concentrate rather on explaining to human beings what we
> want a computer to do." -Donald Knuth
Well, that quote is p(r)etty idealism... What we want is not to program
for the computers, nor to program for the programmers: what we want to
program for, is the future merging of branches. That's it. No fuss about
it. Just thought it had to be said. Don't bother about Knuth. Don't worry
about Knuth.
____________________________________________________________________
Mathieu Bouchard - tél:+1.514.383.3801 - http://artengine.ca/matju
Freelance Digital Arts Engineer, Montréal QC Canada
Bugs item #1119968, was opened at 2005-02-10 06:44
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1119968&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: Fixed
Priority: 5
Submitted By: Guenter Geiger (ggeiger)
Assigned to: Nobody/Anonymous (nobody)
Summary: Opening Help patches from "Pure Documentation"
Initial Comment:
Hi,
Seems that the new shortcuts to the documentation has
broken
the old documentation browser.
The problem is that when using the browser, the variable
help_directory gets updated to the current subdir of
the documentation,
which in turn confuses the automatic menu generation
for the newly
opened patch, and the patch doesn't open.
PD version is 0.38-2
Guenter
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-12-02 02:42
Message:
Logged In: YES
user_id=27104
This bug has been fixed in Pd-extended and the help menu has
been removed from Pd-0.39.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1119968&group_…
Bugs item #1371511, was opened at 2005-12-02 02:41
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=1371511&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
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: declaration of `y1' shadows a global declaration
Initial Comment:
When using math.h on Darwin, the y1 variable causes
lots of warnings.
../../pd/src/g_canvas.h:247: warning: declaration of
`y1' shadows a global declaration
/usr/include/architecture/ppc/math.h:483: warning:
shadowed declaration is here
Renaming y1 in g_canvas.h would fix this problem.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1371511&group_…
Patches item #1371497, was opened at 2005-12-02 01:59
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=1371497&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: 7
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: tiny fix on optional MacOS X/Jack
Initial Comment:
This patch has no effect unless Pd is compiled with
--enable-jack on Mac OS X. It will not affect any
other kind of build. This patch makes the Jack
dependency optional. Apple calls it "weak libraries",
aka "soft imports".
Here's the very simple patch:
--- configure.in 16 Aug 2005 04:06:28 -0000
1.15
+++ configure.in 2 Dec 2005 06:56:30 -0000
@@ -316,11 +316,11 @@
EXTERNTARGET=pd_darwin
if test x$jack == "xyes";
then
- LDFLAGS=$LDFLAGS" -framework Jack"
+ LDFLAGS=$LDFLAGS" -weak_framework Jack"
fi
if test x$jack == "xrun";
then
- LDFLAGS=$LDFLAGS" -framework Jack"
+ LDFLAGS=$LDFLAGS" -weak_framework Jack"
fi
fi
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1371497&group_…
Patches item #1217759, was opened at 2005-06-09 16:20
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217759&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: 7
Submitted By: Hans-Christoph Steiner (eighthave)
>Assigned to: Miller Puckette (millerpuckette)
Summary: small font/display change
Initial Comment:
I would like to propose a minor font change to make
text more readable. First, in the console, make the
text regular rather than bold. Usually regular fonts
are used in terminal windows and bold is only for
highlights.
-text .printout.text -relief raised -bd 2 -font
-*-courier-bold--normal--12-* +text .printout.text -relief raised -bd 2 -font
-*-courier-regular--normal--12-*
Secondly, courier is not a font meant for reading text,
but rather terminals and things like that. So I
propose changing the default font in text windows (not
used very often) to Times Regular 14 point.
- text $name.text -relief raised -bd 2 -font
-*-courier-bold--normal--12-* + text $name.text -relief raised -bd 2 -font
-*-times-regular--normal--14-*
Attached is a diff patch file. This should work on all
platforms since those fonts are already used within Pd.
Lastly is a Mac OS X only change: setting minimun
line size for anti-aliasing. If set to 1 or 0, then
every line will be anti-aliased. While this makes
connections and circles in [bng] and such look really
good, it makes boxes and messages look out of focus.
Setting this to 2 makes it so only the thick audio rate
connections are anti-aliased
+ set tk::mac::CGAntialiasLimit 2
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-12-02 01:27
Message:
Logged In: YES
user_id=27104
This accepted in one form or another.
----------------------------------------------------------------------
Comment By: Miller Puckette (millerpuckette)
Date: 2005-07-15 20:54
Message:
Logged In: YES
user_id=313747
Took the Helvetica and antialiasing patches... left the
console in bold for
now because normal is less legible on linux. Perhaps this
should be set
platform-dependently.
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1217759&group_…
Patches item #1204294, was opened at 2005-05-18 09:51
Message generated for change (Comment added) made by eighthave
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1204294&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: Accepted
Priority: 7
Submitted By: Hans-Christoph Steiner (eighthave)
Assigned to: Miller Puckette (millerpuckette)
Summary: Jack/TclTk/pdtcl build fixes on Mac OS X
Initial Comment:
This patch allows the Pd.app to be built with Jack
support on Mac OS X and it looks for the TclTk
Frameworks first in the standalone Wish Shell.app then
in the standard location (/Library/Frameworks).
----------------------------------------------------------------------
>Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-12-02 01:24
Message:
Logged In: YES
user_id=27104
Everything but the Jack stuff was taken. Time to submit a
new, Jack-only patch.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-07-24 22:02
Message:
Logged In: YES
user_id=27104
MACOSX_DEPLOYMENT_TARGET=10.2 is necessary on Mac OS X to
support weak linking of frameworks. Since its just a
environment variable, it should be safely ignored on other
platforms.
The included patch assumes that the
darwin_linking_fixes.patch has already been applied.
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-06-06 20:21
Message:
Logged In: YES
user_id=27104
I figured out how to make the Jack.framework dependency
optional. Apple calls it "weak libraries", aka "soft
imports". To make it work for Jack, change the two lines in
configure.in from "-framework Jack" to "-weak_framework
Jack". Ideally, Pd would then test to see if Jack is
available before switching to it, otherwise it'll just
crash. Here's apple's method of testing:
http://developer.apple.com/documentation/mac/runtimehtml/RTArch-43.html
----------------------------------------------------------------------
Comment By: Hans-Christoph Steiner (eighthave)
Date: 2005-05-22 01:53
Message:
Logged In: YES
user_id=27104
- allows the Pd.app to be built with Jack support on Mac OS X.
- fixed linking problem that caused bunk builds with Tcl/Tk
newer than 8.4.4
- configure now looks for the Tcl and Tk frameworks
- pdtcl renamed to libPdTcl.dylib according to Mac OS X standard
----------------------------------------------------------------------
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=478072&aid=1204294&group_…