You are not logged in.

#1 2013-01-11 23:07:55

h8h
Member
Registered: 2012-12-05
Posts: 5

Dwarf Fortress can't install lazy-newb-pack

I try to get familiar with Dwarf Fortress and after a few times of playing this nice game, i realized i need the lazy-newb-pack. I try to install it from AUR, but after two more git pulls from different repos, I getting stuck into one error.

g++ -m64 -Wl,-O1,--sort-common,--as-needed,-z,relro -Wl,-O1 -shared -Wl,-soname,libQtilitiesLogging-1.2.so.1 -o libQtilitiesLogging-1.2.so.1.0.0 ../../build_files/tmp/Logging/AbstractLoggerEngine.o ../../build_files/tmp/Logging/Logger.o ../../build_files/tmp/Logging/LoggerEngines.o ../../build_files/tmp/Logging/FormattingEngines.o ../../build_files/tmp/Logging/moc_AbstractFormattingEngine.o ../../build_files/tmp/Logging/moc_AbstractLoggerEngine.o ../../build_files/tmp/Logging/moc_Logger.o ../../build_files/tmp/Logging/moc_LoggerEngines.o   -L/usr/lib -L/lazy-newb-pack/src/lazy-newb-pack-qt/3rdparty/qtilities/src/../../..//qt-solutions/qtpropertybrowser/lib lQtSolutions_PropertyBrowser-head -lQtCore -lpthread  
g++: Error: lQtSolutions_PropertyBrowser-head: File not found
make[2]: *** [../../bin/libQtilitiesLogging-1.2.so.1.0.0] Error 1
make[2]: Leaving directory `/lazy-newb-pack/src/lazy-newb-pack-qt/3rdparty/qtilities/src/Logging'
make[1]: *** [sub-Logging-make_default-ordered] Error 2
make[1]: Leaving directory `/lazy-newb-pack/src/lazy-newb-pack-qt/3rdparty/qtilities/src'
make: *** [sub-3rdparty-qtilities-src-Qtilities-pro-make_default-ordered] Error 2

I pull QtSolutions from github, changed into qtpropertybrowser, made a ./configure -library && qmake && make, it created all libs, well done. But the compile error in lazy-newb-pack still exits.
This Directory lazy-newb-pack/src/lazy-newb-pack-qt/3rdparty/qtilities/src/../../..//qt-solutions/qtpropertybrowser/lib was created and it contains libQtSolutions_PropertyBrowser-head.so@  libQtSolutions_PropertyBrowser-head.so.1@  libQtSolutions_PropertyBrowser-head.so.1.0@  libQtSolutions_PropertyBrowser-head.so.1.0.0*.

It won't work! Do I need to install the libs into /usr/lib? And if so, how do I link / install it?
(https://aur.archlinux.org/packages/lazy-newb-pack/)

THX!
H8H cool

Offline

Board footer

Powered by FluxBB