[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: gEDA-dev: gschem compiling on debian unstable
I put the patch and it compiles without errors now.
in the geda-gschem-20060906 subdirectory
with commands
make maintainer-clean
./autogen.sh
./configure --prefix=/opt/geda --disable-nls
make install
John G
Ales Hvezda wrote:
> John,
>
>
>> x_print.c: In function `print_dialog_class_init':
>> x_print.c:532: warning: assignment from incompatible pointer type
>
> Have you applied the following patch:
>
> http://geda.seul.org/devel/20060906/x_print_c.patch
>
But then I go to the top dir for the release, and do the more usual compile
commands:
make
533 export LD_LIBRARY_PATH=/opt/geda/lib:$LD_LIBRARY_PATH
534 export PATH=/opt/geda/bin:${PATH}
535 export PKG_CONFIG_PATH=/opt/geda/lib/pkgconfig:$PKG_CONFIG_PATH
536 make maint
537 gvim Makefile (set --prefix=/opt/geda set options to opts= (was
opts=--disable-nls))
538 make install
and it stops on this error:
make[3]: Leaving directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/src'
make[2]: Leaving directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/src'
Making install in m4
make[2]: Entering directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/m4'
make[3]: Entering directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/m4'
make[3]: Nothing to be done for `install-exec-am'.
make[3]: Nothing to be done for `install-data-am'.
make[3]: Leaving directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/m4'
make[2]: Leaving directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/m4'
Making install in po
make[2]: Entering directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/po'
/bin/sh @MKINSTALLDIRS@ /opt/geda/share
@MKINSTALLDIRS@: @MKINSTALLDIRS@: No such file or directory
make[2]: *** [install-data-yes] Error 127
make[2]: Leaving directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906/po'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory
`/moredata/src-geda-others-cvs/geda-20060906/geda-gschem-20060906'
make: *** [gschem_install] Error 2
and the gschem executable doesn't run normally:
error messages are many many
Tried to get an invalid color: 2
Tried to get an invalid color: 2
Tried to get an invalid color: 2
Tried to get an invalid color: 2
then doesn't load schematic, and menus incomplete...
So now I'll see if I can get back to unpatched (when I had a working gschem),
and start from a blank /opt/geda dir, since make uninstall did not work after
these experiments...
John G
_______________________________________________
geda-dev mailing list
geda-dev@moria.seul.org
http://www.seul.org/cgi-bin/mailman/listinfo/geda-dev