how to update qwbfs to 1.2.1 on ubuntu 11.04??

489 views
Skip to first unread message

marcars

unread,
Oct 2, 2011, 9:31:44 AM10/2/11
to qwbfs-discuss
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$

Nox P@sNox

unread,
Oct 2, 2011, 9:40:48 AM10/2/11
to qwbfs-discuss
Hello,

You have not to build each par separatly.
Just do a qmake -r in the sources root folder then make.
It should be enought.

Br, PasNox,

Nox P@sNox

unread,
Oct 2, 2011, 9:45:40 AM10/2/11
to qwbfs-discuss
Btw, i can't understand the error as they are in your native language.
Please translate them in UK.

Thank you.

On 2 oct, 15:31, marcars <marcar...@gmail.com> wrote:

marcars

unread,
Oct 3, 2011, 12:06:25 PM10/3/11
to qwbfs-discuss
ok so i trying do it in your way and then i have again errors:

marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src$ qmake -r
Project MESSAGE: Using system fresh library.
Reading /home/marcars/Pobrane/qwbfsmanager-1.2.1-src/libwbfs/
libwbfs.pro
Reading /home/marcars/Pobrane/qwbfsmanager-1.2.1-src/qwbfs/qwbfs.pro
Project MESSAGE: Using system 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$ make
cd libwbfs/ && make -f Makefile
make[1]: Wejście do katalogu `/home/marcars/Pobrane/qwbfsmanager-1.2.1-
src/libwbfs'
gcc -c -pipe -O2 -Wall -W -fPIC -D_REENTRANT -DLARGE_FILES -
D_FILE_OFFSET_BITS=64 -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -
DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/
QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -Ilibwbfs -I../
build/release/moc -o ../build/release/obj/unix/tools.o tools.c
tools.c:8:25: fatal error: openssl/md5.h: Nie ma takiego pliku ani
katalogu
compilation terminated.
make[1]: *** [../build/release/obj/unix/tools.o] Błąd 1
make[1]: Opuszczenie katalogu `/home/marcars/Pobrane/
qwbfsmanager-1.2.1-src/libwbfs'
make: *** [sub-libwbfs-make_default-ordered] Błąd 2
marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src$

Błąd - error
Nie ma takiego katalogu - folder don't exist

Nox P@sNox

unread,
Oct 3, 2011, 1:38:06 PM10/3/11
to qwbfs-discuss
It seem u miss libssl package.
Install it so /usr/include/openssl/md5.h exists.

marcars

unread,
Oct 3, 2011, 2:30:31 PM10/3/11
to qwbfs-discuss
so i have install all package ssl and than once again i take a journey
with qwbfs upgrade

now i have after command:

make

this errors:

src/models/pPartitionModel_linux.cpp:30:21: fatal error: libudev.h:
Nie ma takiego pliku ani katalogu
compilation terminated.
make[1]: *** [../build/release/obj/unix/pPartitionModel_linux.o] Błąd
1
make[1]: Opuszczenie katalogu `/home/marcars/Pulpit/qwbfsmanager-1.2.1-
src/qwbfs'
make: *** [sub-qwbfs-make_default-ordered] Błąd 2


On 3 Paź, 19:38, "Nox P@sNox" <pas...@gmail.com> wrote:
> It seem u miss libssl package.
> Install it so /usr/include/openssl/md5.h exists.
>
> On 3 oct, 18:06, marcars <marcar...@gmail.com> wrote:
>
>
>
>
>
>
>
> > ok so i trying do it in your way and then i have again errors:
>
> >marcars@marcars-desktop:~/Pobrane/qwbfsmanager-1.2.1-src$qmake -r

Nox P@sNox

unread,
Oct 3, 2011, 2:40:50 PM10/3/11
to qwbfs-discuss
Install package libudev xD
Generally when u see missing file, try to find the lib in your
package. all u need is available in packages.
I will update the readme when i will have time to list all
dependencies.
I'm sorry u lost a journey, don't remember i lost months coding the
application ;)

marcars

unread,
Oct 3, 2011, 2:55:57 PM10/3/11
to qwbfs-discuss
aright. Now it works:) its shows 1.2.0 however it is 1.2.1 but this is
normal. I have readed this bug in another post. Thank you very much
for helping me.

I have one more question. I have my user subscribe to "disk" group but
i can't loading a remot disk with wii games. When i try to open the
qwbfs as Administrator than works that. Have you any sugestion have
can i run qwbfs as normal user?

Nox P@sNox

unread,
Oct 3, 2011, 3:17:50 PM10/3/11
to qwbfs-discuss
Yes, restart your desktop ( or computer ).
Adding a user to this group seem not not be immediate and require
desktop / computer restart.

marcars

unread,
Oct 3, 2011, 3:29:20 PM10/3/11
to qwbfs-discuss
all right!!!

it works!!!

thanks again

sorry but i am fresh in linux. All my live in Windows....

now i want to test linux in ubuntu distribution. I hope that this
kernel can live more than 2 years without reinstall:)

so far I am positively surprised:)

i wish you luck in programming new version of qwbfs.

Marius

Nox PasNox

unread,
Oct 3, 2011, 3:33:02 PM10/3/11
to qwbfs-...@googlegroups.com
Good luck in you linux life too ;)

Thank you.

Reply all
Reply to author
Forward
0 new messages