mankoff
Joined: 11/11/2011 18:59:36
Messages: 2
Offline
|
Hi,
I'm wondering if anyone here is a C++ developer with interest in helping debug a port of an open source project to OS X.
I recently found CloudCompare (listed here when I told the author about this site). It is Windows software, but licensed under the GPL. I ported it to OS X successfully over the past few weeks, both the source and the build system (a bit messy, using Code::Blocks). It builds now, but crashes right after the splash screen.
I'm no longer a software developer, and haven't coded C in about a decade. I could debug the build system because 'make' provides errors. I tried running the binary in gdb, but I'm really not qualified to debug the runtime errors which don't spit out helpful (or even unhelpful) messages.
If someone here knows C/C++ and uses OS X, they should have a personal interest in seeing this really nice software ported native. If so, please let me know, and I will send my diff and help you finish my port as I am able to.
Thanks,
-k.
|