[PD-dev] libraries with debug symbols

2012-02-03 Thread Roman Haefeli
Hi 

Is there a way to compile libraries from svn with debug symbols using
the template Makefile _without_ editing the Makefile?

I can pass CFLAGS=-g to make, but the resulting externals are still
stripped.

Roman


___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] libraries with debug symbols

2012-02-03 Thread IOhannes zmölnig
On 02/03/2012 01:30 PM, Roman Haefeli wrote:
 Hi 
 
 Is there a way to compile libraries from svn with debug symbols using
 the template Makefile _without_ editing the Makefile?
 
 I can pass CFLAGS=-g to make, but the resulting externals are still
 stripped.
 

looking at the latest template Makefile, it seems that externals are
only stripped on installation.
if you can live without make install, you will get un-stripped binaries.

if you cannot live without make install, setting STRIP to something
harmless should do the trick:
$ make clean
$ make install STRIP=true CFLAGS=-g

fgmasdr
IOhannes



signature.asc
Description: OpenPGP digital signature
___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] Questions concerning library template

2012-02-03 Thread Thomas Mayer
Hello,

I have just tried to compile and load the latest version of PuREST JSON
in Windows. Compilation is no problem, and I have copied the resulting
files to %PROGRAM FILES%\pd\extra\purest_json\ including
libpurest_json.dll, but the loader cannot find this dll, see
https://github.com/residuum/PuRestJson/issues/7

Any idea, why this is the case? Do I need to copy this dll somewhere else?

Another issue I am currently working on:
Unicode in JSON, where json-c has a bug in the released version
(https://github.com/residuum/PuRestJson/issues/5). Instead of waiting
for json-c to be released with this bug fixed, I could change all
unicode characters to lowercase. Is there an easy way to do this,
basically replacing stuff like \u00E7 with \u00e7. Regex? (how in
C?) Seems like my high-level knowledge is not enough for that.

Thanks for your help,
Thomas
-- 
From the perspective of communication analysis, government is not
an instrument of law and order, but of law and disorder. (Gracchus
Gruad in: Robert Shea  Robert A. Wilson, The Golden Apple)
http://www.residuum.org/

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-3484047 ] atom boxes

2012-02-03 Thread SourceForge . net
Bugs item #3484047, was opened at 2012-02-03 15:25
Message generated for change (Tracker Item Submitted) made by nobody
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3484047group_id=55736

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: Nobody/Anonymous (nobody)
Assigned to: Hans-Christoph Steiner (eighthave)
Summary: atom boxes

Initial Comment:
I can't change the number values in any of the ways mantioned in the help menu.

--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detailatid=478070aid=3484047group_id=55736

___
Pd-dev mailing list
Pd-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev