On Sun, Apr 27, 2014 at 11:11 AM, Stephan Beal <[email protected]> wrote: > On Sun, Apr 27, 2014 at 4:42 PM, Joseph Prostko <[email protected]> > wrote: >> >> Thanks for any advice on helping to explain what is going on with >> respect to the code execution path. I still plan on getting better >> acquainted with the codebase, but anything that can help accelerate >> that would be appreciated. > > > if you can provide > a VM image to test > i will have a look
We offer VMWare (VMDK) images at http://haiku-files.org/haiku/development/ which will work in VirtualBox. Just make sure to use the Intel IPro100 adapter for networking. After you have it up and running, you will have to pull down OpenSSL devel packages. I also suggest switching compilers from GCC2 to GCC4 also via the setarch command outlined below, as although Fossil compiles with GCC2, I noticed some SQLite locking problems as a result (at least recently). If you feel the need to switch back to GCC2 either close the Terminal or type `setarch x86_gcc2`. So yeah, do this... ~> pkgman install openssl_devel openssl_x86_devel ~> setarch x86 You may also want a better text editor than StyledEdit, so may want to get Vim and Pe. To do so, type ~> pkgman install pe vim I could provide you a custom image too that is more complete, but I might not get around to that today. Let me know if you'd rather have me do that. Just keep in mind that the nightly images at the link I shared lack a lot of software, so you may have to use the HaikuDepot app or `pkgman` to get some additional software you may need. - joe _______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

