|
|
| Author |
Message |
|
|
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 936 Location: Falun, WI USA
|
Posted: Sun Nov 16, 2008 4:55 am Post subject: GClassGen - Software for generating GObject classes |
|
|
I'm announcing my sourceforge project GClassGen (current version is 1.2).
GClassGen is a program that generates a GObject class in a number of languages. It does this using a plugin system, so
more languages can be added without re-compiling the main program.
This information and full documentation can be found at the project's website:
http://gclassgen.sourceforge.net/
Here's a screenshot:
The program uses gettext, although there isn't a pot file.
If anyone is interested in translating, I can make a pot file and post it on the project web site.
UPDATE: I've now released version 1.2, see here for release notes:
https://sourceforge.net/project/shownotes.php?group_id=238248&release_id=641820
I hope that this is helpful for someone.
Post any feedback you have.
Thanks... |
|
| Back to top |
|
 |
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 936 Location: Falun, WI USA
|
|
| Back to top |
|
 |
massadop Familiar Face
Joined: 05 Apr 2009 Posts: 6
|
Posted: Thu Apr 23, 2009 7:23 am Post subject: |
|
|
Hello,
Just to thank you. It is a very effcient and useful piece of software!!!
Mass |
|
| Back to top |
|
 |
urb Familiar Face
Joined: 09 Nov 2009 Posts: 5
|
Posted: Mon Dec 14, 2009 8:48 pm Post subject: |
|
|
Hello dreblen, is the ability to run your application on win32? I tried to compile under MinGW MSYS and everything went ok, but I can not start the application as it appears with an error dialog: no code generation modules found. Aborting. Please help how to run your application under win32. It seems to me that the problem lies in the path to the directory module, where the program reads the modules from the /usr/local.
Maybe somehow tweak the source code to the application to properly compile and run under MinGW and MSYS.
Thanks in advance. |
|
| Back to top |
|
 |
dreblen Never Seen the Sunlight
Joined: 14 Jun 2007 Posts: 936 Location: Falun, WI USA
|
Posted: Tue Dec 15, 2009 5:25 am Post subject: |
|
|
Yes, the program does work on Windows.
You should be able to get it working by setting the GCG_MODULE_DIR define at compile time to where your modules are installed:
| Code: (Plaintext) | 1 2 3
| ./configure GCG_MODULE_DIR="directory/"
or
./configure GCG_MODULE_DIR="\"directory/\"" |
I don't have a working autotools set-up on my Windows system so I can't test this, but I know that it works on Linux, and the concept is the same.
If you have anymore problems, please let me know. |
|
| Back to top |
|
 |
wonderlandy
Joined: 02 Feb 2010 Posts: 2 Location: Gurarapari / Brasil
|
Posted: Wed Feb 17, 2010 12:23 pm Post subject: |
|
|
Hello there! You work is very helpfull!
Keep up the good work!
Best Regards! |
|
| Back to top |
|
 |
|