Nrgyzer
Joined: 12 Dec 2009 Posts: 31
|
Posted: Thu Mar 31, 2011 11:34 am Post subject: Error: Unexpected char |
|
|
Hey guys,
I'm trying to build qt, but I always get the following error:
Code: | -- D compiler found -- Digital Mars D Compiler v2.052
-- Configuring done
-- Generating done
[ 10%] Built target cpp_core
[ 76%] Built target cpp_gui
[ 82%] Built target cpp_network
[ 84%] Built target cpp_opengl
[ 92%] Built target cpp_xml
[ 93%] Built target cpp_svg
[ 94%] Built target cpp_webkit
[ 94%] Creating implib qtdcore
Digital Mars Import Library Manager Version 7.6B1n
Copyright (C) Digital Mars 2000. All Rights Reserved.
Error: Unexpected char 'E' in command line.
mingw32-make[5]: *** [CMakeFiles/core.dir/cpp.lib] Error 1
mingw32-make[4]: *** [CMakeFiles/qtdcore.dir/all] Error 2
mingw32-make[3]: *** [all] Error 2
mingw32-make[2]: *** [main] Error 2
mingw32-make[1]: *** [CMakeFiles/main.dir/all] Error 2
mingw32-make: *** Error 2 |
Does anyone know what's wrong or how I can solve that problem?
Thanks for any suggestion
Edit:\\ Solved by using another path to compile qtd - without any blanks in it. |
|