View Single Post
eitama's Avatar
Posts: 702 | Thanked: 334 times | Joined on Feb 2010 @ Israel.
#1
Edit : Solved! Thanks to gri's post, I uninstalled the whole thing, and installed it to it's default folder in c:\ and everything works!

Hello,

I have downloaded and installed Qt mobility SDK RC1.0 and I am having problems compiling to my N900 using madde, problems I didn't have with the beta release.

I am getting a compile error about dh_installdirs module missing when a perl script tries to "use" it, I have verified and the module does exist.
If I manually add a push statement to the module directory, it passes that error, but stops on a new error also related to perl.

What am I doing wrong?

Code:
Running build steps for project HelloWorld...
Starting: "d:/nokiaqtsdk/maemo/4.6.2/targets/fremantle-pr12/bin/qmake.exe" C:/Maemo/Projects/HelloWorld/HelloWorld/HelloWorld.pro -r -spec default -unix 
The process "d:/nokiaqtsdk/maemo/4.6.2/targets/fremantle-pr12/bin/qmake.exe" exited normally.
Starting: "D:/nokiaqtsdk/maemo/4.6.2/bin/make.exe" -w 
make: Entering directory `/c/Maemo/Projects/HelloWorld/HelloWorld-build' 
make: Nothing to be done for `first'. 
make: Leaving directory `/c/Maemo/Projects/HelloWorld/HelloWorld-build' 
The process "D:/nokiaqtsdk/maemo/4.6.2/bin/make.exe" exited normally.
Creating package file ...
Package Creation: Running command 'dh_installdirs'.
Packaging Error: Command 'dh_installdirs' failed. Output was: Can't locate Debian/Debhelper/Dh_Lib.pm in @INC (@INC contains: d \nokiaqtsdk\maemo\4.6.2\madlib/perl5 /usr/lib/perl5/5.6/msys /usr/lib/perl5/5.6 /usr/lib/perl5/site_perl/5.6/msys /usr/lib/perl5/site_perl/5.6 /usr/lib/perl5/site_perl/5.6/msys /usr/lib/perl5/site_perl/5.6 /usr/lib/perl5/vendor_perl/5.6/msys /usr/lib/perl5/vendor_perl/5.6 /usr/lib/perl5/vendor_perl/5.6/msys /usr/lib/perl5/vendor_perl/5.6 .) at d:/nokiaqtsdk/maemo/4.6.2/madbin/dh_installdirs line 10. BEGIN failed--compilation aborted at d:/nokiaqtsdk/maemo/4.6.2/madbin/dh_installdirs line 10. 
Error while building project HelloWorld (target: Maemo)
When executing build step ''
Things I tried to do to solve this on my own :
  • Reboot
  • Reinstall nokia qt sdk from scratch to a different folder
  • Manually overcome the error with perl push
  • Posted on nokia forums just before posting here Nokia Forums

I would very much appreciate any help someone can provide!

Thanks,
Eitam.
__________________
| Developer of Horizontal-Call - Call your contacts, fast! |
| Reverse SSH - access your N900 from anywhere, anytime |
| Using Samsung Galaxy S GT-i9000 and Nokia N900 |
| DonateMe - If you feel I helped you in a very good way, feel free to donate |

Last edited by eitama; 2010-06-14 at 20:29. Reason: Solved