I'm attempting to build the latest gambas source and it requires a ton of dependencies. The current port version is WAY out of date. I've been able to find a few of the dependencies but a few I'm having trouble with. Here's the output from configure:
In particular is libqte-mt.so...without that, I don't think gambas will be capable of producing GUI-based applications. I have searched the ports collection for any hints to finding them (using an app I wrote in the old gambas, ironically) but haven't had any luck. Google hasn't been too useful either.
So...any of you more experienced folks know where to snag these dependencies?
Code:
configure: WARNING: Unable to find file: sqlite.h
configure: WARNING: Unable to find file: libsqlite.so
configure: WARNING: Unable to find file: libfbclient.so
configure: WARNING: Unable to find file: libqte-mt.so
configure: WARNING: Unable to find file: linux/videodev.h
configure: WARNING: Unable to find file: linux/videodev2.h
configure: WARNING: glx.h not found. Check 'config.log' for more details.
configure: WARNING: Unable to find file: CORBA.h
configure: WARNING: Unable to find file: libomniORB4.so
configure: WARNING: Unable to find file: libomniDynamic4.so
In particular is libqte-mt.so...without that, I don't think gambas will be capable of producing GUI-based applications. I have searched the ports collection for any hints to finding them (using an app I wrote in the old gambas, ironically) but haven't had any luck. Google hasn't been too useful either.
