Re: [guppi-list] New Guppi Snapshot



> Everyone is encouraged to give this version a try.  I'd be
> particularly interested to hear reports of success or failure in
> compiling/running from people using non-x86 hardware.

I gave it a try.

SunOS 5.7 (Solaris 7) sun4m sparc

Config went ok. It had these interesting output:
=== Configure args ===
     Readline in guile: yes
Allow Python scripting: yes
      Sluggish Linking: no
  
Congratulations: you aren't using an ancient version of Guile
sed: can't read ./src/guppi-gnumeric/Makefile.in: No such file or directory
sed: can't read ./src/guppi-gnumeric/guppi-gnumeric.oafinfo.in: No such file or 
directory
sed: can't read ./plug-ins/plot/XLplots/Makefile.in: No such file or directory
Configuration:

	Source code location:	.
	Compiler:		gcc 
	
	Bonobo Support:		no
	Python Support:		yes
	Gnumeric Support:	no

Make went ok and had these interesting output:
gcc <snip> guppi-rgb.c  -fPIC -DPIC -o .libs/guppi-rgb.lo
guppi-rgb.c: In function `populate_rgb_hash':
guppi-rgb.c:52: warning: subscript has type `char'

gcc <snip> guppi-string.c  -fPIC -DPIC -o .libs/guppi-string.lo
guppi-string.c: In function `guppi_string_is_int':
guppi-string.c:132: warning: subscript has type `char'
guppi-string.c: In function `guppi_string_is_number':
guppi-string.c:148: warning: subscript has type `char'
guppi-string.c: In function `guppi_string_noise_count':
guppi-string.c:160: warning: subscript has type `char'

gcc <snip> guppi-text-squeeze.c  -fPIC -DPIC -o .libs/guppi-text-squeeze.lo
guppi-text-squeeze.c:50: warning: `english_language_digrams' defined but not 
used
guppi-text-squeeze.c:54: warning: `english_language_trigraphs' defined but not 
used

gcc <snip> guppi-equation-lexer.c  -fPIC -DPIC -o .libs/guppi-equation-lexer.lo
guppi-equation-lexer.ll: In function `guppi_equation_parse':
guppi-equation-lexer.ll:58: warning: implicit declaration of function `yyparse'
guppi-equation-lexer.ll: At top level:
lex.yy.c:1144: warning: `yyunput' defined but not used

gcc <snip> guppi-equation-parser.c  -fPIC -DPIC -o 
.libs/guppi-equation-parser.lo
/usr/share/misc/bison.simple: In function `yyparse':
/usr/share/misc/bison.simple:358: warning: implicit declaration of function 
`yyerror'
guppi-equation-parser.y:41: warning: return makes integer from pointer without a 
cast
guppi-equation-parser.y: At top level:
guppi-equation-parser.y:130: warning: type mismatch with previous implicit 
declaration
/usr/share/misc/bison.simple:643: warning: previous implicit declaration of 
`yyerror'
guppi-equation-parser.y:130: warning: `yyerror' was previously implicitly 
declared to return `int'

gcc <snip> guppi-python-plot.c  -fPIC -DPIC -o .libs/guppi-python-plot.lo
guppi-python-plot.c: In function `_wrap_guppi_element_state_newv':
guppi-python-plot.c:955: warning: implicit declaration of function 
`guppi_argv_free'

gcc <snip> guppi-marker.c  -fPIC -DPIC -o .libs/guppi-marker.lo
guppi-marker.c: In function `loose_match':
guppi-marker.c:519: warning: subscript has type `char'
guppi-marker.c:520: warning: subscript has type `char'
guppi-marker.c:522: warning: subscript has type `char'
guppi-marker.c:524: warning: subscript has type `char'

gcc <snip> calc.c  -fPIC -DPIC -o .libs/calc.lo
calc.c: In function `guppi_seq_scalar_calc_impl_set_arg':
calc.c:61: warning: unused variable `calc'

gcc <snip> guppi-delimited-importer.c  -fPIC -DPIC -o 
.libs/guppi-delimited-importer.lo
guppi-delimited-importer.c: In function `guppi_delimited_importer_line_skip':
guppi-delimited-importer.c:419: warning: subscript has type `char'
guppi-delimited-importer.c: In function `guppi_delimited_importer_line_split':
guppi-delimited-importer.c:479: warning: subscript has type `char'
guppi-delimited-importer.c:522: warning: subscript has type `char'
guppi-delimited-importer.c: In function `guppi_delimited_importer_line_stats':
guppi-delimited-importer.c:621: warning: subscript has type `char'
guppi-delimited-importer.c:632: warning: subscript has type `char'
guppi-delimited-importer.c:634: warning: subscript has type `char'
guppi-delimited-importer.c:636: warning: subscript has type `char'

gcc <snip> delim-import-widget.c  -fPIC -DPIC -o .libs/delim-import-widget.lo
delim-import-widget.c: In function `stream_preview_extra_info_cb':
delim-import-widget.c:471: warning: subscript has type `char'

gcc <snip> guppi-python-axis.c  -fPIC -DPIC -o .libs/guppi-python-axis.lo
guppi-python-axis.c: In function `_wrap_guppi_axis_state_set_position':
guppi-python-axis.c:305: warning: unused variable `py_x'

gcc <snip> guppi-scatter-item.c  -fPIC -DPIC -o .libs/guppi-scatter-item.lo
guppi-scatter-item.c: In function `choose_speed_rendering_level':
guppi-scatter-item.c:132: warning: unused variable `stride'
guppi-scatter-item.c:131: warning: unused variable `state'

gcc <snip> guppi-python-text.c  -fPIC -DPIC -o .libs/guppi-python-text.lo
guppi-python-text.c: In function `_wrap_guppi_text_state_font_size':
guppi-python-text.c:56: warning: implicit declaration of function 
`gnome_font_get_size'

Make check went well.

Make install went well.

I loaded some of my own data and the brain data ok.
Scatter plot of some of that was ok.

The pie-chart demo ran ok.

The bar chart demo dumped it with "Application `guppi' (process 15424)
has crashed due to a fatal error. (Bus Error)

But I was happy that I got this far on Solaris CDE. After it working
for a few snapshots, the Guppi-0.34.106, resulted in a
Gdk-ERROR **: BadAlloc (insufficient resources for operation)
  serial 51 error_code 11 request_code 130 minor_code 5
Gdk-ERROR **: BadDrawable (invalid Pixmap or Window parameter)
  serial 52 error_code 9 request_code 55 minor_code 0
situation. So this is great news for me.







[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]