Re: CogVM OpenBSD and the Call Stack

2012-06-04 Thread riverdusty
I will attempt as you have said. I have already done other things and managed to get a successfull build. I can even load a pharo image successfully! Thats about it, do anything, and it crashes. I will do as you say and report back. In the mean time comments are welcome. Output from crash: $

Re: CogVM OpenBSD and the Call Stack

2012-06-04 Thread riverdusty
Ok, result after execinfo.h and -I/stuff, also -DDEBUG and turning DEBUGVM=1 on. $ ./squeak /home/dusty/pharo-image/pharo.image ioFindExternalFunctionIn(display_X11, 0xfffe): Unable to resolve symbol ioFindExternalFunctionIn(sound_OSS, 0xfffe): Unable to resolve symbol

CogVM OpenBSD and the Call Stack

2012-06-02 Thread Dusty
Hi 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. $ make gcc -g -O2 -msse2 -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0 -I/usr/X11R6/include -I/usr/local/include -msse

Re: CogVM OpenBSD and the Call Stack

2012-06-02 Thread Stuart Henderson
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

Re: CogVM OpenBSD and the Call Stack

2012-06-02 Thread Brad Smith
On Sat, Jun 02, 2012 at 08:19:17PM +0100, Stuart Henderson wrote: 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