| Subject: | Re: Compiling midp | |
|---|---|---|
| From: | phon...@mobileandembedded.org (phon...@mobileandembedded.org) | |
| Date: | Apr 23, 2008 8:21:43 am | |
| List: | net.java.dev.phoneme.advanced | |
Refine Search
| From | Sent On | Attachments |
|---|---|---|
| phon...@mobileandembedded.org | Apr 23, 2008 4:23 am | |
| phon...@mobileandembedded.org | Apr 23, 2008 8:21 am | |
| Hinkmond Wong | Apr 23, 2008 8:11 pm | |
| phon...@mobileandembedded.org | Apr 30, 2008 2:50 am | |
| phon...@mobileandembedded.org | Apr 30, 2008 4:14 am | |
| phon...@mobileandembedded.org | Apr 30, 2008 4:31 am | |
| phon...@mobileandembedded.org | May 7, 2008 1:50 am |
| Subject: | Re: Compiling midp | |
|---|---|---|
| From: | phon...@mobileandembedded.org (phon...@mobileandembedded.org) | |
| Date: | Apr 23, 2008 8:21:43 am | |
| List: | net.java.dev.phoneme.advanced | |
Hello andipi,
It looks like nobody has been using the "phoneMEAdvanced/wince_arm" JavaCall
configuration recently, so it was not updated to include properties.
Until the issue is fixed on JavaCall trunk, please try the following workaround
manually and rebuild phoneME Advanced:
- Copy
/phoneme_advanced/javacall/configuration/phoneMEAdvanced/linux_x86/properties.xml
to /phoneme_advanced/javacall/configuration/phoneMEAdvanced/wince_arm/
- Add the following lines at the end of
/phoneme_advanced/javacall/configuration/phoneMEAdvanced/wince_arm/environment.gmk:
ifneq ($(USE_STATIC_PROPERTIES),true) SPECIFIC_DEFINITIONS += -DUSE_PROPERTIES_FROM_FS endif CONFIGURATION_PROPERTIES_FILE = properties.xml
The build failure should be gone.
Regards, Roman [Message sent by forum member 'romanz' (romanz)]

