From: Ted F. <fle...@gm...> - 2010-10-22 16:06:30
|
Hi everyone, I am having trouble installing qxt because I’m probably Missing a dependency. In the documentation I see two Possible ways of doing the installation with Berkely DB, or With OpenSSL. Are these things that I need to get installed Before building qxt. This is the log I get when I try to configure And install: Reading C:/libqxt/src/web/web.pro WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. WARNING: c:\libqxt\.qmake.cache:3: Unescaped backslashes are deprecated. Makefiles generated. Run mingw32-make now. C:\libqxt>mingw32-make cd tools/3rdparty/qdoc3/ && mingw32-make -f Makefile mingw32-make[1]: Entering directory `C:/libqxt/tools/3rdparty/qdoc3' mingw32-make -f Makefile.Release mingw32-make[2]: Entering directory `C:/libqxt/tools/3rdparty/qdoc3' compiling apigenerator.cpp compiling archiveextractor.cpp compiling atom.cpp compiling bookgenerator.cpp compiling ccodeparser.cpp compiling codechunk.cpp compiling codemarker.cpp compiling codeparser.cpp compiling command.cpp compiling config.cpp compiling cppcodemarker.cpp compiling cppcodeparser.cpp compiling cpptoqsconverter.cpp compiling dcfsection.cpp compiling doc.cpp compiling editdistance.cpp compiling generator.cpp compiling helpprojectwriter.cpp compiling htmlgenerator.cpp compiling jambiapiparser.cpp compiling javacodemarker.cpp compiling javadocgenerator.cpp compiling linguistgenerator.cpp compiling location.cpp compiling loutgenerator.cpp compiling mangenerator.cpp compiling main.cpp compiling node.cpp compiling openedlist.cpp compiling pagegenerator.cpp compiling plaincodemarker.cpp compiling polyarchiveextractor.cpp compiling polyuncompressor.cpp compiling qsakernelparser.cpp compiling qscodemarker.cpp compiling qscodeparser.cpp compiling quoter.cpp compiling separator.cpp compiling sgmlgenerator.cpp compiling text.cpp compiling tokenizer.cpp compiling tree.cpp compiling uncompressor.cpp compiling webxmlgenerator.cpp compiling yyindent.cpp linking release/qdoc3.exe c:/qt/2010.05/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: cannot find -llibdb47 collect2: ld returned 1 exit status mingw32-make[2]: *** [release/qdoc3.exe] Error 1 mingw32-make[2]: Leaving directory `C:/libqxt/tools/3rdparty/qdoc3' mingw32-make[1]: *** [release] Error 2 mingw32-make[1]: Leaving directory `C:/libqxt/tools/3rdparty/qdoc3' mingw32-make: *** [sub-tools-3rdparty-qdoc3-make_default] Error 2 Where do I download and install those dependencies. Any help appreciated, Ted |