Closed shoknshok closed 7 years ago
you build for linux version?
Thanks for repliment, I'm building for linux and using ubuntu14.04.1 to build it. If you wonder any infomation. Please let me know! On Jul 9, 2016 07:39, "xsmart" notifications@github.com wrote:
you build for linux version?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or mute the thread.
I retry to build the source from main branch, after fix some dependencies the final error still the same as above as I mentioned. By the way, which IDE should I use to develop this source?
you can use the prebuild version or build from source for windows.
full source code will ready soon.
I'm attempting to build r.2.0.3 version but meeting this error:
.obj/qatomicvalue.o: In function
QPatternist::AbstractFloatqdtoa(double, int, int, int*, int*, char**, char**)' .obj/qatomicvalue.o: Inqtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/qgraphicsview/qgraphicsview.pro function
QPatternist::AbstractFloatqdtoa(double, intqtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/ , int,qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/ int*, qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/abstractitemcontainer.cpp int*, char**, char**)' .obj/qdecimal.o: In function
QPatternist::Decimal::toString(double)': qdecimal.cpp:(.text+0x503): undefined reference toqdtoa(double, int, int, int*, int*, char**, char**)' collect2: error: ld returned 1 exit status qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/simplelist.h qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/webview_p.h qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/itemrecyclinglistview.h qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/scroller_p.h qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/menu.h qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/itemrecyclinglist.cpp qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/dummydatagen.h qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/dummydatagen.cpp qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/listitemcontainer.cpp qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/recycledlistitem.cpp qtbase-opensource-src-5.5.1/tests/benchmarks/gui/graphicsview/functional/GraphicsViewBenchmark/widgets/commandline.h make[4]: *** [../../lib/libQt5XmlPatterns.so.5.5.1] Error 1
As I know, the qdtoa() function is not defined that cause this error but I don't know how to fix this. Please help me to fix this!
Thanks for advance