Hello Travis, On Wed, Mar 23, 2011 at 9:03 AM, Travis Griggs <[email protected]> wrote: > I did as you said Paolo. > > ./configure informed me i needed awk, so i installed gawk. Then I did a make, > and it did the following: > >> make[3]: Entering directory `/home/travis/GST324/smalltalk-3.2.4/libgst' >> /bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. >> -DDEFAULT_EXECUTABLE=\""/usr/bin/gst"\" -I../lib-src -I../lib-src >> -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -g >> -O2 -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith >> -Wno-pointer-sign -Wwrite-strings -Wno-strict-aliasing -Wno-switch -fno-gcse >> -fstrict-aliasing -MT gstpub.lo -MD -MP -MF .deps/gstpub.Tpo -c -o >> gstpub.lo gstpub.c >> libtool: compile: gcc -DHAVE_CONFIG_H -I. -I.. >> -DDEFAULT_EXECUTABLE=\"/usr/bin/gst\" -I../lib-src -I../lib-src >> -I../snprintfv -I../snprintfv -I../lightning -I../lightning -I.. -I.. -g -O2 >> -Wall -Wdeclaration-after-statement -Wno-format -Wpointer-arith >> -Wno-pointer-sign -Wwrite-strings -Wno-strict-aliasing -Wno-switch -fno-gcse >> -fstrict-aliasing -MT gstpub.lo -MD -MP -MF .deps/gstpub.Tpo -c gstpub.c >> -fPIC -DPIC -o .libs/gstpub.o >> In file included from gstpub.c:57: >> gstpriv.h:110: fatal error: sigsegv.h: No such file or directory
sigsegv.h is bundled with GST. The actual include needs to be generated in $GST/sigsegv/src/ from sigsegv.h.in so it looks like configure failed to do that on your build. Could you repeat the steps on a freshly extracted tarball? I just built it on opensuse 11.4 without any problems. If it is a stock Ubuntu, it would help to first install libgtk2.0-dev as it will install all the development headers as dependencies. Also, you will need it for building VisualGST. cheers, --krishna -- The programmer is fighting against the two most destructive forces in the universe: entropy and human stupidity. --Damian Conway _______________________________________________ help-smalltalk mailing list [email protected] http://lists.gnu.org/mailman/listinfo/help-smalltalk
