public inbox for guile-gtk@sourceware.org
 help / color / mirror / Atom feed
From: David Pirotte <david@altosw.be>
To: guile-gtk <guile-gtk@sourceware.cygnus.com>
Subject: gnome-guile compilation error
Date: Thu, 07 Feb 2002 15:51:00 -0000	[thread overview]
Message-ID: <3C631280.91FA5071@altosw.be> (raw)

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 $

             reply	other threads:[~2002-02-07 23:51 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-02-07 15:51 David Pirotte [this message]
2002-02-11 11:40 ` Clinton Ebadi

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=3C631280.91FA5071@altosw.be \
    --to=david@altosw.be \
    --cc=guile-gtk@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).