Error: dependent '..\..\release\stemmer.lib' does not exist.

Discussion forum for C++ and script developers who are using the QCAD development platform or who are looking to contribute to QCAD (translations, documentation, etc).

Moderator: andrew

Forum rules

Always indicate your operating system and QCAD version.

Attach drawing files, scripts and screenshots.

Post one question per topic.

Post Reply
cutter
Registered Member
Posts: 2
Joined: Mon Sep 19, 2016 9:28 am

Error: dependent '..\..\release\stemmer.lib' does not exist.

Post by cutter » Mon Sep 19, 2016 9:36 am

Hi,

when compiling QCAD 3.15.5.0 from source using Win7 Enterprise 64bit with QT 5.5.1 and MS Visual Studio 2013 Express (Update 5) i'm getting this build-problem (both in release and debug mode):

Code: Select all

Error: dependent '..\..\release\stemmer.lib' does not exist.
What is the problem and how do I fix it?

Thank you!

User avatar
andrew
Site Admin
Posts: 9037
Joined: Fri Mar 30, 2007 6:07 am

Re: Error: dependent '..\..\release\stemmer.lib' does not ex

Post by andrew » Mon Sep 19, 2016 9:48 am

Please make sure that src/3rdparty/stemmer is built. This should be automatically the case if you compile with qmake / nmake:
http://www.qcad.org/en/component/conten ... es#windows

Are you aware of the builds available on our web site?
http://www.qcad.org/en/qcad-downloads-trial

cutter
Registered Member
Posts: 2
Joined: Mon Sep 19, 2016 9:28 am

Re: Error: dependent '..\..\release\stemmer.lib' does not ex

Post by cutter » Mon Sep 19, 2016 11:56 am

andrew wrote:Please make sure that src/3rdparty/stemmer is built. This should be automatically the case if you compile with qmake / nmake:
http://www.qcad.org/en/component/conten ... es#windows
The instructions you are linking to are unclear: I don't understand how/where to run "configure.exe -platform win32-msvc20XX -[debug|release]". In the QT-source dir there is just a "configure.bat" file, which terminates because "nmake" is obviously missing:

Code: Select all

Creating qmake...
execute: File or path is not found (nmake)
execute: File or path is not found (nmake)
Cleaning qmake failed, return code -1
However, I have installed qt previously with "qt-opensource-windows-x86-msvc2013_64-5.5.1.exe"
I can open "qcad.pro" in die QCAD-source-dir with QTCreator and start the compilation (which Fails as stated above).
What's wrong about this way?
andrew wrote:Are you aware of the builds available on our web site?
http://www.qcad.org/en/qcad-downloads-trial
yes

Post Reply

Return to “QCAD Programming, Script Programming and Contributing”