gEDA-dev: Filechooser and component selector code

Patrick Bernaud b-patrick at wanadoo.fr
Sat Sep 23 13:03:19 EDT 2006


John Griessen writes:
 > I ran the h file then ./configure --prefix=/opt/geda
 > then
 > cd ..
 > to geda/gaf and made sure the Makefie had /opt/geda
 > then ran
 > make config
 > the ran
 > make install
 > 
 > and got the same result.
 > 
 > Something is undoing what  geda/gaf/geda/autogen.sh did, or I don't
                                       ^^^^
That's gschem that you need to reconfigure.

Also make sure x_compselect.c is listed in gschem/src/Makefile.am and
gschem/src/x_compselect.c exists. If not, your source tree is too old
(unlikely since i_callbacks.c is up to date).

Please try (in geda/gaf):
  - make gschem_reconfig
  - set your prefix in Makefile
  - make install

Regards,


Patrick


More information about the geda-dev mailing list