I am trying to get MyCC up and running on FreeBSD, i would even make the port
skeleton out of it (if it worked fine) to be included in the FreeBSD ports
collection. While the port is pretty straightforward because of QT, the
application segfault with signal 11 when started from an xterm and segfaults on
signal 6 when called from a graphical environment, the exceptions ocurr only
and only when registering a server (could be more, but what can you do with the
app without registering a server first?). I understand this is alpha code
and would like to help make it better and and available fro FreeBSD, i include
my shar file of the port skeleton (if you want to try it on FreeBSD) and a core
dump if you want to backtrace where exception occurrs.
My OS Configuration is FreeBSD-4.6.1-RELEASE with up to date libraries
QT/libmysql.
If you have any suggestion for a FreeBSD specific patch to the sources i
would be willing to guinea pig for them.