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

Re: gEDA-dev: gschem compiling on debian unstable



  --disable-nls  is not avoiding the error...

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
>>
>> and configure completed without errors
> 
> You need to set your PKG_CONFIG_PATH environment variable 

I took care of that and finally got answer to Ales test:

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
make[1]: Leaving directory 
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/src'
make: *** [install-recursive] Error 1



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