[Qt-interest] Fwd: Fwd: qmake and staticlib issue
ami guru
dosto.walla at gmail.com
Tue Apr 21 02:13:47 CEST 2009
Hello Farid,
Thanks a lot for the feedback.
I have tried the absolute path instead of the relative one and it works fine
now.
Now i have another error which i think will be off-topic to bring up here.
I am getting the error saying that
invalid use of the incomplete type.
When do we have these type of error?
Regards
Sajjad
On Mon, Apr 20, 2009 at 6:35 PM, Farid Derradji <
farid.derradji at itwm.fraunhofer.de> wrote:
> Hello Sajjad,
>
> Perhaps you should first check whether your compiled libraries contain
> all required symbols (methods):
>
> objdump --demangle --syms libVrMath.a > libVrMath.txt
> objdump --demangle --syms libDataStructs.a > libDataStructs.txt
> objdump --demangle --syms libOpenGLRender.a > libOpenGLRender.txt
> objdump --demangle --syms libRaytraceMgr.a > libRaytraceMgr.txt
> objdump --demangle --syms libGraphics.a > libGraphics.txt
>
> Hereby *objdump* is a pretty useful tool of the *binutils* collection.
> Note that you need the debug versions of your libraries if you want to
> use Option --syms.
>
>
> Regards
> Farid
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090421/a39b0d65/attachment.html
More information about the Qt-interest-old
mailing list