[Development] "no qmlviewer found" in Qt Creator

Konstantin Ritt ritt.ks at gmail.com
Sat Jul 7 22:12:18 CEST 2012


That's a libICU dependency. Is libICU properly installed?

Konstantin


2012/7/7 Leandro Melo de Sales <leandroal at gmail.com>:
> Thiago,
>    I have just noticed that no. Please, see this:
>
> $ clang++ --version
> Apple clang version 3.1 (tags/Apple/clang-318.0.58) (based on LLVM 3.1svn)
> Target: x86_64-apple-darwin11.4.0
> Thread model: posi
>
> $ make module-qtquick1
> (...)
> clang++ -c -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -fPIC -Wall -W
> -DQT_CORE_LIB -I../../../../../qtbase/mkspecs/macx-clang
> -I../../../../Source/WTF -I../../../../Source/WTF
> -I../../../../Source/WTF/wtf -I../../../../../qtbase/include
> -I../../../../../qtbase/include/QtCore -I. -I.
> -F/Users/leandrosales/development/qt5/complete/qt5/qtbase/lib -o
> bignum-dtoa.o ../../../../Source/WTF/wtf/dtoa/bignum-dtoa.cc
> In file included from ../../../../Source/WTF/wtf/DecimalNumber.cpp:27:
> In file included from ../../../../Source/WTF/wtf/DecimalNumber.h:30:
> In file included from ../../../../Source/WTF/wtf/dtoa.h:26:
> In file included from ../../../../Source/WTF/wtf/unicode/Unicode.h:34:
> ../../../../Source/WTF/wtf/unicode/icu/UnicodeIcu.h:27:10: fatal error:
> 'unicode/uchar.h' file not found
> #include <unicode/uchar.h>
>          ^
> In file included from ../../../../Source/WTF/wtf/dtoa.cpp:36:
> In file included from ../../../../Source/WTF/wtf/dtoa.h:26:
> In file included from ../../../../Source/WTF/wtf/unicode/Unicode.h:34:
> ../../../../Source/WTF/wtf/unicode/icu/UnicodeIcu.h:27:10: fatal error:
> 'unicode/uchar.h' file not found
> #include <unicode/uchar.h>
>          ^
> clang++ -c -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -fPIC -Wall -W
> -DQT_CORE_LIB -I../../../../../qtbase/mkspecs/macx-clang
> -I../../../../Source/WTF -I../../../../Source/WTF
> -I../../../../Source/WTF/wtf -I../../../../../qtbase/include
> -I../../../../../qtbase/include/QtCore -I. -I.
> -F/Users/leandrosales/development/qt5/complete/qt5/qtbase/lib -o bignum.o
> ../../../../Source/WTF/wtf/dtoa/bignum.cc
> In file included from ../../../../Source/WTF/wtf/DateMath.cpp:73:
> In file included from ../../../../Source/WTF/wtf/DateMath.h:54:
> In file included from ../../../../Source/WTF/wtf/text/WTFString.h:28:
> In file included from ../../../../Source/WTF/wtf/text/ASCIIFastPath.h:26:
> In file included from ../../../../Source/WTF/wtf/unicode/Unicode.h:34:
> ../../../../Source/WTF/wtf/unicode/icu/UnicodeIcu.h:27:10: fatal error:
> 'unicode/uchar.h' file not found
> #include <unicode/uchar.h>
>          ^
> clang++ -c -pipe -mmacosx-version-min=10.6 -g -gdwarf-2 -fPIC -Wall -W
> -DQT_CORE_LIB -I../../../../../qtbase/mkspecs/macx-clang
> -I../../../../Source/WTF -I../../../../Source/WTF
> -I../../../../Source/WTF/wtf -I../../../../../qtbase/include
> -I../../../../../qtbase/include/QtCore -I. -I.
> -F/Users/leandrosales/development/qt5/complete/qt5/qtbase/lib -o
> cached-powers.o ../../../../Source/WTF/wtf/dtoa/cached-powers.cc
> 1 error generated.
> make[4]: *** [dtoa.o] Error 1
> make[4]: *** Waiting for unfinished jobs....
> 1 error generated.
> make[4]: *** [DecimalNumber.o] Error 1
> 1 error generated.
> make[4]: *** [DateMath.o] Error 1
> make[4]: Leaving directory
> `/Users/leandrosales/development/qt5/complete/qt5/qtwebkit/WebKitBuild/Release/Source/WTF'
> make[3]: *** [sub-Source-WTF-WTF-pro-make_first-ordered] Error 2
> make[3]: Leaving directory
> `/Users/leandrosales/development/qt5/complete/qt5/qtwebkit/WebKitBuild/Release'
> make[2]: *** [incremental] Error 2
> make[2]: Leaving directory
> `/Users/leandrosales/development/qt5/complete/qt5/qtwebkit/WebKitBuild/Release'
> make[1]: *** [module-qtwebkit] Error 2
> make[1]: Leaving directory
> `/Users/leandrosales/development/qt5/complete/qt5'
> make: *** [sub-qtwebkit-pri] Error 2
>
> Leandro.
>
> 2012/7/7 Thiago Macieira <thiago.macieira at intel.com>
>>
>> On sexta-feira, 6 de julho de 2012 21.02.20, Leandro Melo de Sales wrote:
>> > Hi,
>> >   I have compiled qt5 and setup it in Qt Creator 2.4.83. But I got a
>> > warning "no qmlviewer found". How to fix this?
>>
>> How did you compile the qtquick1 module? Did it finish with success?
>>
>> --
>> Thiago Macieira - thiago.macieira (AT) intel.com
>>   Software Architect - Intel Open Source Technology Center
>>      Intel Sweden AB - Registration Number: 556189-6027
>>      Knarrarnäsgatan 15, 164 40 Kista, Stockholm, Sweden
>>
>> _______________________________________________
>> Development mailing list
>> Development at qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/development
>>
>
>
> _______________________________________________
> Development mailing list
> Development at qt-project.org
> http://lists.qt-project.org/mailman/listinfo/development
>



More information about the Development mailing list