Re: Further adventures trying to build gnome-pilot



Ok, I ran those commands, and it failed on make with the same error:

make[2]: *** No rule to make target `gnome-pilot-conduit-private.h', needed by `all'.  Stop.

the .c and .h files are being generated, but the - private.h file isn't. Googling this specific error makes it look like a corrupt makefile or something. Very peculiar.

I have attached the log of autogen and make, in the off chance that one of the non-fatal warnings it spits out is important.

Evan

On Jan 8, 2008 5:16 AM, Matt Davey <mcdavey mrao cam ac uk> wrote:
Hi Evan,

On Mon, 2008-01-07 at 20:30 -0500, Evan wrote:
> I poked around a little more, and found that I needed to use gob2 to
> turn all of the .gob files into .c and .h files, which the compiler
> had previously been missing. It gets somewhat further, but now it
> appears I am missing /gpilotd/gnome- pilot-conduit-private.h which has
> no corresponding .gob file to process. Where is this mysterious file?

gnome-pilot-conduit-private.h is generated from gnome-pilot-conduit.gob.
This should happen automatically if gnome-pilot-conduit.c or
gnome-pilot-conduit.h is missing.  If you ran gob2 by hand you probably
forgot to use the "--always-private-header" option.

You shouldn't be hitting any of these problems.  If autogen is running
for you, do a 'make distclean && ./autogen.sh && make && make install'.

Matt

Matt Davey              Confucius say: To understand recursion, you must
mcdavey mrao cam ac uk             first understand recursion.

_______________________________________________
gnome-pilot-list mailing list
gnome-pilot-list gnome org
http://mail.gnome.org/mailman/listinfo/gnome-pilot-list

eapache eapache:~/gnome-pilot$ ./autogen.sh
/usr/bin/gnome-autogen.sh
checking for autoconf >= 2.53...
  testing autoconf2.50... not found.
  testing autoconf... found 2.61
checking for automake >= 1.6...
  testing automake-1.10... found 1.10
checking for libtool >= 1.5...
  testing libtoolize... found 1.5.24
checking for glib-gettext >= 2.2.0...
  testing glib-gettextize... found 2.14.1
checking for intltool >= 0.30...
  testing intltoolize... found 0.36.2
checking for pkg-config >= 0.14.0...
  testing pkg-config... found 0.22
Checking for required M4 macros...
Checking for forbidden M4 macros...
**Warning**: I am going to run `configure' with no arguments.
If you wish to pass any to it, please specify them on the
`./autogen.sh' command line.

Processing ./configure.in
Running libtoolize...
Running glib-gettextize... Ignore non-fatal messages.
Copying file mkinstalldirs
Copying file po/Makefile.in.in

Please add the files
  codeset.m4 gettext.m4 glibc21.m4 iconv.m4 isc-posix.m4 lcmessage.m4
  progtest.m4
from the /aclocal directory to your autoconf macro directory
or directly to your aclocal.m4 file.
You will also need config.guess and config.sub, which you can get from
ftp://ftp.gnu.org/pub/gnu/config/.

