public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: "dj_def" <dj_def@webmail.it>
To: <java@gcc.gnu.org>
Subject: MessageBundle ???
Date: Mon, 04 Apr 2011 12:00:00 -0000	[thread overview]
Message-ID: <9F062AC5F5744F97B7D244509DC9DE28@e6550> (raw)

I did other tests: I compiled gcc-4.3.0 (with 4.6 and 4.7 I was unable to 
compile because of libltdl errors and missing jvm.exe) correcting 
Formatter.java and with --enable-maintainer-mode.
To make it succesfully I had to

1) sudo ln -sf /usr/bin/i686-linux-gnu-gcj /usr/bin/i686-pc-linux-gnu-gcj
(I did this because during some gcc configuration process, it detects 
/usr/bin/i686-pc-linux-gnu-gcj instead of /usr/bin/i686-linux-gnu-gcj...
it could be some ubuntu packaging issue as before compiling I installed the 
whole gcc ubuntu package...)


2) gcj 
/pathToSrcDir/gcc-4.3.0/ecj.jar -findirect-dispatch --main=org.eclipse.jdt.internal.compiler.batch.GCCMain 
 -o ~/moveinecj1
   sudo mv ~/moveinecj1 /usr/bin/ecj1
   sudo chmod +x /usr/bin/ecj1
(this should be a known issue when cross-compiling)

Well... with this version there is not any "MessagesBundle.properties 
missing resource problem" but the previous problem is not completely solved:

class Test {
  public static void main(String argv[]) {
    System.out.printf("%09.3f%n",3.1415926535);
  }
}

this time the program does not crash but also does not print anything (it 
could be normal as now it uses parseInt).

The other test with the openConnection() function now succeeds :)
I did as you told me:
gcj --resource java/util/iso4217.properties -c 
pathTo\libjava\classpath\resource\java\util\iso4217.properties -o 
iso4217.properties.o

Thank you for all! 

             reply	other threads:[~2011-04-04 12:00 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-04 12:00 dj_def [this message]
2011-04-04 12:13 ` Andrew Haley
  -- strict thread matches above, loose matches on Subject: below --
2011-04-04 13:04 dj_def
2011-04-04 13:09 ` Andrew Haley
2011-04-01 14:22 dj_def
2011-04-01 14:57 ` Andrew Haley
2011-04-01 17:43   ` Andrew Haley
2011-04-01 19:32     ` Mark Wielaard
2011-04-04  9:38       ` Andrew Haley
2011-04-01  8:51 dj_def
2011-04-01  9:57 ` Andrew Haley
2011-04-01 10:09   ` Andrew Haley

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9F062AC5F5744F97B7D244509DC9DE28@e6550 \
    --to=dj_def@webmail.it \
    --cc=java@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).