View Single Post
Posts: 1,086 | Thanked: 2,964 times | Joined on Jan 2010
#9
Originally Posted by attila77 View Post
@kojacker: kinda hard to send you PMs when your inbox is full

Don't have a windows install at hand... How about QtSDK\Maemo\4.6.2\madbin\mad.cmd ? Anything like that ?
heh yeah I got the email alert, I just deleted a couple of old pms

No mad. anything, just mad and mad-admin in non-executable form.

Edit: whoops, there is a mad.cmd in the madbin folder!

Here's the contents
@setlocal
@PATH C:\\NokiaQtSDK\\Maemo\\4.6.2\bin;%PATH%
@env.exe /bin/sh --login /bin/mad %*
I replaced the mad/mad.exe in the custom command with mad.cmd but I'm still having no joy with this. It's not generating any .tar.gz file, and the changes file made is not being accepted by the Maemo Extras assistant

Maemo Extras Assistant

File upload error. You didn't upload a valid .changes file.
Here's the compiler output from the new custom step, I've changed to red font where it's highlighted in red in the compiler output.

Starting: "C:\NokiaQtSDK\Maemo\4.6.2\madbin\mad.cmd" dpkg-buildpackage -sa -S -uc -us
dpkg-buildpackage: set CFLAGS to default value: -g -O2
dpkg-buildpackage: set FFLAGS to default value: -g -O2
dpkg-buildpackage: set CPPFLAGS to default value:
dpkg-buildpackage: set LDFLAGS to default value:
dpkg-buildpackage: set CXXFLAGS to default value: -g -O2
which: pgp: unknown command
dpkg-buildpackage: source package mfakecaller
dpkg-buildpackage: source version 0.2.0
dpkg-buildpackage: source changed by unknown <>
dh_testdir
debian/rules clean
dh_testroot
rm -f build-stamp configure-stamp
# Add here commands to clean up after the build process.
/bin/make clean
make[1]: Entering directory `/c/QtProjects/mfakecaller'
rm -f moc_mainwindow.cpp moc_MyClass.cpp
rm -f qrc_mfakecaller.cpp
rm -f ui_mainwindow.h
rm -f main.o mainwindow.o moc_mainwindow.o moc_MyClass.o qrc_mfakecaller.o
rm -f *~ core *.core
make[1]: Leaving directory `/c/QtProjects/mfakecaller'
dh_clean
dpkg-source -b mfakecaller
C:\NokiaQtSDK\Maemo\4.6.2\madbin\dpkg-source: info: using source format `1.0'
C:\NokiaQtSDK\Maemo\4.6.2\madbin\dpkg-source: info: building mfakecaller in mfakecaller_0.2.0.tar.gz
C:\NokiaQtSDK\Maemo\4.6.2\madbin\dpkg-source: warning: source directory 'mfakecaller' is not <sourcepackage>-<upstreamversion> 'mfakecaller-0.2.0'
C:\NokiaQtSDK\Maemo\4.6.2\madbin\dpkg-source: info: building mfakecaller in mfakecaller_0.2.0.dsc
dpkg-genchanges -S -sa >../mfakecaller_0.2.0_source.changes
dpkg-genchanges: including full source code in upload
dpkg-buildpackage: source only upload: Debian-native package
The process "C:\NokiaQtSDK\Maemo\4.6.2\madbin\mad.cmd" exited normally.
I can deploy and run the deb as expected. Can anyone figure out what the problem is from the above and help me to get this working for Maemo Exras?
__________________
Follow me on my neglected twitter @kojacker

Cybot950 - Control a robot with your N9/N950
SMSPetFeeder - Build a Bluetooth/SMS dog feeder with Qt, N950, and arduino
Nerf950 - Use your N9/N950 to fire a Nerf gun

Last edited by kojacker; 2011-02-13 at 20:52.