View Full Version : Last minute testing
I know it's a bit late in the game, but if someone has a bit time off on this beautiful sunday and would like to compile my project on linux I would be eternally greatful. I could do the same for them on windows with mingw.
svn co https://comicalbum.svn.sourceforge.net/svnroot/comicalbum comicalbum
qmake && make
wysota
3rd June 2007, 11:56
Here is the log. You should never use uppercase characters in filenames when programming.
Kumosan
3rd June 2007, 11:57
I could do the same for them on windows with msvc2005.
Worthless offer because:
Entries will be tested using the GNU Compiler Collection.
;)
@Wysota
Thanks a lot for the quick testing and reply.
I have fixed those warnings and errors.
If somebody would like to test again I'd be very happy.
@Kumosan
I guess I will have to download mingw;)
Michiel
3rd June 2007, 12:17
I compiled. No problems (only one warning: no newline at end of file src/AlbumListView.cpp).
But when I run the application:
./ComicViewer: error while loading shared libraries: libqjpeg.so: cannot open shared object file: No such file or directory
wysota
3rd June 2007, 12:42
@Wysota
Thanks a lot for the quick testing and reply.
I have fixed those warnings and errors.
If somebody would like to test again I'd be very happy.
Still doesn't compile (release 9).
Did you do
cd src\AlbumModel
qmake
make
cd ..\..
qmake ComicViewer.pro
make
It now compiles without warnings with mingw.
wysota
3rd June 2007, 13:44
Why not use SUBDIRS to ask qmake to compile all the projects instead of forcing the user to browse through directories and compile manually? It should be as easy as qmake && make.
Plugin compilation logs attached.
Ok, last edit :) I crafted a file for garfield comics, but it crashes the app :)
Hey thanks a lot guys. I think I am almost there. I added a subdirs pro-file so now it should be as easy as qmake && make.
I would be very happy to know if the cbr and cbz plugins are working. There are free cbz files at http://www.bitcartel.com/comicbooklover/comics.html. Don't try the cbr files, because I haven't implemented Rar 3 support yet.
@Wysota: I fixed the bug which made the Garfield file crash and added it to the project. I hope you don't mind.
wysota
3rd June 2007, 16:36
CBZAlbum.h:4:26: error: archiveAlbum.h
That file is still missing.
I don't mind about Garfield as long as you include previous years as well :)
You should never use uppercase characters in filenames when programming.
Oh, that's what you warned me about;)
Fixed that.
oc2k1
3rd June 2007, 21:46
It's working at linux...
Ok,
thanks a lot everybody. Time to go to bed.
vBulletin® v3.7.1, Copyright ©2000-2008, Jelsoft Enterprises Ltd.