ekjstm / permafrost

Automatically exported from code.google.com/p/permafrost
0 stars 0 forks source link

Several syntax errors #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. pushd /permafrost/libjhdf/src/swig
swig -Wall -Wallkw -I../../../libhdf/src -ruby -xmlout
~/xml_rb/H5Opublic_wrap.xml H5Opublic_wrap.i
H5Fpublic_wrap.i:3: Error: Unable to find 'various.i'
H5Fpublic_wrap.i:11: Error: Unable to find 'arrays_java.i'
H5Otypes.i:72: Warning(314):  'type' is a ocaml keyword and it will
properly renamed
2. swig -Wall -Wallkw -I../../../libhdf/src -ruby -xmlout
~/xml_rb/H5Apublic_wrap.xml H5Apublic_wrap.i
H5Otypes.i:72: Warning(314):  'type' is a ocaml keyword and it will
properly renamed
H5Apublic_wrap.i:71: Error: Syntax error in input(1).
3. swig -Wall -Wallkw -I../../../libhdf/src -ruby -xmlout
~/xml_rb/H5Epublic_wrap.xml H5Epublic_wrap.i
H5Epublic_wrap.i:15: Error: Syntax error in input(1).
4. swig -Wall -Wallkw -I../../../libhdf/src -ruby -xmlout
~/xml_rb/H5Spublic_wrap.xml H5Spublic_wrap.i
H5Tpublic_wrap.i:274: Error: Syntax error in input(1).
5. swig -Wall -Wallkw -I../../../libhdf/src -ruby -xmlout
~/xml_rb/H5Ppublic_wrap.xml H5Ppublic_wrap.i
H5Gtypes.i:44: Warning(314):  'type' is a ocaml keyword and it will
properly renamed
H5Rpublic_wrap.i:198: Error: Syntax error in input(1).
H5Ppublic_wrap.i:33: Error: Unable to find 'arrays_java.i'

What is the expected output? 
no output

What do you see instead?
Several errors, e.g.
H5Ppublic_wrap.i:198: Error: Syntax error in input(1).

What version of the product are you using? 
trunk

On what operating system?
openSUSE 11.1

Please provide any additional information below.

Original issue reported on code.google.com by hedgehog...@gmail.com on 22 Jun 2009 at 10:27

GoogleCodeExporter commented 9 years ago
The missing typemaps are likely the cause of the syntax error.

Ruby is not currently supported as a target language. Please see
http://code.google.com/p/permafrost/issues/detail?id=20 for an explanation why.

Original comment by solomon....@gmail.com on 17 Jul 2009 at 11:57