[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
gEDA-user: gspiceUI problems
- To: geda-user@xxxxxxxx
- Subject: gEDA-user: gspiceUI problems
- From: Ron Crummett <rcrummett@xxxxxxxxxx>
- Date: Mon, 19 Dec 2005 08:51:24 -0800
- Delivered-to: archiver@seul.org
- Delivered-to: geda-user-outgoing@seul.org
- Delivered-to: geda-user@seul.org
- Delivery-date: Mon, 19 Dec 2005 11:51:39 -0500
- Reply-to: geda-user@xxxxxxxx
- Sender: owner-geda-user@xxxxxxxx
- User-agent: Mozilla Thunderbird 1.0.7 (X11/20050923)
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