<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html><head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <meta name="generator" content="Osso Notes">
    <title></title></head>
<body>
<p>Chris,
<br>Thanks for your reply. I will your suggestions first. If the problem still persist,I will file a bug report using github issue tracker.
<br>Thanks again,
<br>
<br>On Mon Sep 30 22:25:17 2013 Petersen, Chris <<a href="mailto:CPetersen@cw.bc.ca">CPetersen@cw.bc.ca</a>> wrote:
<br>> 
<br>> Please use the LambdaNative issue tracker for this sort of LambdaNative
<br>> specific issues: <a href="https://github.com/part-cw/lambdanative/issues">https://github.com/part-cw/lambdanative/issues</a>
<br>> 
<br>> The missing fonts seem to indicate that you did not once configure and
<br>> build for your host before building for android. This is necessary to
<br>> create the resource compilers (without which the fonts will not be
<br>> built) and also gsc, which is run on the host to generate the portable C
<br>> code. Please do the following:
<br>> 
<br>> make scrub
<br>> ./configure Calculator
<br>> make
<br>> make install
<br>> 
<br>> Confirm that the app is working on your host system, and then proceed to
<br>> do:
<br>> 
<br>> ./configure Calculator android verbose
<br>> make
<br>> 
<br>> if the problem persists, please do not reply on this thread, but file an
<br>> issue on the LambdaNative github tracker, and include the full output of
<br>> the last make command.
<br>> 
<br>> Chris
<br>> 
<br>> ________________________________________
<br>> From: <a href="mailto:gambit-list-bounces@iro.umontreal.ca">gambit-list-bounces@iro.umontreal.ca</a>
<br>> [<a href="mailto:gambit-list-bounces@iro.umontreal.ca">gambit-list-bounces@iro.umontreal.ca</a>] On Behalf Of 陈进芬
<br>> [<a href="mailto:hugh.jf.chen@gmail.com">hugh.jf.chen@gmail.com</a>] Sent: Sunday, September 29, 2013 10:54 PM To:
<br>> <a href="mailto:gambit-list@iro.umontreal.ca">gambit-list@iro.umontreal.ca</a> Subject: [gambit-list] Build sample for
<br>> android on linux failed
<br>> 
<br>>   I've just tried to build the Calculator sample app coming from
<br>> LambdaNative for android on linux,but I got two problems 1.WARNINGS
<br>>   *** WARNING -- "calc_14.fnt" is not defined, ***                       referenced
<br>> in:
<br>> ("/home/chenjf/apps/lambdanative/lambdanative-master-cache/android/build/3c4d196ded4c65584af892a98a926ace.c")
<br>> *** WARNING -- "calc_24.fnt" is not defined, ***                       referenced
<br>> in:
<br>> ("/home/chenjf/apps/lambdanative/lambdanative-master-cache/android/build/3c4d196ded4c65584af892a98a926ace.c")
<br>> *** WARNING -- "calc_32.fnt" is not defined, ***                       referenced
<br>> in: ("/home/chenjf/apps/lambd 2.Error./make.sh: line 334:
<br>> /home/chenjf/apps/lambdanative/lambdanative-master/tmp.bJKtPg/src/hughjfchen.com/hughjfchen/calculator/Calculator.java<<a href="http://hughjfchen.com/hughjfchen/calculator/Calculator.java&gt">http://hughjfchen.com/hughjfchen/calculator/Calculator.java&gt</a>;:
<br>> No such file or directory ERROR: failed with exit code 1
<br>> > > substitution failed on
<br>> > > bootstraps/android/bootstrap.java.in<<a href="http://bootstrap.java.in&gt"><font color="red"><b>MailScanner soupçonne le lien suivant d'être une tentative de fraude de la part de "bootstrap.java.in>" </b></font> http://bootstrap.java.in&gt</a>;
<br>>   For the error,I checked the generated code and found
<br>> /home/chenjf/apps/lambdanative/lambdanative-master/tmp.bJKtPg/src/hughjfchen/com/hughjfchen/calculator/Calculator.java
<br>> So looks like that the generated dir should be hughjfchen/com, not the
<br>> hughjfchen.com<<a href="http://hughjfchen.com&gt"><font color="red"><b>MailScanner soupçonne le lien suivant d'être une tentative de fraude de la part de "hughjfchen.com>" </b></font> http://hughjfchen.com&gt</a>; Is that a problem of Lambdanative
<br>> or android-sdk?
<br>> 
<br>> And following are my dev enviroment:
<br>> lambdanative master branch source code from GIT
<br>> android sdk 22.2.1
<br>> android sdk platform tool 18.0.1
<br>> android sdk build tool 18.0.1
<br>> android 2.3.3 (API 10)
<br>> archlinux linux with kernel 3.11.2
<br>> 
<br>> 
<br>> --
<br>> 
<br>> Thanks and best regards,
<br>> 
<br>> Hugh Chen
<br>> -------------------------------------
<br>> Email: <a href="mailto:hugh.jf.chen@gmail.com">hugh.jf.chen@gmail.com</a><<a href="mailto:hugh.jf.chen@gmail.com">mailto:hugh.jf.chen@gmail.com</a>>
<br>> "Work smart;Not work hard!"
<br><br></p>
</body>
</html>