[Qt-interest] Problems with installing the new Animation framework as dll
Justin Noel
justin at ics.com
Wed Sep 2 17:00:33 CEST 2009
Patric wrote:
> Anyone ?
> I'm using windows xp, QT 4.5.2 and QT Creator 4.2 .
>
> regards
>
> ----- Original Message -----
> *From:* Patric <mailto:userqt at gmail.com>
> *To:* qt-interest at trolltech.com <mailto:qt-interest at trolltech.com>
> *Sent:* Wednesday, September 02, 2009 5:27 AM
> *Subject:* Problems with installing the new Animation framework as dll
>
> Hello,
> I'm getting some nasty errors here when I'm compilling this.
>
> C:\Documents and
> Settings\Secret\Desktop\workspace\qtanimationframework-2.3-opensource\qtanimationframework-2.3-opensource>configu
> re -library
> Configuring to build this component as a dynamic library.
> .
> This component is now configured.
> .
> To build the component library (if requested) and example(s),
> run qmake and your make or nmake command.
> .
> To remove or reconfigure, run make (nmake) distclean.
> .
>
> C:\Documents and
> Settings\Secret\Desktop\workspace\qtanimationframework-2.3-opensource\qtanimationframework-2.3-opensource>qmake
>
> C:\Documents and
> Settings\Secret\Desktop\workspace\qtanimationframework-2.3-opensource\qtanimationframework-2.3-opensource>mingw32
> -make
> cd buildlib\ && mingw32-make -f Makefile
> mingw32-make[1]: Entering directory `C:/Documents and
> Settings/Secret/Desktop/workspace/qtanimationframework-2.3-opensource/qtanim
> ationframework-2.3-opensource/buildlib'
> c:\Qt\2009.03\qt\bin\qmake.exe -win32 -o Makefile buildlib.pro
> mingw32-make[1]: Leaving directory `C:/Documents and
> Settings/Secret/Desktop/workspace/qtanimationframework-2.3-opensource/qtanima
> tionframework-2.3-opensource/buildlib'
> mingw32-make[1]: Entering directory `C:/Documents and
> Settings/Secret/Desktop/workspace/qtanimationframework-2.3-opensource/qtanim
> ationframework-2.3-opensource/buildlib'
> mingw32-make -f Makefile.Debug all
> mingw32-make[2]: Entering directory `C:/Documents and
> Settings/Secret/Desktop/workspace/qtanimationframework-2.3-opensource/qtanim
> ationframework-2.3-opensource/buildlib'
> g++ -enable-stdcall-fixup -Wl,-enable-auto-import
> -Wl,-enable-runtime-pseudo-reloc -shared -mthreads -Wl
> -Wl,--out-implib,c:\Docum
> ents and
> Settings\Secret\Desktop\workspace\qtanimationframework-2.3-opensource\qtanimationframework-2.3-opensource\lib\libQtSoluti
> ons_AnimationFramework-2.3d.a -o
> ..\lib\QtSolutions_AnimationFramework-2.3d.dll
> object_script.QtSolutions_AnimationFramework-2.3d.
> Debug -L"c:\Qt\2009.03\qt\lib" -lQtGuid4 -lQtCored4
> g++: and: No such file or directory
> g++:
> Settings\Secret\Desktop\workspace\qtanimationframework-2.3-opensource\qtanimationframework-2.3-opensource\lib\libQtSolutions_
> AnimationFramework-2.3d.a: No such file or directory
> mingw32-make[2]: ***
> [..\lib\QtSolutions_AnimationFramework-2.3d.dll] Error 1
> mingw32-make[2]: Leaving directory `C:/Documents and
> Settings/Secret/Desktop/workspace/qtanimationframework-2.3-opensource/qtanima
> tionframework-2.3-opensource/buildlib'
> mingw32-make[1]: *** [debug-all] Error 2
> mingw32-make[1]: Leaving directory `C:/Documents and
> Settings/Secret/Desktop/workspace/qtanimationframework-2.3-opensource/qtanima
> tionframework-2.3-opensource/buildlib'
> mingw32-make: *** [sub-buildlib-make_default-ordered] Error 2
>
>
>
Looking at the two actual error lines:
g++: and: No such file or directory
g++:
Settings\Secret\Desktop\workspace\qtanimationframework-2.3-opensource\qtanimationframework-2.3-opensource\lib\libQtSolutions_
AnimationFramework-2.3d.a: No such file or directory"
It looks like something doesn't like the fact that you are building in a
path with spaces. I assume the "and" and the path that just starts with
"Settings/..." comes from "Documents and Settings". Re-try the build
somewhere else.
--Justin
-------------- next part --------------
A non-text attachment was scrubbed...
Name: justin.vcf
Type: text/x-vcard
Size: 233 bytes
Desc: not available
Url : http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20090902/4ad96b65/attachment.vcf
More information about the Qt-interest-old
mailing list