View Full Version : Help compiling and...


inshadow
22-04-2004, 10:37 PM
Hi,

I have for some time ago bought a Pocketop Keyboard for my P800.
The only problem is that the driver I want to use doesn't include a layout in danish. Now, - I can create my own layout in the sourcecode, but I cannot complete the compiling and packaging. PLEASE PLEASE help me :frown:
The sourcecode is here: UIQKeyboard-sources-v1.8.zip (http://www.gootz.net/gbin/uiq/UIQKeyboard-sources-v1.8.zip)

This is the error when I run ant (which automates the process):
C:\Symbian\UIQ_70\epoc32\build\projects\UIQKeyboar d>ant
Buildfile: build.xml

clean:
[delete] Deleting: C:\Symbian\UIQ_70\epoc32\build\projects\UIQKeyboar d\group\
keyboard.pkg
[delete] Deleting: C:\Symbian\UIQ_70\epoc32\build\projects\UIQKeyboar d\group\
keyboard.rss

prepare:
[copy] Copying 1 file to C:\Symbian\UIQ_70\epoc32\build\projects\UIQKeyboar
d\group
[copy] Copying 1 file to C:\Symbian\UIQ_70\epoc32\build\projects\UIQKeyboar
d\group

compile:
[exec] This project does not support platform, build or program "ARMI"



makesis:
[exec] Processing keyboard.pkg...
[exec] keyboard.pkg(7) : error: file not found



rebuild:

BUILD SUCCESSFUL
Total time: 1 second

Any suggestions?

inshadow
22-04-2004, 11:13 PM
This is line 7 to 9 of keyboard.pkg:
"\Symbian\UIQ_21\epoc32\release\ARMI\UREL\Keyboard. app"-"!:\system\apps\Keyboard\Keyboard.app"
"\Symbian\UIQ_21\epoc32\data\z\system\APPS\KEYBOARD \Keyboard.rsc"-"!:\system\apps\Keyboard\Keyboard.rsc"
"\Symbian\UIQ_21\epoc32\data\z\system\APPS\KEYBOARD \Keyboard.aif"-"!:\system\apps\Keyboard\Keyboard.aif"

None of these files are in these places.
But isn't this because of the compile message?

/Stig