Another discrepency between builds done today using the build server, and 
builds I do myself
using today's copy of parpavm from the repository, which is causing my 
local builds to fail to link

parpavm creates:

JAVA_OBJECT STATIC_FIELD_arimaa_ArimaaConstants_ArimaaId_ENUM_VALUES = 0;
JAVA_OBJECT 
get_static_arimaa_ArimaaConstants_ArimaaId_ENUM_VALUES(CODENAME_ONE_THREAD_STATE)
 
{
    __STATIC_INITIALIZER_arimaa_ArimaaConstants_ArimaaId(threadStateData);
     return STATIC_FIELD_arimaa_ArimaaConstants_ArimaaId_ENUM_VALUES;
}

whereas the build server creates

JAVA_OBJECT STATIC_FIELD_arimaa_ArimaaConstants_ArimaaId__VALUES = 0;
JAVA_OBJECT 
get_static_arimaa_ArimaaConstants_ArimaaId__VALUES(CODENAME_ONE_THREAD_STATE) 
{
    __STATIC_INITIALIZER_arimaa_ArimaaConstants_ArimaaId(threadStateData);
     return STATIC_FIELD_arimaa_ArimaaConstants_ArimaaId__VALUES;
}

-- 
You received this message because you are subscribed to the Google Groups 
"CodenameOne Discussions" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to codenameone-discussions+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/codenameone-discussions.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/codenameone-discussions/908e5d8e-9dfb-44a3-ab38-015b2804d154%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to