Running intltoolize...
Running aclocal-1.10...
acinclude.m4:124: the serial number must appear before any macro definition
acinclude.m4:128: warning: underquoted definition of AM_PATH_PROG_WITH_TEST
acinclude.m4:128:   run info '(automake)Extending aclocal'
acinclude.m4:128:   or see http://sources.redhat.com/automake/automake.html#Extending-aclocal
acinclude.m4:176: the serial number must appear before any macro definition
acinclude.m4:201: the serial number must appear before any macro definition
Running autoconf...
Running autoheader...
Running automake-1.10...
capplet/Makefile.am:46: `%'-style pattern rules are a GNU make extension
Running ./configure --enable-maintainer-mode ...
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... no
checking for mawk... mawk
checking whether make sets $(MAKE)... yes
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 98304
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether to enable maintainer-specific portions of Makefiles... yes
checking for intltool >= 0.35.0... 0.36.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ISO C89... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking whether we are using the GNU C++ compiler... (cached) yes
checking whether g++ accepts -g... (cached) yes
checking dependency style of g++... (cached) gcc3
checking for bison... no
checking for byacc... no
checking for ANSI C header files... (cached) yes
checking what warning flags to pass to the C compiler... -Wall -Wmissing-prototypes
checking what language compliance flags to pass to the C compiler... 
checking pi-version.h usability... yes
checking pi-version.h presence... yes
checking for pi-version.h... yes
checking for pi_accept in -lpisock... yes
checking for pilot-link version >= 0.11.4... yes (found 0.12.2)
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for HAL... yes
checking for GNOME_PILOT... yes
checking for PILOT_APPLET... yes
checking for gob2... /usr/bin/gob2
checking for gob2... /usr/bin/gob2
checking for gob-2 >= 2.0.3... ok
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking for LC_MESSAGES... yes
checking libintl.h usability... yes
checking libintl.h presence... yes
checking for libintl.h... yes
checking for ngettext in libc... yes
checking for dgettext in libc... yes
checking for bind_textdomain_codeset... yes
checking for msgfmt... /usr/bin/msgfmt
checking for dcgettext... yes
checking if msgfmt accepts -c... yes
checking for gmsgfmt... /usr/bin/msgfmt
checking for xgettext... /usr/bin/xgettext
checking for sendmsg in -lsocket... no
checking for crypt... no
checking for crypt in -lufc... no
checking for crypt in -lcrypt... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating gnome-pilot.spec
config.status: creating gpilotd/Makefile
config.status: creating applet/Makefile
config.status: creating conduits/Makefile
config.status: creating conduits/backup/Makefile
config.status: creating conduits/file/Makefile
config.status: creating conduits/test/Makefile
config.status: creating capplet/Makefile
config.status: creating utils/Makefile
config.status: creating idl/Makefile
config.status: creating libgpilotdCM/Makefile
config.status: creating po/Makefile.in
config.status: creating help/Makefile
config.status: creating help/C/Makefile
config.status: creating gnome-pilot-2.0.pc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing intltool commands
config.status: executing default-1 commands
config.status: executing po/stamp-it commands

  Configuration :

          gnome-vfs    : yes
          network sync : yes
          usb          : yes
          HAL/DBUS     : yes
          gob          : yes
          pilot-link   : 0.12.2

Now type `make' to compile gnome-pilot
eapache eapache:~/gnome-pilot$ make
make  all-recursive
make[1]: Entering directory `/home/eapache/gnome-pilot'
Making all in po
make[2]: Entering directory `/home/eapache/gnome-pilot/po'
file=`echo ar | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ar.po
file=`echo am | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file am.po
file=`echo az | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file az.po
file=`echo ca | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ca.po
file=`echo cs | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file cs.po
file=`echo cy | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file cy.po
file=`echo da | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file da.po
file=`echo de | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file de.po
file=`echo dz | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file dz.po
file=`echo el | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file el.po
file=`echo en_CA | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file en_CA.po
file=`echo en_GB | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file en_GB.po
file=`echo es | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file es.po
file=`echo eu | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file eu.po
file=`echo fi | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file fi.po
file=`echo fr | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file fr.po
file=`echo gl | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file gl.po
file=`echo he | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file he.po
file=`echo hr | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file hr.po
file=`echo hu | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file hu.po
file=`echo it | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file it.po
file=`echo ja | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ja.po
file=`echo ko | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ko.po
file=`echo lt | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file lt.po
file=`echo lv | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file lv.po
file=`echo mk | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file mk.po
file=`echo ml | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ml.po
file=`echo ms | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ms.po
file=`echo nb | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file nb.po
file=`echo ne | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ne.po
file=`echo nl | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file nl.po
file=`echo nn | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file nn.po
file=`echo oc | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file oc.po
file=`echo pa | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file pa.po
file=`echo pl | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file pl.po
file=`echo pt | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file pt.po
file=`echo pt_BR | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file pt_BR.po
file=`echo ru | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file ru.po
file=`echo rw | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file rw.po
file=`echo sk | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file sk.po
file=`echo sr | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file sr.po
file=`echo sr Latn | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file sr Latn po
file=`echo sv | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file sv.po
file=`echo tr | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file tr.po
file=`echo uk | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file uk.po
file=`echo vi | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file vi.po
file=`echo xh | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file xh.po
file=`echo zh_CN | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file zh_CN.po
file=`echo zh_HK | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file zh_HK.po
file=`echo zh_TW | sed 's,.*/,,'`.gmo \
          && rm -f $file && /usr/bin/msgfmt -o $file zh_TW.po
make[2]: Leaving directory `/home/eapache/gnome-pilot/po'
Making all in idl
make[2]: Entering directory `/home/eapache/gnome-pilot/idl'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eapache/gnome-pilot/idl'
Making all in libgpilotdCM
make[2]: Entering directory `/home/eapache/gnome-pilot/libgpilotdCM'
make  all-am
make[3]: Entering directory `/home/eapache/gnome-pilot/libgpilotdCM'
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gpilotd -I../libgpilotdCM -DG_LOG_DOMAIN=\"libgpilotdcm\" -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libglade-2.0    -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hal   -DCONDUITDIR=\"/usr/local/share\"    -g -O2 -Wall -Wmissing-prototypes  -MT gnome-pilot-conduit-management.lo -MD -MP -MF .deps/gnome-pilot-conduit-management.Tpo -c -o gnome-pilot-conduit-management.lo gnome-pilot-conduit-management.c
mkdir .libs
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gpilotd -I../libgpilotdCM -DG_LOG_DOMAIN=\"libgpilotdcm\" -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hal -DCONDUITDIR=\"/usr/local/share\" -g -O2 -Wall -Wmissing-prototypes -MT gnome-pilot-conduit-management.lo -MD -MP -MF .deps/gnome-pilot-conduit-management.Tpo -c gnome-pilot-conduit-management.c  -fPIC -DPIC -o .libs/gnome-pilot-conduit-management.o
gnome-pilot-conduit-management.gob: In function 'gnome_pilot_conduit_management_check_xml_version':
gnome-pilot-conduit-management.gob:341: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:343: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob: In function 'gnome_pilot_conduit_management_read_conduit_topdata':
gnome-pilot-conduit-management.gob:363: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:370: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:371: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:372: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:380: warning: pointer targets in passing argument 1 of '__builtin_strchr' differ in signedness
gnome-pilot-conduit-management.gob:395: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:404: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
gnome-pilot-conduit-management.gob:405: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
gnome-pilot-conduit-management.gob: In function 'gnome_pilot_conduit_management_read_conduit_name':
gnome-pilot-conduit-management.gob:434: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:438: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:439: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:444: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:446: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
gnome-pilot-conduit-management.gob: In function 'gnome_pilot_conduit_management_read_conduit_attributes':
gnome-pilot-conduit-management.gob:473: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:477: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:478: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:479: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:480: warning: pointer targets in passing argument 2 of 'xmlGetProp' differ in signedness
gnome-pilot-conduit-management.gob:504: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
gnome-pilot-conduit-management.gob:507: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:510: warning: pointer targets in passing argument 1 of 'g_strdup' differ in signedness
gnome-pilot-conduit-management.gob:519: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
gnome-pilot-conduit-management.gob:521: warning: pointer targets in passing argument 1 of 'gnome_pilot_conduit_management_is_other_valid_tag' differ in signedness
gnome-pilot-conduit-management.gob: In function 'gnome_pilot_conduit_management_read_conduit_xml':
gnome-pilot-conduit-management.gob:547: warning: pointer targets in passing argument 1 of 'g_strcasecmp' differ in signedness
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gpilotd -I../libgpilotdCM -DG_LOG_DOMAIN=\"libgpilotdcm\" -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hal -DCONDUITDIR=\"/usr/local/share\" -g -O2 -Wall -Wmissing-prototypes -MT gnome-pilot-conduit-management.lo -MD -MP -MF .deps/gnome-pilot-conduit-management.Tpo -c gnome-pilot-conduit-management.c -o gnome-pilot-conduit-management.o >/dev/null 2>&1
mv -f .deps/gnome-pilot-conduit-management.Tpo .deps/gnome-pilot-conduit-management.Plo
/bin/bash ../libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gpilotd -I../libgpilotdCM -DG_LOG_DOMAIN=\"libgpilotdcm\" -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libglade-2.0    -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hal   -DCONDUITDIR=\"/usr/local/share\"    -g -O2 -Wall -Wmissing-prototypes  -MT gnome-pilot-conduit-config.lo -MD -MP -MF .deps/gnome-pilot-conduit-config.Tpo -c -o gnome-pilot-conduit-config.lo gnome-pilot-conduit-config.c
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gpilotd -I../libgpilotdCM -DG_LOG_DOMAIN=\"libgpilotdcm\" -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hal -DCONDUITDIR=\"/usr/local/share\" -g -O2 -Wall -Wmissing-prototypes -MT gnome-pilot-conduit-config.lo -MD -MP -MF .deps/gnome-pilot-conduit-config.Tpo -c gnome-pilot-conduit-config.c  -fPIC -DPIC -o .libs/gnome-pilot-conduit-config.o
 gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I../gpilotd -I../libgpilotdCM -DG_LOG_DOMAIN=\"libgpilotdcm\" -DORBIT2=1 -pthread -I/usr/include/libxml2 -I/usr/include/libgnome-2.0 -I/usr/include/orbit-2.0 -I/usr/include/gconf/2 -I/usr/include/gnome-vfs-2.0 -I/usr/lib/gnome-vfs-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/libbonobo-2.0 -I/usr/include/bonobo-activation-2.0 -I/usr/include/libgnomeui-2.0 -I/usr/include/libart-2.0 -I/usr/include/gnome-keyring-1 -I/usr/include/libbonoboui-2.0 -I/usr/include/libgnomecanvas-2.0 -I/usr/include/gtk-2.0 -I/usr/include/pango-1.0 -I/usr/include/freetype2 -I/usr/include/gail-1.0 -I/usr/include/atk-1.0 -I/usr/lib/gtk-2.0/include -I/usr/include/cairo -I/usr/include/libpng12 -I/usr/include/libglade-2.0 -DDBUS_API_SUBJECT_TO_CHANGE -I/usr/include/dbus-1.0 -I/usr/lib/dbus-1.0/include -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include -I/usr/include/hal -DCONDUITDIR=\"/usr/local/share\" -g -O2 -Wall -Wmissing-prototypes -MT gnome-pilot-conduit-config.lo -MD -MP -MF .deps/gnome-pilot-conduit-config.Tpo -c gnome-pilot-conduit-config.c -o gnome-pilot-conduit-config.o >/dev/null 2>&1
mv -f .deps/gnome-pilot-conduit-config.Tpo .deps/gnome-pilot-conduit-config.Plo
/bin/bash ../libtool --tag=CC   --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes  -version-info 2:2:0  -o libgpilotdcm.la -rpath /usr/local/lib/ gnome-pilot-conduit-management.lo gnome-pilot-conduit-config.lo -pthread -lgnomeui-2 -lSM -lICE -lbonoboui-2 -lgnomecanvas-2 -lgnome-2 -lpopt -lart_lgpl_2 -lglade-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage -lpango-1.0 -lcairo -lX11 -lXfixes -lbonobo-2 -lbonobo-activation -lgnomevfs-2 -lgmodule-2.0 -ldl -lgconf-2 -lORBit-2 -lgthread-2.0 -lrt -lgobject-2.0 -lglib-2.0   -lpisock -lpisync -ldbus-glib-1 -lgobject-2.0 -lglib-2.0 -lhal -ldbus-1    -lcrypt
gcc -shared  .libs/gnome-pilot-conduit-management.o .libs/gnome-pilot-conduit-config.o  /usr/lib/libgnomeui-2.so -lSM -lICE /usr/lib/libbonoboui-2.so /usr/lib/libgnomecanvas-2.so /usr/lib/libgnome-2.so /usr/lib/libpopt.so /usr/lib/libart_lgpl_2.so /usr/lib/libglade-2.0.so /usr/lib/libgtk-x11-2.0.so /usr/lib/libxml2.so /usr/lib/libgdk-x11-2.0.so /usr/lib/libatk-1.0.so /usr/lib/libgdk_pixbuf-2.0.so -lm /usr/lib/libpangocairo-1.0.so -lfontconfig -lXext -lXrender -lXinerama -lXi -lXrandr -lXcursor -lXcomposite -lXdamage /usr/lib/libpango-1.0.so /usr/lib/libcairo.so -lX11 -lXfixes /usr/lib/libbonobo-2.so /usr/lib/libbonobo-activation.so /usr/lib/libgnomevfs-2.so /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libgconf-2.so /usr/lib/libORBit-2.so /usr/lib/libgthread-2.0.so -lrt /usr/lib/libpisock.so /usr/lib/libpisync.so -ldbus-glib-1 /usr/lib/libgobject-2.0.so /usr/lib/libglib-2.0.so -lhal -ldbus-1 -lcrypt  -pthread -Wl,-soname -Wl,libgpilotdcm.so.2 -o .libs/libgpilotdcm.so.2.0.2
(cd .libs && rm -f libgpilotdcm.so.2 && ln -s libgpilotdcm.so.2.0.2 libgpilotdcm.so.2)
(cd .libs && rm -f libgpilotdcm.so && ln -s libgpilotdcm.so.2.0.2 libgpilotdcm.so)
ar cru .libs/libgpilotdcm.a  gnome-pilot-conduit-management.o gnome-pilot-conduit-config.o
ranlib .libs/libgpilotdcm.a
creating libgpilotdcm.la
(cd .libs && rm -f libgpilotdcm.la && ln -s ../libgpilotdcm.la libgpilotdcm.la)
make[3]: Leaving directory `/home/eapache/gnome-pilot/libgpilotdCM'
make[2]: Leaving directory `/home/eapache/gnome-pilot/libgpilotdCM'
Making all in gpilotd
make[2]: Entering directory `/home/eapache/gnome-pilot/gpilotd'
/usr/bin/orbit-idl-2 ../idl/gnome-pilot.idl
orbit-idl-2 2.14.9 compiling
  mode, hide preprocessor errors, passes: stubs skels common headers 

Processing file ../idl/gnome-pilot.idl
make[2]: *** No rule to make target `gnome-pilot-conduit-private.h', needed by `all'.  Stop.
make[2]: Leaving directory `/home/eapache/gnome-pilot/gpilotd'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eapache/gnome-pilot'
make: *** [all] Error 2
eapache eapache:~/gnome-pilot$ 




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