From: Pete S. <pst...@ve...> - 2008-03-20 23:00:14
|
KC = Kevin Cosgrove KC> I built wxWidgets and Jazz++. I didn't install KC> wxWidgets, but instead I configured jazz to KC> use ../../blah/blah/blah/wxblah to build. How did you do that? KC> When I start ./jazz in the src dir I get this KC> error message KC> KC> (jazz:2261): Gtk-CRITICAL **: gtk_file_system_unix_get_parent: assertion `g_path_is_absolute (filename)' failed What version of GTK did you use? This looks similar, but not identical to, messages posted by Robert Vogel in his screen dumps. I can't get at my Linux box to try, but I don't think I've seen these. I could be mistaken. KC> and then a window pops open to ask me where the KC> jazz.cfg file is. After clicking on that file I KC> get a "Floating exception" as jazz crashes. KC> I had these defined in my environment from my KC> historic use of Jazz++ KC> KC> JAZZ=/usr/local/jazz KC> WXHELPFILES=/usr/local/jazz KC> KC> Undefining them does alter the behavior. KC> KC> Any thoughts? Do you have a file called .Jazz under your home directory? If yes, what's in it? If not, could you create on and put the following in it... [Paths] Conf=LOCATION_OF_CONFIGURATION_FILES Where LOCATION_OF_CONFIGURATION_FILES is an absolute path to your configuration file directory. I have the following... [Paths] Conf=/home/pstieber/Jazz++/jazzplusplus/trunk/jazz/conf/ Let me know is any of this help. I might commit a version with some debug code to help us figure out what is going on. Pete |