Thank you for your response.

Looks like that everything OK with g++, an output of that command is as follows:

============================================
sa...@udellalex:~$ g++ -xc++ -E -v -
Using built-in specs.
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu
4.3.3-5ubuntu4'
--with-bugurl=file:///usr/share/doc/gcc-4.3/README.Bugs
--enable-languages=c,c++,fortran,objc,obj-c++ --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--with-gxx-include-dir=/usr/include/c++/4.3 --program-suffix=-4.3
--enable-clocale=gnu --enable-libstdcxx-debug --enable-objc-gc
--enable-mpfr --with-tune=generic --enable-checking=release
--build=x86_64-linux-gnu --host=x86_64-linux-gnu
--target=x86_64-linux-gnu
Thread model: posix
gcc version 4.3.3 (Ubuntu 4.3.3-5ubuntu4)
COLLECT_GCC_OPTIONS='-E' '-v' '-shared-libgcc' '-mtune=generic'
 /usr/lib/gcc/x86_64-linux-gnu/4.3.3/cc1plus -E -quiet -v
-D_GNU_SOURCE - -D_FORTIFY_SOURCE=2 -mtune=generic
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory
"/usr/lib/gcc/x86_64-linux-gnu/4.3.3/../../../../x86_64-linux-gnu/include"
ignoring nonexistent directory "/usr/include/x86_64-linux-gnu"
#include "..." search starts here:
#include <...> search starts here:
 /usr/include/c++/4.3
 /usr/include/c++/4.3/x86_64-linux-gnu
 /usr/include/c++/4.3/backward
 /usr/local/include
 /usr/lib/gcc/x86_64-linux-gnu/4.3.3/include
 /usr/lib/gcc/x86_64-linux-gnu/4.3.3/include-fixed
 /usr/include
End of search list.
============================================

is it possible to find out the root cause of the issue without
compiling Qt Creator? I mean is it any place where QtCreator puts such
things as parsed paths to include directories etc.

I didn't find corresponding place in the configuration files in ~/.config/Nokia

2009/9/29 Daniel Teske <[email protected]>:
> ext Alexander Shabanov schrieb:
>> Hi!
>>
>> I am using Qt Creator 1.2.90 on Windows (with MSVC 2008), MacOS 10.5
>> and Ununtu x64.
>> I have noticed, that Qt Creator is not able to find out standard
>> include path on Mac OS and Ubuntu, but everything works fine for
>> Windows edition.
>
> What we do is: Figure out the toolchain, and since those two platforms
> are using g++, we run g++ -xc++ -E -v - and parse the output. So it
> might be that your compiler is outputting something strange there.
>
> daniel
> _______________________________________________
> Qt-creator mailing list
> [email protected]
> http://lists.trolltech.com/mailman/listinfo/qt-creator
>



-- 
Best regards,
    Alexander Shabanov
_______________________________________________
Qt-creator mailing list
[email protected]
http://lists.trolltech.com/mailman/listinfo/qt-creator

Reply via email to