GTK+ Forums Forum Index GTK+ Forums
Discussion forum for GTK+ and Programming. Ask questions, troubleshoot problems, view and post example code, or express your opinions.
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

GClassGen - Software for generating GObject classes

 
Post new topic   Reply to topic    GTK+ Forums Forum Index -> Project Showcase
Author Message
dreblen
Never Seen the Sunlight


Joined: 14 Jun 2007
Posts: 936
Location: Falun, WI USA

PostPosted: Sun Nov 16, 2008 4:55 am    Post subject: GClassGen - Software for generating GObject classes Reply with quote

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

PostPosted: Fri Nov 21, 2008 5:00 pm    Post subject: Reply with quote

Update for version 1.2, see OP
http://gtkforums.com/viewtopic.php?p=5670#5670
Back to top
massadop
Familiar Face


Joined: 05 Apr 2009
Posts: 6

PostPosted: Thu Apr 23, 2009 7:23 am    Post subject: Reply with quote

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

PostPosted: Mon Dec 14, 2009 8:48 pm    Post subject: Reply with quote

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

PostPosted: Tue Dec 15, 2009 5:25 am    Post subject: Reply with quote

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

PostPosted: Wed Feb 17, 2010 12:23 pm    Post subject: Reply with quote

Hello there! You work is very helpfull!
Keep up the good work!
Best Regards!
Back to top
Display posts from previous:   
Post new topic   Reply to topic    GTK+ Forums Forum Index -> Project Showcase All times are GMT
Page 1 of 1

 


Powered by phpBB © 2001, 2005 phpBB Group
CodeBB 1.0 Beta 2
Protected by Anti-Spam ACP