ext Edd Barrett schrieb: > Hi, > > I am working on a port of qtcreator to OpenBSD. I have the application > building after a couple of trivial patches: > > http://students.dec.bournemouth.ac.uk/ebarrett/files/patch-src_libs_extensionsystem_extensionsystem_pro > http://students.dec.bournemouth.ac.uk/ebarrett/files/patch-src_libs_utils_process_stub_unix_c > > However, upon starting the app, file->new does nothing and nothing is > spewed onto the console. > > I have been examining ktrace outputs for anything obvious with no luck. > Next I would like to build a binary with debug symbols, but it seems the > documented way of adding "CONFIG += debug" to the pro does not work. > > I also tried various CFLAGS, CXXFLAGS and even CC kludges in the root > Makefile with no luck. > > a) Any ideas why file->new does not work. > b) Any ideas how to make a debug binary? > > Thanks > > Hmm, check Help/About Plugins for error output from the plugin loading. My guess is that no plugin is loaded, though I think that should be noticeable in more ways. :)
daniel _______________________________________________ Qt-creator mailing list [email protected] http://lists.trolltech.com/mailman/listinfo/qt-creator
