On 2011-11-23, riverdu...@gmail.com <riverdu...@gmail.com> wrote:
> I run the conifuration as layed out in the readme.
>
> ../../platforms/unix/config/configure --without-vm-display-fbdev  
> --without-npsqueak CFLAGS="-g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG  
> -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0"  
> LIBS=-lpthread

The -lpthread should be -pthread on OpenBSD.

> After it is successful I then make, which is where I run into problems.
> gcc -g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1  
> -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0 -msse -DLSB_FIRST=1  
> -DHAVE_CONFIG_H -DSQUEAK_BUILTIN_PLUGIN -I/home/dusty/cogvm/unixbuild/bld  
> -I/home/dusty/cogvm/unixbuild/bld -I/home/dusty/cogvm/platforms/unix/vm  
> -I/home/dusty/cogvm/platforms/Cross/vm -I/home/dusty/cogvm/src/vm  
> -I/home/dusty/cogvm/platforms/Cross/vm  
> -I/home/dusty/cogvm/platforms/unix/vm -I/home/dusty/cogvm/src/vm  
> -I/home/dusty/cogvm/platforms/Cross/plugins/FilePlugin  
> -I/home/dusty/cogvm/platforms/unix/plugins/B3DAcceleratorPlugin  
> -I/home/dusty/cogvm/unixbuild/bld -I/home/dusty/cogvm/unixbuild/bld  
> -I/home/dusty/cogvm/platforms/unix/vm  
> -I/home/dusty/cogvm/platforms/Cross/vm -I/home/dusty/cogvm/src/vm  
> -I/usr/X11R6/include -c -o sqUnixMain.o  
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c
> /home/dusty/cogvm/platforms/unix/vm/sqUnixMain.c:62:23: error: execinfo.h:  
> No such file or directory

Missing -I/usr/local/include, you might be able to add this to the
configure line (CPPFLAGS="-I/usr/local/include" if it works, otherwise
add to CFLAGS).


Reply via email to