Mail Archives: geda-help/2014/04/27/16:14:40
Philipp Klostermann wrote:
> > You should get a similar output from the command.
>
> I don't know whether this is similar enough:
>
> albus:~/src/gEDA/geda-gaf# pkg-config --cflags --libs gio-2.0
> -pthread -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -lgio-2.0 -lgobject-2.0
> -lglib-2.0
> albus:~/src/gEDA/geda-gaf#
That looks fine. You don't need to install anything else on your system.
> > Update your code to current git://git.geda-project.org/geda-gaf master,
> > then run autogen.sh, then re-run configure and make.
> >
> > If your pkg-config output is sane it should build.
>
> I tried this, but the result is the same. :-(
>
> albus:~/src/gEDA_2014-04-27# git clone git://git.geda-project.org/geda-gaf master
> Cloning into 'master'...
> remote: Counting objects: 81450, done.
> remote: Compressing objects: 100% (17592/17592), done.
> remote: Total 81450 (delta 67871), reused 76198 (delta 63437)
> Receiving objects: 100% (81450/81450), 28.17 MiB | 84 KiB/s, done.
> Resolving deltas: 100% (67871/67871), done.
> albus:~/src/gEDA_2014-04-27# cd master/
> albus:~/src/gEDA_2014-04-27/master# ./autogen.sh
> ..
> albus:~/src/gEDA_2014-04-27/master# ./configure ; make
> ..
> /bin/bash ../../libtool --tag=CC --mode=link gcc -Wall
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -pthread -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng12
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -g -O2 -lglib-2.0 -lguile -lgmp -lcrypt -lm -lltdl -lgdk_pixbuf-2.0
> -lgobject-2.0 -lglib-2.0 -L/lib -o gsymcheck gsymcheck-g_rc.o
> gsymcheck-g_register.o gsymcheck-globals.o gsymcheck-gsymcheck.o
> gsymcheck-i_vars.o gsymcheck-parsecmd.o gsymcheck-s_check.o
> gsymcheck-s_log.o gsymcheck-s_symstruct.o ../../libgeda/src/libgeda.la
> -lstroke -lm
Too bad. Please send me your config.log and Makefile off-list.
//Peter
- Raw text -