Hi, when I do <code>UUID new</code> on the cogvm in 64bit ubuntu, it segfaults. I found out why and tried following the instructions given
here, ensuring I had all the needed libraries installed. But, after:
<pre>../../platforms/unix/config/configure CC="gcc -m32" CXX="g++ -m32" CFLAGS="-g -O2 -msse2 -D_GNU_SOURCE -DNDEBUG -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0"</pre>
/unixbuild/bld/UUIDPlugin/ is not present to cd into and make
I checked and it is specified in plugins.ext
I'm not experienced in building VMs so I don't know what to look for here.