[Gambas-devel] problems with new gb.sge (Simple Game Liobrary) component.

Tobias Boege tobias at ...692...
Mon Mar 25 20:34:18 CET 2013


On Mon, 25 Mar 2013, tommyline at ...674... wrote:
> Hi Benoit,
> 
> I was able to make new component and compile it, but can't test it. It's grey in component list as all experimental components, but IDE calls "component not found gb.sge". It doesn't show in reconf-all or configure too. I don't know what I do wrong, it seems not registered by Gambas. I attach .conf file from TEMPLATE dir.
> 

Look at the two top-level files:

- Makefile.am: Add your @sge_dir@ line to SUBDIRS
- configure.ac: Add your GB_CONFIG_SUBDIRS line

Then

$ ./reconf-all && ./configure && make
# make install

But how did you make it show up in the IDE dialogs without installing it
properly?

Regards,
Tobi





More information about the Devel mailing list