[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

gEDA-user: gspiceUI problems



Hi all -

I'm having some trouble compiling and installing gspiceUI 0.8.08 - when I try to run the makefile I get the following output:

make config
make[1]: Entering directory `/home/rcc/gspiceui-v0.8.08'
make[1]: Nothing to be done for `config'.
make[1]: Leaving directory `/home/rcc/gspiceui-v0.8.08'
cd /home/rcc/gspiceui-v0.8.08/src ; make
make[1]: Entering directory `/home/rcc/gspiceui-v0.8.08/src'
g++ -c -O -pipe -I/usr/lib/wx/include/gtk-2.4 -DGTK_NO_CHECK_CASTS -D__WXGTK__ -D_FILE_OFFSET_BITS=64 -D_LARGE_FILES -I/usr/include -I/usr/X11R6/include -I. -Ibase -Imain -Inetlist -Ignucap -Ingspice -Iprocess -Iutility AppGSpiceUI.cpp -o obj/AppGSpiceUI.o
In file included from AppGSpiceUI.hpp:39,
from AppGSpiceUI.cpp:19:
main/FrmMain.hpp:38:24: wx/gbsizer.h: No such file or directory
make[1]: *** [obj/AppGSpiceUI.o] Error 1
make[1]: Leaving directory `/home/rcc/gspiceui-v0.8.08/src'
make: *** [all] Error 2


I don't know what to make of this and it's driving me nuts. Any suggestions? Oh, in the event that it helps, I am running Debian Linux (Sarge, with a few upgrades) and am trying to build gspiceUI from source. Thanks!

-Ron