View Single Post
Blaizzen's Avatar
Posts: 397 | Thanked: 802 times | Joined on Jan 2010 @ Sydney
#1
I've been trying to port the QT Assistant program (comes installed with QT creator). The reason is a certain medical program here in Australia uses a modified version of it for its electronic version. I have contacted the company and they have allowed me to port the program to maemo 5 and even given me the source code they have. However I'm experiencing heaps of problems. At the moment I'm just trying to make it compile under ubuntu (run virtually in Windows 7), but I keep getting this error
:: error: cannot open output file ../../../../bin/assistant: Permission denied
:: error: collect2: ld returned 1 exit status
with this in the compile output
/usr/bin/ld: cannot open output file ../../../../bin/assistant: Permission denied
collect2: ld returned 1 exit status
make: Leaving directory `/home/blaizzen/Desktop/***/assistant-build'
make: *** [../../../../bin/assistant] Error 1
Exited with code 2.
Error while building project assistant (target: Desktop)
When executing build step 'Make'
I've tried everything, even starting a new project and copying all the code over (but that has causes even more errors :S)

I'm running this all in Ubuntu using Qt Creator 1.3.83 and attempting to run it for Ubuntu not Maemo yet.

Source code i'm using is here www.amh.net.au/downloads/AMH_CDROM_src.tar.bz2

Thanks