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

Re: gEDA-dev: gschem compiling on debian unstable



  I've added --disable-nls  to ./configure and found some inconsistencies
and made sure all debian packages I could find are same version for -dev part.

Stuart Brorson wrote:
> On Tue, 26 Sep 2006, John Griessen wrote:
>>> ==============================

>> cd gaf/libgeda
>> make maintainer-clean
>> ./autogen.sh
>> ./configure --prefix=/opt/geda --disable-nls
>> make install
>>


Here is more detail when I run ./configure --prefix=/opt/geda --disable-nls

===========================
checking whether getc_unlocked is declared... yes
checking for nl_langinfo and CODESET... yes
checking for LC_MESSAGES... yes
checking for CFPreferencesCopyAppValue... (cached) no
checking for CFLocaleCopyCurrent... (cached) no
checking whether to use NLS... no
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating po/Makefile.in
config.status: WARNING:  po/Makefile.in.in seems to ignore the --datarootdir setting
config.status: creating intl/Makefile
config.status: WARNING:  intl/Makefile.in seems to ignore the --datarootdir setting
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating scheme/Makefile
config.status: creating bitmap/Makefile
config.status: creating scripts/Makefile
config.status: creating examples/Makefile
config.status: creating docs/Makefile
config.status: creating lib/Makefile
config.status: creating tests/Makefile
config.status: creating lib/system-gschemrc
config.status: creating config.h
config.status: executing depfiles commands
config.status: executing po-directories commands
config.status: creating po/POTFILES
config.status: creating po/Makefile

** Configuration summary for geda-gschem 20060906:

    GTK+ library version:             2.8.18
    GUILE library version:            1.6.8
    libgeda library version:          20060906
    libstroke library:                yes
    libdgeda library:                 yes
    mingw build:                      no
    data directory:                   ${prefix}/share/gEDA
    rc directory:                     ${prefix}/share/gEDA
    documentation directory:          /opt/geda/share/doc/geda-doc
    dmalloc debugging:                no
    ElectricFence debugging:          no
======================================
then I run make install

===========================
hen mv -f ".deps/x_log.Tpo" ".deps/x_log.Po"; else rm -f ".deps/x_log.Tpo"; exit 
1; fi
if gcc -DLOCALEDIR=\"/opt/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/opt/geda/include -I../intl -I../include  -DXTHREADS -I/opt/geda/include 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -O2 -MT 
x_menus.o -MD -MP -MF ".deps/x_menus.Tpo" -c -o x_menus.o x_menus.c; \
then mv -f ".deps/x_menus.Tpo" ".deps/x_menus.Po"; else rm -f 
".deps/x_menus.Tpo"; exit 1; fi
x_menus.c: In function `gettext_fn':
x_menus.c:244: warning: return discards qualifiers from pointer target type
if gcc -DLOCALEDIR=\"/opt/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/opt/geda/include -I../intl -I../include  -DXTHREADS -I/opt/geda/include 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -O2 -MT 
x_script.o -MD -MP -MF ".deps/x_script.Tpo" -c -o x_script.o x_script.c; \
then mv -f ".deps/x_script.Tpo" ".deps/x_script.Po"; else rm -f 
".deps/x_script.Tpo"; exit 1; fi
if gcc -DLOCALEDIR=\"/opt/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/opt/geda/include -I../intl -I../include  -DXTHREADS -I/opt/geda/include 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -O2 -MT 
x_pagesel.o -MD -MP -MF ".deps/x_pagesel.Tpo" -c -o x_pagesel.o x_pagesel.c; \
then mv -f ".deps/x_pagesel.Tpo" ".deps/x_pagesel.Po"; else rm -f 
".deps/x_pagesel.Tpo"; exit 1; fi
if gcc -DLOCALEDIR=\"/opt/geda/share/locale\" -DHAVE_CONFIG_H -I. -I. -I.. 
-I/opt/geda/include -I../intl -I../include  -DXTHREADS -I/opt/geda/include 
-I/usr/include/gtk-2.0 -I/usr/lib/gtk-2.0/include -I/usr/include/atk-1.0 
-I/usr/include/cairo -I/usr/include/pango-1.0 -I/usr/X11R6/include 
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include     -Wall -g -O2 -MT 
x_print.o -MD -MP -MF ".deps/x_print.Tpo" -c -o x_print.o x_print.c; \
then mv -f ".deps/x_print.Tpo" ".deps/x_print.Po"; else rm -f 
".deps/x_print.Tpo"; exit 1; fi
x_print.c:454: warning: return type defaults to `int'
x_print.c:454: error: conflicting types for `print_dialog_get_property'
x_print.c:72: error: previous declaration of `print_dialog_get_property'
x_print.c: In function `print_dialog_class_init':
x_print.c:532: warning: assignment from incompatible pointer type
make[1]: *** [x_print.o] Error 1






_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev