Page 1 of 1

Windows installation

Posted: Wed Jun 03, 2020 11:12 pm
by kiptoojames
Hi,

I am attempting to install Geopsy on windows 10 according to the documented procedure.
At the step which says Building QT4 an error appears Qmake failed, return code -1073741819 [**see below ]

I would appreciate assistance on way forward,

Thanks,

James



Creating qmake...
g++ -c -oqconfig.o -O -I. -Igenerators -Igenerators/unix -Igenerators/win32 -Igenerators/mac -IC:\qt/src/corelib/arch/generic -IC:\qt/include -IC:\qt/include/QtCore -IC:\qt/include -IC:\qt/include/QtCore -IC:\qt/src/corelib/global -IC:\qt/include/QtScript -IC:\qt/mkspecs/win32-g++ -DQT_NO_TEXTCODEC -DQT_NO_UNICODETABLES -DQT_LITE_COMPONENT -DQT_NO_PCRE -DQT_NODLL -DQT_NO_STL -DQT_NO_COMPRESS -DUNICODE -DHAVE_QCONFIG_CPP -DQT_BUILD_QMAKE -DQT_NO_THREAD -DQT_NO_QOBJECT -DQT_NO_GEOM_VARIANT -DQT_NO_DATASTREAM -DQMAKE_OPENSOURCE_EDITION C:\qt/src/corelib/global/qconfig.cpp
g++ -o qmake.exe project.o main.o makefile.o unixmake.o unixmake2.o mingw_make.o option.o winmakefile.o projectgenerator.o property.o meta.o makefiledeps.o metamakefile.o xmloutput.o pbuilder_pbx.o borland_bmake.o msvc_nmake.o msvc_dsp.o msvc_vcproj.o msvc_objectmodel.o qbitarray.o qbuffer.o qbytearray.o qcryptographichash.o qvsnprintf.o qbytearraymatcher.o qconfig.o qdatetime.o qdir.o qdiriterator.o qfile.o qtemporaryfile.o qfileinfo.o qabstractfileengine.o qfsfileengine.o qfsfileengine_iterator.o qfsfileengine_win.o qfsfileengine_iterator_win.o qglobal.o qhash.o qiodevice.o qlibraryinfo.o qlistdata.o qlinkedlist.o qlocale.o qmap.o qregexp.o qstring.o qstringlist.o qtextstream.o quuid.o qvector.o qurl.o qsettings.o qsettings_win.o qvariant.o qmetatype.o qnumeric.o qscriptasm.o qscriptast.o qscriptastvisitor.o qscriptcompiler.o qscriptecmaarray.o qscriptecmaboolean.o qscriptecmacore.o qscriptecmadate.o qscriptecmafunction.o qscriptecmaglobal.o qscriptecmamath.o qscriptecmanumber.o qscriptecmaobject.o qscriptecmaregexp.o qscriptecmastring.o qscriptecmaerror.o qscriptcontext_p.o qscriptengine.o qscriptengine_p.o qscriptextenumeration.o qscriptextvariant.o qscriptcontext.o qscriptfunction.o qscriptgrammar.o qscriptlexer.o qscriptclassdata.o qscriptparser.o qscriptprettypretty.o qscriptsyntaxchecker.o qscriptvalue.o qscriptvalueimpl.o qscriptvalueiterator.o -lole32 -luuid
copy qmake.exe C:\qt\bin\qmake.exe
1 file(s) copied.
Creating makefiles in src...
Generating Makefiles...
Qmake failed, return code -1073741819

Re: Windows installation

Posted: Tue Aug 04, 2020 8:42 am
by admin
Hi

Sorry for responding so late. If you want to compile under Windows. You first have to install Qt 5. I use Qt 5.12.3 but it should work also with Qt 5.14. Qt 5.15 has never been tested. Install Qt from the graphical wizard. Under Windows, you can also install git. Even if you do not access to the source code with git, it provides a good terminal from which you will be able to compile geopsy. You will also need to compile FFTW and Lapack before starting the compilation of geopsy.

If you are running Windows 10, did you try the binary package?

Best regards,

Marc