Will this info be passed onto the person that does the ports for FreeBSD?
<snip>
>
> Thank you very much! It compiled on FreeBSD *almost* without problems.
> These are what went wrong in my build:
>
> - Although it correctly saw that Qt is libqt2.so, it didn't know
> that, on FreeBSD, moc is 'moc2'
>
> - I had to add --with-extra-includes=/usr/local/include and
> --with-extra-libs=/usr/local/lib to find -lpng and -ljpeg. The
> problem was they weren't added to the Makefile in the correct
> places, so linking always failed.
>
> Other than that, it's still a great program, and I did get it to compile
oco
> rectly after a bit of hacking.