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

gEDA-user: GTKWave on MacOS X



I'm trying to build GTKWave as "stand alone" on my Mac, but after running

./configure --enable-builtin-pixmaps --enable-builtin-readers="vcd,out,lxt"

I get the following error message after running make:

/sw/lib/glib/include -I/usr/X11R6/include    -g -O2 -c `test -f
'support.c' || echo './'`support.c
support.c: In function `wave_register_pixmaps':
support.c:192: error: `wave_alert' undeclared (first use in this function)
support.c:192: error: (Each undeclared identifier is reported only once
support.c:192: error: for each function it appears in.)
make[3]: *** [support.o] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all] Error 2

I'm building the program in /Users/myusername/Library/.

Any ideas on how I can correct the error?

/Bjarke