hi i trying to update qwbfs to fresh version 1.2.1 on ubuntu natty
11.04
after command:
qmake-qt4 ./
fresh.pro
i cant make command:
make
here is error information:
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/fresh$ qmake-
qt4 ./
fresh.pro
Project MESSAGE: Configuring Fresh...
Project MESSAGE: Build mode: release
Project MESSAGE: Build type: static
Project MESSAGE: Install headers: /usr/include/qt4
Project MESSAGE: Install libs: /usr/lib
Project MESSAGE: Install translations: /usr/share/qt4/translations
Project MESSAGE: You can change the build mode:
Project MESSAGE: qmake "build_mode = release"
Project MESSAGE: qmake "build_mode = debug"
Project MESSAGE: You can change the build type:
Project MESSAGE: qmake "build_type = static"
Project MESSAGE: qmake "build_type = shared"
Project MESSAGE: Multiple options can be use at same time
Project MESSAGE: Configuration complete
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/fresh$ make
/usr/bin/uic-qt4 src/gui/actionmanager/pActionsNodeShortcutEditor.ui -
o build/release/ui/ui_pActionsNodeShortcutEditor.h
make: /usr/bin/uic-qt4: Polecenie nie znalezione
make: *** [build/release/ui/ui_pActionsNodeShortcutEditor.h] Błąd 127
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/fresh$
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/qwbfs$ qmake-
qt4 ./
qwbfs.pro
Project MESSAGE: Using bundled fresh library.
Project MESSAGE: The application will be installed to /usr/local
Project MESSAGE: You can overwrite the prefix calling qmake with
parameter: qmake PREFIX=/usr
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/qwbfs$ make
/usr/bin/uic-qt4 src/UIMain.ui -o ../build/release/ui/ui_UIMain.h
make: /usr/bin/uic-qt4: Polecenie nie znalezione
make: *** [../build/release/ui/ui_UIMain.h] Błąd 127
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/qwbfs$ sudo
make install
/usr/bin/uic-qt4 src/UIMain.ui -o ../build/release/ui/ui_UIMain.h
make: /usr/bin/uic-qt4: Polecenie nie znalezione
make: *** [../build/release/ui/ui_UIMain.h] Błąd 127
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src/qwbfs$