public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
* gnome-guile compilation error
@ 2002-02-07 15:51 David Pirotte
  2002-02-11 11:40 ` Clinton Ebadi
  0 siblings, 1 reply; 2+ messages in thread
From: David Pirotte @ 2002-02-07 15:51 UTC (permalink / raw)
  To: guile-gtk

Hello,

         SuSE 7.3
         guile-1.7.x (cvs download 4th fev 02)
         guile configuration was:
             ./configure --enable-maintainer-mode --with-threads
         
         gnome-1.4 installed
         full gnome development installed as well

having installed the full gnome development, I have had the following
compilation problems:

	- Make files generated where wrong (space instead of TAB) for

		-- guile-gnome/zvt	line 430
		-- guile-gnome/ghttp	line 432

then, I have the following more important problem that I can not solve
alone:

david@faust:~/ftp/gnome/gnome-guile 189 $ make
...
...
gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I./.. -I../guile-gtk -I./../guile-gtk -I/usr/local/include -I/usr/local/include
-I/opt/gnome/include -DNEED_GNOMESUPPORT_H -I/opt/gnome/lib/gnome-libs/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/include -I/usr/include/gtk-1.2 -I/usr/X11R6/include -I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include -g -O2
-Wp,-MD,.deps/gnomeg.pp -c gnomeg.c  -fPIC -DPIC -o .libs/gnomeg.lo
gnomeg.c: In function `sgtk_gnome_config_foreach':
gnomeg.c:182: warning: assignment makes pointer from integer without a cast
gnomeg.c:185: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_map':
gnomeg.c:201: warning: assignment makes pointer from integer without a cast
gnomeg.c:202: `SCM_LIST0' undeclared (first use in this function)
gnomeg.c:202: (Each undeclared identifier is reported only once
gnomeg.c:202: for each function it appears in.)
gnomeg.c:205: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_private_foreach':
gnomeg.c:220: warning: assignment makes pointer from integer without a cast
gnomeg.c:223: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_private_map':
gnomeg.c:239: warning: assignment makes pointer from integer without a cast
gnomeg.c:240: `SCM_LIST0' undeclared (first use in this function)
gnomeg.c:243: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_sections_foreach':
gnomeg.c:258: warning: assignment makes pointer from integer without a cast
gnomeg.c:261: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_sections_map':
gnomeg.c:277: warning: assignment makes pointer from integer without a cast
gnomeg.c:278: `SCM_LIST0' undeclared (first use in this function)
gnomeg.c:281: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_private_sections_foreach':
gnomeg.c:296: warning: assignment makes pointer from integer without a cast
gnomeg.c:299: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_config_private_sections_map':
gnomeg.c:315: `SCM_LIST0' undeclared (first use in this function)
gnomeg.c:316: warning: assignment makes pointer from integer without a cast
gnomeg.c:319: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c: In function `sgtk_cauldron_standard_callback':
gnomeg.c:372: warning: passing arg 2 of `scm_apply' makes pointer from integer without a cast
gnomeg.c:374: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c: In function `sgtk_cauldron_args_callback':
gnomeg.c:386: `SCM_WNA' undeclared (first use in this function)
gnomeg.c:387: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c:395: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c:400: warning: pointer/integer type mismatch in conditional expression
gnomeg.c:407: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c:415: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c:427: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c:435: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c:443: warning: passing arg 2 of `scm_wrong_type_arg' makes integer from pointer without a cast
gnomeg.c: In function `sgtk_cauldron_body':
gnomeg.c:486: warning: assignment makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gtk_dialog_cauldron':
gnomeg.c:526: warning: assignment makes pointer from integer without a cast
gnomeg.c:527: warning: assignment makes pointer from integer without a cast
gnomeg.c: In function `guile_gnome_about':
gnomeg.c:585: warning: assignment makes pointer from integer without a cast
gnomeg.c:593: warning: pointer/integer type mismatch in conditional expression
gnomeg.c:593: warning: passing arg 1 of `gnome_about_new' makes pointer from integer without a cast
gnomeg.c:593: warning: passing arg 2 of `gnome_about_new' makes pointer from integer without a cast
gnomeg.c:593: warning: passing arg 3 of `gnome_about_new' makes pointer from integer without a cast
gnomeg.c:593: warning: passing arg 5 of `gnome_about_new' makes pointer from integer without a cast
gnomeg.c: In function `make_argv':
gnomeg.c:626: warning: passing arg 1 of `strlen' makes pointer from integer without a cast
gnomeg.c:626: warning: passing arg 2 of `memcpy' makes pointer from integer without a cast
gnomeg.c:626: warning: passing arg 1 of `__strdup' makes pointer from integer without a cast
gnomeg.c: In function `guile_gnome_init_hack':
gnomeg.c:727: warning: assignment makes pointer from integer without a cast
gnomeg.c:729: warning: assignment makes pointer from integer without a cast
gnomeg.c:735: warning: assignment makes pointer from integer without a cast
gnomeg.c:744: warning: passing arg 1 of `gnome_init_with_popt_table' makes pointer from integer without a cast
gnomeg.c: In function `sgnome_canvas_points_conversion':
gnomeg.c:781: warning: return makes pointer from integer without a cast
gnomeg.c: In function `sgtk_gnome_canvas_item_new':
gnomeg.c:811: warning: passing arg 1 of `sgtk_find_object_info' makes pointer from integer without a cast
gnomeg.c: In function `get_string':
gnomeg.c:969: warning: assignment makes pointer from integer without a cast
gnomeg.c: In function `convert_uiinfo':
gnomeg.c:1056: warning: assignment discards qualifiers from pointer target type
gnomeg.c:1072: warning: assignment makes pointer from integer without a cast
gnomeg.c:1080: warning: assignment makes pointer from integer without a cast
gnomeg.c:1109: warning: passing arg 1 of `sgtk_unprotect' from incompatible pointer type
make[3]: *** [gnomeg.lo] Error 1
make[3]: Leaving directory `/usr/alto/staff/david/ftp/gnome/gnome-guile/guile-gnome'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/usr/alto/staff/david/ftp/gnome/gnome-guile/guile-gnome'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/usr/alto/staff/david/ftp/gnome/gnome-guile'
make: *** [all-recursive-am] Error 2
david@faust:~/ftp/gnome/gnome-guile 189 $

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: gnome-guile compilation error
  2002-02-07 15:51 gnome-guile compilation error David Pirotte
@ 2002-02-11 11:40 ` Clinton Ebadi
  0 siblings, 0 replies; 2+ messages in thread
From: Clinton Ebadi @ 2002-02-11 11:40 UTC (permalink / raw)
  To: David Pirotte, guile-gtk

>  - Make files generated where wrong (space instead of TAB) for
> 
>   -- guile-gnome/zvt	line 430
>   -- guile-gnome/ghttp	line 432
> 
> then, I have the following more important problem that I can not solve
> alone:
> 
> david@faust:~/ftp/gnome/gnome-guile 189 $ make

I fixed this stuff too, but I can't connect to the net on my Debian box 
(grrr, using evil Windows box now), so I haven't been able to diff the 
files and upload a patch yet.

-- 
#umbclinux on irc.openprojects.net
lamer.hackedtobits.com
unknown_lamer@hackedtobits.com
AIM: unknownlamer ICQ: 41087914

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-02-11 19:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-02-07 15:51 gnome-guile compilation error David Pirotte
2002-02-11 11:40 ` Clinton Ebadi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).