On 2012/06/02 15:07, Dusty wrote: > In my feeble and ignorance, I'm attempting to build CogVM on OpenBSD. > I've come across some problems that my limited skills cannot solve.
> -I/home/dusty/CogVM/openCogVm/platforms/Cross/vm > -I/home/dusty/CogVM/openCogVm/src/vm -I/usr/X11R6/include -c -o > sqUnixMain.o /home/dusty/CogVM/openCogVm/platforms/unix/vm/sqUnixMain.c > /home/dusty/CogVM/openCogVm/platforms/unix/vm/sqUnixMain.c:62:22: > error: execinfo.h: No such file or directory Build with -I/usr/local/include (and install the libexecinfo port if you haven't already) > /home/dusty/CogVM/openCogVm/platforms/unix/vm/sqUnixMain.c:820:3: > error: #error need to implement extracting pc from a ucontext_t on > this system If this is the ucontext.h stuff, afaik nobody has implemented ucontext for OpenBSD, certainly it's not in-tree.
