![]() |
Re: Scratchbox problem
Thx yes, i know it and do it. But still the same error. Please help me.
|
Re: Scratchbox problem
Could you post your *.pro files and debian/rules file?
|
Re: Scratchbox problem
Yep, *.pro
Code:
TARGET = fsudoku Code:
#!/usr/bin/make -f |
Re: Scratchbox problem
Well one thing which I noticed is that you don't use qmake in your debian/rules. Why don't you just modify .pro and debian/rules like said in the instructions I pointed out couple of posts ago?
|
Re: Scratchbox problem
Because these are filessīgenerated by MADDE. I tryed add this line:
qmake-qt4 PREFIX=/usr ../$(APPNAME).pro and still the same error in autobuilder. |
Re: Scratchbox problem
I downloaded your source package and it seems that you are missing Qt from dependecies, so add libqt4-dev, libqt4-core and libqt4-gui (and others if needed) to your dependecies in debian/control.
You also need to change "7" in debian/compat to "5", otherwise it won't work. And I still suggest that you change src/src.pro, fsudoku.pro and debian/rules as described in the "Packaging a Qt application" wiki page (note that you have to run dh_make again after modifying those .pro files). I did that to my MADDE project and it worked. (Those MADDE packaging instructions ( http://wiki.maemo.org/MADDE/Packaging ) aren't really suitable for source packaging for autobuilder but only for testing on device) Oh yeah, and add a file called "optify" to debian folder and the file should contain only text "auto". This will make your app optified nicely. |
Re: Scratchbox problem
Thank you I do everything and while building in scratchbox I am getting this error:
Code:
cd builddir && /scratchbox/tools/bin/make |
Re: Scratchbox problem
How do you build it? Have you tried to upload to extras?
|
Re: Scratchbox problem
No I cant build it. I get the error. I post it in last post.
|
Re: Scratchbox problem
Well if this is your build command: cd builddir && /scratchbox/tools/bin/make, then it shouldn't even build. Why don't you just try to upload it to extras, I'll promise to eat my pants if it doesn't succeed (if you have made all the things I have suggested you to do).
|
All times are GMT. The time now is 22:17. |
vBulletin® Version 3.8.8