cris seems busy because i didn't get a reply on my mail. but maybe someone here knows about how to get the GPS data (or the google/android localisation information based on the wifi, networktower ID and gps) from within droidparty?
m.
Hi folks,
I don't want to spam the Pd list with Integra Live announcements, but given the level of interest here, I thought I'd post a link to the new Integra Live forum in case it got buried in the other thread:
http://integralive.org/forum
I look forward to meeting some of you over there!
best,
Jamie
Can you try the following:
Replace the code inside t_tkcmd.c line 585:
printf("error in file %s line %d: %s\n", buf,
interp->errorLine, Tcl_GetStringResult(interp));
with:
const char *trace = Tcl_GetVar(interp, "errorInfo",
TCL_GLOBAL_ONLY);
printf("error in file %s: %s\n", buf, trace);
Then, can you test if it all works ok and report? Thanks!
On 01/19/2013 11:00 AM, Ivica Ico Bukvic wrote:
> Quick "fix" is to comment the line 585 by putting // in front of it.
> The right way would be to figure out what changed betweeen 8.5 and 8.6
> to prevent this from working--since I am not using 8.6 I cannot tell
> for sure. What you can look for is documentation on Tcl_EvalFile call
> and more specifically its first argument (in the code we call that
> interp and get the interp->errorLine member which is apparently
> causing problems). Commenting this out should not have any negative
> impact on pd. This only provides a user-readable error if something in
> tcl/tk croaks at start-up...
>
> HTH
>
> On 01/19/2013 08:08 AM, Fero Kiraly wrote:
>> the problem is with he new version of Tcl/Tk 8.6.
>> When I made some little changes about version numbers in pd/Makefile,
>> the error is :
>>
>> t_tkcmd.c:589:55: error: 'Tcl_Interp' has no member named 'errorLine'
>>
>>
>> I tried to google, but with no effect. I am totally lost how to solve
>> this problem...
>>
>> --
>> Fero Kiraly
>> www.cluster-ensemble.com <http://www.cluster-ensemble.com>
>>
>>
>>
>> _______________________________________________
>> Pd-list(a)iem.at mailing list
>> UNSUBSCRIBE and account-management ->http://lists.puredata.info/listinfo/pd-list
>
>
> --
> Ivica Ico Bukvic, D.M.A
> Composition, Music Technology
> Director, DISIS Interactive Sound & Intermedia Studio
> Director, L2Ork Linux Laptop Orchestra
> Head, ICAT IMPACT Studio
> Virginia Tech
> Department of Music
> Blacksburg, VA 24061-0240
> (540) 231-6139
> (540) 231-5034 (fax)
> disis.music.vt.edu
> l2ork.music.vt.edu
> ico.bukvic.net
--
Ivica Ico Bukvic, D.M.A
Composition, Music Technology
Director, DISIS Interactive Sound & Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Department of Music
Blacksburg, VA 24061-0240
(540) 231-6139
(540) 231-5034 (fax)
disis.music.vt.edul2ork.music.vt.eduico.bukvic.net
Hello,
I am happy to announce version 0.9 of PuREST JSON, code name: Sailing to
Colchis.
PuREST JSON is a library for working with RESTful HTTP webservices, and
JSON data.
Authentication and authorization for webservices are available with
basic HTTP auth, cookie authentication, and OAuth. As an example for
OAuth authenticated webservices, a Twitter client is included.
Changes in the new version:
- [json-encode] writes and reads JSON data to and from files
- [oauth] does not use deprecated functions from liboauth 1.0
- Bugfixes and refactoring
Github page: https://github.com/residuum/PuRestJson
Binary downloads for Windows and Debian:
http://ix.residuum.org/pd/purest_json.html
Build instructions: https://github.com/residuum/PuRestJson/wiki/Compilation
Have fun,
Thomas
--
"Ich komme aus dem Staunen nicht heraus."
"Dann bleib halt drin, du Seppel"
(Dietmar Dath - Die Abschaffung der Arten)
http://www.residuum.org/
_______________________________________________
Pd-announce mailing list
Pd-announce(a)iem.at
http://lists.puredata.info/listinfo/pd-announce
the problem is with he new version of Tcl/Tk 8.6.
When I made some little changes about version numbers in pd/Makefile, the
error is :
t_tkcmd.c:589:55: error: ‘Tcl_Interp’ has no member named ‘errorLine’
I tried to google, but with no effect. I am totally lost how to solve this
problem...
--
Fero Kiraly
www.cluster-ensemble.com
Apologies for x-posting...
After 3 months of beta-testing, it is my great pleasure to announce first
stable release of pd-l2ork (v.20130111). Special thanks go to L2Orkists and
external contributors who have helped us make this a rock-solid release.
Pd-L2Ork now offers both tarballs and debs for both 32-bit and 64-bit
platforms and offers hundreds of bug-fixes, feature improvements, as well as
new features, including universal preset system, infinite undo, gui-based
widget editing, and more. Pd-L2Ork comes with latest svn/git versions of pd
documentation and Gem library, as well as a collection of most 3rd party
externals found in pd-extended. Pd-L2Ork also offers seamless integration
into the Ubuntu desktop, including Unity. Currently, pd-l2ork provides
support only for Linux platform.
For more info: http://l2ork.music.vt.edu/main/?page_id=56
Pd-l2ork git project page: https://github.com/pd-l2ork
Best wishes,
Ivica Ico Bukvic, D.M.A.
Composition, Music Technology
Director, DISIS Interactive Sound & Intermedia Studio
Director, L2Ork Linux Laptop Orchestra
Head, ICAT IMPACT Studio
Virginia Tech
Dept. of Music - 0240
Blacksburg, VA 24061
(540) 231-6139
(540) 231-5034 (fax)
ico(a)vt.edu
http://www.music.vt.edu/faculty/bukvic/