atom feed16 messages in net.java.dev.phoneme.advancedRe: pMEA mr2: how to build JSR172 wit...
FromSent OnAttachments
phon...@mobileandembedded.orgOct 16, 2007 9:07 am 
Gary Adams - Client Systems GroupOct 16, 2007 9:07 am 
phon...@mobileandembedded.orgOct 16, 2007 9:20 am 
Gary Adams - Client Systems GroupOct 16, 2007 9:25 am 
Gary Adams - Client Systems GroupOct 17, 2007 8:18 am 
phon...@mobileandembedded.orgOct 17, 2007 8:18 am 
Hinkmond WongOct 17, 2007 10:28 am 
phon...@mobileandembedded.orgOct 17, 2007 9:49 pm 
phon...@mobileandembedded.orgOct 18, 2007 1:08 am 
phon...@mobileandembedded.orgOct 18, 2007 1:58 am 
phon...@mobileandembedded.orgOct 18, 2007 2:31 am 
Hinkmond WongOct 18, 2007 5:46 pm 
phon...@mobileandembedded.orgOct 18, 2007 8:03 pm 
phon...@mobileandembedded.orgOct 18, 2007 8:17 pm 
phon...@mobileandembedded.orgOct 19, 2007 12:27 pm 
phon...@mobileandembedded.orgOct 19, 2007 7:36 pm 
Subject:Re: pMEA mr2: how to build JSR172 without qt embedded?
From:Hinkmond Wong (hink@dev.java.net)
Date:Oct 18, 2007 5:46:00 pm
List:net.java.dev.phoneme.advanced

phon@mobileandembedded.org wrote:

I'm using pMEA mr2 b34, built in linux-arm-generic

Well the dependencies is like this: 1. JSR need "USE_JUMP=true" 2. USE_JUMP need basis 3. basis include awt 4. then awt need the support of qt/e

Firstly I removed the dependency of "JSRs need USE_JUMP=true" by: Remove Ln 110~112 of share/defs_op.mk build bash file is: [i]make \ J2ME_CLASSLIB=foundation \ USE_JSR_172=true \ USE_MIDP=false \ USE_JUMP=false [/i] then the build throwed following errors:

..... comiling JSROP absractions classes... ../../build/linux-arm-generic/./abstractions/generated/classes/com/sun/cdc/config/abstractions/Initializer.java:18:
package com.sun.j2me.main does not exist import com.sun.j2me.main.Configuration; ... abstractions/src/cdc_share/classes/com/sun/j2me/rms/RecordStore.java:60:
cannot resolve symbol symbol : class MIDPConfig location.... ....

Anyone could help?

This doesn't look good. I don't think you're going to be able to build JSR 172 for Linux/x86 without Personal Basis Profile, JUMP and QtEmbedded.

Hinkmond