You can subscribe to this list here.
2010 |
Jan
|
Feb
|
Mar
(6) |
Apr
|
May
|
Jun
|
Jul
(5) |
Aug
(2) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2011 |
Jan
(6) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2012 |
Jan
|
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(9) |
Sep
|
Oct
|
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(2) |
Jul
(2) |
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Eric Prud'h. <er...@w3...> - 2010-07-06 20:29:35
|
I have a project where swig -c++ -python swig/SWObjects.i works but swig -c++ -java swig/SWObjects.i fails with [[ swig/SWObjects.i:3: Error: Unable to find 'std_set.i' /usr/local/share/swig/2.0.0/std/std_basic_string.i:2: Error: Unable to find 'std_container.i' /usr/local/share/swig/2.0.0/std/std_basic_string.i:3: Error: Unable to find 'std_alloc.i' /usr/local/share/swig/2.0.0/std/std_basic_string.i:4: Error: Unable to find 'std_char_traits.i' ]]. The -python codepath includes /usr/local/share/swig/2.0.0/std/std_set.i ; the -java codepath looks in [[ open("std_set.i", O_RDONLY) = ENOENT open("./std_set.i", O_RDONLY) = ENOENT open("lib/std_set.i", O_RDONLY) = ENOENT open("interface/std_set.i", O_RDONLY) = ENOENT open("./swig_lib/java/std_set.i", O_RDONLY) = ENOENT open("/usr/local/share/swig/2.0.0/java/std_set.i", O_RDONLY) = ENOENT → open("./swig_lib/std_set.i", O_RDONLY) = ENOENT → open("/usr/local/share/swig/2.0.0/std_set.i", O_RDONLY) = ENOENT open("./std_set.i", O_RDONLY) = ENOENT open("swig/std_set.i", O_RDONLY) = ENOENT ]] while the python codepath looks for *std/*std_set.i . Attempting to cheat fate with cp ../std/{std_container.i,std_set.i,std_alloc.i,std_char_traits.i} /usr/local/share/swig/2.0.0/java I confuse swig /usr/local/share/swig/2.0.0/java/std_set.i:93: Error: Syntax error in input(3). with this line: [[ %traits_swigtype(_Key); ]] — /usr/local/share/swig/2.0.0/java/std_set.i:93 ^^^^^ well, std/ really http://prdownloads.sourceforge.net/swig/swig-2.0.0.tar.gz SWIG Version 2.0.0 Compiled with g++ [i686-pc-linux-gnu] Minimal setup to reproduce the bug furnished upon request. -- -ericP |
From: Eric Prud'h. <er...@w3...> - 2010-07-06 15:02:47
|
I have a project where swig -c++ -python swig/SWObjects.i works but swig -c++ -java swig/SWObjects.i fails with [[ swig/SWObjects.i:3: Error: Unable to find 'std_set.i' /usr/local/share/swig/2.0.0/std/std_basic_string.i:2: Error: Unable to find 'std_container.i' /usr/local/share/swig/2.0.0/std/std_basic_string.i:3: Error: Unable to find 'std_alloc.i' /usr/local/share/swig/2.0.0/std/std_basic_string.i:4: Error: Unable to find 'std_char_traits.i' ]]. The -python codepath includes /usr/local/share/swig/2.0.0/std/std_set.i ; the -java codepath looks in [[ open("std_set.i", O_RDONLY) = ENOENT open("./std_set.i", O_RDONLY) = ENOENT open("lib/std_set.i", O_RDONLY) = ENOENT open("interface/std_set.i", O_RDONLY) = ENOENT open("./swig_lib/java/std_set.i", O_RDONLY) = ENOENT open("/usr/local/share/swig/2.0.0/java/std_set.i", O_RDONLY) = ENOENT → open("./swig_lib/std_set.i", O_RDONLY) = ENOENT → open("/usr/local/share/swig/2.0.0/std_set.i", O_RDONLY) = ENOENT open("./std_set.i", O_RDONLY) = ENOENT open("swig/std_set.i", O_RDONLY) = ENOENT ]] while the python codepath looks for *std/*std_set.i . Attempting to cheat fate with cp ../std/{std_container.i,std_set.i,std_alloc.i,std_char_traits.i} /usr/local/share/swig/2.0.0/java I confuse swig /usr/local/share/swig/2.0.0/java/std_set.i:93: Error: Syntax error in input(3). with this line: [[ %traits_swigtype(_Key); ]] — /usr/local/share/swig/2.0.0/java/std_set.i:93 ^^^^^ well, std/ really http://prdownloads.sourceforge.net/swig/swig-2.0.0.tar.gz SWIG Version 2.0.0 Compiled with g++ [i686-pc-linux-gnu] Minimal setup to reproduce the bug furnished upon request. -- -ericP |
From: Michael V. <mik...@ya...> - 2010-03-30 21:19:44
|
Hi, My name is Michael Viana, I am the student currently working with Helen Chen on the COI demo. I was just wondering what the status of the JNI wrapper is and whether it is based on the SWTransformer or the new sparql.exe. I'd also be happy to lend a hand if need be, I'm not very familiar with JNI but I've been looking at the source code for SWtransformer and understand a little bit with respect to how the process would work. Michael Viana __________________________________________________________________ The new Internet Explorer® 8 - Faster, safer, easier. Optimized for Yahoo! Get it Now for Free! at http://downloads.yahoo.com/ca/internetexplorer/ |
From: Helen C. <ch...@uw...> - 2010-03-29 20:20:57
|
Eric Yes, we are ready to test the JNI part. Will post any results back to the list Helen -----Original Message----- From: Eric Prud'hommeaux [mailto:er...@w3...] Sent: Monday, March 29, 2010 4:18 PM To: swo...@li...; Mathew Cherian Subject: [SWObjects-devel] swig progress on SWObjects Helen, Matt mentioned on IRC that he'd gotten some swig stuff working. I believe he's ready to check it in, modulo figuring out if swig really demands that he change include paths in some of the headers. Do you want to invite the JNI folks to use this list to keep in touch with Matt? -- -ericP ------------------------------------------------------------------------------ Download Intel® Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune applications for parallel performance. See why Intel Parallel Studio got high marks during beta. http://p.sf.net/sfu/intel-sw-dev _______________________________________________ SWObjects-devel mailing list SWO...@li... https://lists.sourceforge.net/lists/listinfo/swobjects-devel |
From: Eric Prud'h. <er...@w3...> - 2010-03-29 20:18:29
|
Helen, Matt mentioned on IRC that he'd gotten some swig stuff working. I believe he's ready to check it in, modulo figuring out if swig really demands that he change include paths in some of the headers. Do you want to invite the JNI folks to use this list to keep in touch with Matt? -- -ericP |
From: Eric Prud'h. <er...@w3...> - 2010-03-29 19:23:04
|
* Helen Chen <ch...@uw...> [2010-03-29 13:59-0400] > Team, > > It seems the newly released SPARQL.exe is not equivalent with former SWObject.exe. > > For the COI demo, we used to get SPARQL (sdtm.rq) to SPARQL (hl7) transformation using the mapping rule (hl7-sdtm.rq) file. But now I only get a "select" title, no the SPARQL statement generated by SWObject.exe before. > > D:\aca\coi\bin>SPARQL -p ../kb/sdtm.rq ../kb/hl7-sdtm.rq > > > +----------+------+------+--------+------------+ > > > | ?patient | ?dob | ?sex | ?takes | ?indicDate | > > > +----------+------+------+--------+------------+ you're right, that shouldn't be there with the -p. Try using --pipe instead (the long forms of options are more stable while i'm searching for the optimal command line interface). adding --quiet suppresses that empty result set. i'll fix --pipe to do it in a few hours. SPARQL --pipe --quiet ../tests/healthCare/simple/sdtm.rq ../tests/healthCare/simple/hl7-sdtm.rq > Is there a document that explain how SPARQL.exe works? > > Helen > > > > Helen Chen, PhD > Agfa Healthcare Scientist-in-Residence > Health Studies & Gerontology > Faculty of Applied Health Science > University of Waterloo, Ontario, Canada, N2L 3G1 > O: 519 888 4567 X 32131 > F: 519 888 4343 > > > ------------------------------------------------------------------------------ > Download Intel® Parallel Studio Eval > Try the new software tools for yourself. Speed compiling, find bugs > proactively, and fine-tune applications for parallel performance. > See why Intel Parallel Studio got high marks during beta. > http://p.sf.net/sfu/intel-sw-dev > _______________________________________________ > SWObjects-devel mailing list > SWO...@li... > https://lists.sourceforge.net/lists/listinfo/swobjects-devel -- -ericP |
From: Helen C. <ch...@uw...> - 2010-03-29 18:11:39
|
Team, It seems the newly released SPARQL.exe is not equivalent with former SWObject.exe. For the COI demo, we used to get SPARQL (sdtm.rq) to SPARQL (hl7) transformation using the mapping rule (hl7-sdtm.rq) file. But now I only get a "select" title, no the SPARQL statement generated by SWObject.exe before. D:\aca\coi\bin>SPARQL -p ../kb/sdtm.rq ../kb/hl7-sdtm.rq > +----------+------+------+--------+------------+ > | ?patient | ?dob | ?sex | ?takes | ?indicDate | > +----------+------+------+--------+------------+ > Is there a document that explain how SPARQL.exe works? Helen Helen Chen, PhD Agfa Healthcare Scientist-in-Residence Health Studies & Gerontology Faculty of Applied Health Science University of Waterloo, Ontario, Canada, N2L 3G1 O: 519 888 4567 X 32131 F: 519 888 4343 |
From: Eric Prud'h. <er...@w3...> - 2010-03-11 18:21:06
|
Welcome to the SWObjects-devel mailing list, a list related to development of the SWObjects library hosted at sourceforge.net: https://sourceforge.net/projects/swobjects/ I'm Eric Prud'hommeaux [E], a SemWeb geek and coder. My immediate plans are to implement FeDeRate [F] in SWObjects so it can integrate SQL data sources into federated queries like the 7tm receptor demo [7]. I'm a C++ hacker who has also implemented FeDeRate in object perl and scala [S]. [E] http://www.w3.org/People/Eric/ [F] http://esw.w3.org/topic/FeDeRate [7] http://www.w3.org/2009/08/7tmdemo#query1 [S] http://dvcs.w3.org/hg/FeDeRate/ -- -ericP |