Thank you! I successfully compiled the qtbase. But when I compile other modules, there are some errors.
When I compile qtjsbackend,the error is as followed
@In file included from ../3rdparty/v8/src/v8.h:58:0,
from ../3rdparty/v8/src/accessors.cc:28:
../3rdparty/v8/src/v8globals.h:434:1: error: expected identifier before ‘<<’ token
<<<<<<< HEAD
^
../3rdparty/v8/src/v8globals.h:434:1: error: expected ‘}’ before ‘<<’ token
../3rdparty/v8/src/v8globals.h:434:1: error: expected unqualified-id before ‘<<’ token
../3rdparty/v8/src/v8globals.h:578:3: error: expected declaration before ‘}’ token
} } // namespace v8::internal
^
make[2]: *** [.obj/accessors.o] error 1
make[2]: *** waiting the uncompleted task....
In file included from ../3rdparty/v8/src/v8.h:58:0,
from ../3rdparty/v8/src/api.h:31,
from ../3rdparty/v8/src/api.cc:28:
../3rdparty/v8/src/v8globals.h:434:1: error: expected identifier before ‘<<’ token
<<<<<<< HEAD
^
../3rdparty/v8/src/v8globals.h:434:1: error: expected ‘}’ before ‘<<’ token
../3rdparty/v8/src/v8globals.h:434:1: error: expected unqualified-id before ‘<<’ token
../3rdparty/v8/src/v8globals.h:578:3: error: expected declaration before ‘}’ token
} } // namespace v8::internal
^
make[2]: *** [.obj/api.o] error 1
make[2]:leaving /home/shawn/opt/qt5/qtjsbackend/src/v8' make[1]: *** [sub-v8-make_first-ordered] error 2 make[1]:leaving /home/shawn/opt/qt5/qtjsbackend/src'
make: *** [sub-src-make_first] error 2
@
When I use the command "/usr/local/qt5pi/bin/qmake ." to compile the qt3d, qtjsondb and qtdocgallery, the error is
@ file to open is a directory
Error processing project file: .@
[quote author="Dheerendra" date="1408464631"]Remove -reduce-relocations option from your command line arguments and re-run your compilation.[/quote]