Re: cannot launch project with glad file

2011-01-14 Thread craigbakalian
Hi Tristan, The .glad file is in the same directory as the gtk application. There are not any problems with my path because I can double-click the gtk application and it will run. The fact that I can double-click the app and it runs is key to understanding this problem. What I cannot do is

Re: cannot launch project with glad file

2011-01-14 Thread Florian Müllner
On Fri, 2011-01-14 at 04:36 -0500, craigbakalian wrote: xml = glade_xml_new (mLilyEditor.glade, NULL, NULL); myLilyEditor.glade does not mean in the same directory as the executable but in the current working directory. Usually you define a constant from your Makefile.am (e.g.

cannot launch project with glad file

2011-01-13 Thread craigbakalian
Hi, I am unable to launch my built gtk+ application from the terminal because it cannot find the glad file, even if the glad file is right where it should be. Do I need to add something to the terminal statement when launching my application? Craig Bakalian

Re: cannot launch project with glad file

2011-01-13 Thread Tristan Van Berkom
a.) where did you install the .glade file b.) what path are you giving to the gtk_builder_add_from_file() api ? If you've answered those 2 questions, you've surely already solved the problem. Cheers, -Tristan On Fri, Jan 14, 2011 at 5:11 AM, craigbakalian craigbakal...@verizon.net wrote: