[Qt-creator] Error compiling Creator on OpenBSD 4.4
Israel Brewster
israel at frontierflying.com
Tue Mar 24 18:48:58 CET 2009
And with that, it works, at least mostly. I had /lib/qtcreator in my
LD_LIBRARY_PATH, but not /lib/qtcreator/plugins/Nokia A few remaining
caveats:
1) "make install" didn't work. I had to manually move the lib/
qtcreator and share/qtcreator files to the appropriate directories.
Easy enough though, as all the stuff I needed was arranged in proper
subfolders of the QtCreator directory.
2) in the default configuration, running a build on a project doesn't
work. QtCreator attempts to run the command "/usr/bin/make debug -w"
Unfortunately, -w isn't a valid switch on OpenBSD's make command (or
at least it isn't on mine). I can work around this by specifying "/usr/
bin/make" in the "override make" field of the project build settings,
which is fine, but it doesn't work by default.
3) The welcome page "Lacks features due to disabled webkit support"
Ok, so that's probably because I never installed webkit :) Of course,
I don't even know if I can - it's not listed in the ports tree, as far
as I can tell.
4) The make process doesn't like spaces in the file names. Works fine
on Mac and Windows, but not BSD. But that is probably a BSD thing, not
a QtCreator thing.
5) I'm having to specify my LD_LIBRARY_PATH enviroment variable
manually each time I run the program. Not a big deal - I just tossed
it in a little one-line script, and, of course, I could modify
my .profile file to set it correctly whenever I log in (although that
would only affect the current user, thus my doing it in a script), but
it seems to me it should be more automatic.
-----------------------------------------------
Israel Brewster
Computer Support Technician II
Frontier Flying Service Inc.
5245 Airport Industrial Rd
Fairbanks, AK 99709
(907) 450-7250 x293
-----------------------------------------------
On Mar 24, 2009, at 2:02 AM, Alex T. wrote:
> You need to make sure that plugins/Nokia/ directory is in your
> LD_LIBRARY_PATH environment variable.
>
> 2009/3/23 Israel Brewster <israel at frontierflying.com>
> On Mar 19, 2009, at 2:47 AM, Eike Ziller wrote:
> > With Help->About Plugins you can see what creator plugins are
> loaded,
> > and what plugins might have errors (and the reasons). If everything
> > went right you should have about 20 plugins showing up there.
> >
>
> So I see. I have about 20 little red x-es in there - all except
> "core". They show errors along the lines of "Cannot load library /lib/
> qtcreator/plugins/Nokia/libFind.so: (Cannot load specified object)"
> And yes, those libraries exist in that location. Considering that the
> big problem I had getting it to compile in the first place was with
> the plugin subsystem, I can't say I'm surprised though. I may have
> missed a #ifdef or something.
> -----------------------------------------------
> Israel Brewster
> Computer Support Technician II
> Frontier Flying Service Inc.
> 5245 Airport Industrial Rd
> Fairbanks, AK 99709
> (907) 450-7250 x293
> -----------------------------------------------
>
> > --
> > Eike Ziller
> > Software Engineer
> > Nokia, Qt Software
> > Phone +49 (0)30 6392 3255
> > Fax +49 (0)30 6392 3256
> > E-mail eike.ziller at nokia.com
> >
> >
> >
> >
> > _______________________________________________
> > Qt-creator mailing list
> > Qt-creator at trolltech.com
> > http://lists.trolltech.com/mailman/listinfo/qt-creator
>
>
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>
> _______________________________________________
> Qt-creator mailing list
> Qt-creator at trolltech.com
> http://lists.trolltech.com/mailman/listinfo/qt-creator
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-creator-old/attachments/20090324/54cf8bd6/attachment.html
More information about the Qt-creator-old
mailing list