IRC channel logs

2020-05-19.log

back to list of logs

***ChanServ sets mode: +o rekado_
<gf>Hi!
<gf>rekado, could you help me out on building classpath-0.99 ? I need some suggestions
<rekado_>gf: have you looked at the definition of ecj-javac-wrapper in java.scm?
<gf>yes, thats where Im working from.
<rekado_>that generates the wrapper that you’ll need to use ecj as if it were javac.
<gf>It appears that it simply removes the -J option, so I wrote a bash script wrapper. configure appears to pass, but make gives me 4 errors on method undefined. So I was wondering if its my script thats bad, or Ive passed the wrong args to configure
<gf>Here is the log https://pastebin.com/MPLnPxvM
<rekado_>it separates VM arguments from ECJ arguments
<rekado_>I suggest either copying the wrapper from Guix or executing the Guile code that generates it.
<rekado_>you can feed that whole expression starting with (begin …) to Guile after defining a few things like bootcp, ecj, and %build-inputs containing a “jamvm” key.
<rekado_>oh, and java
<rekado_>all those things that are preceded by a comma
<rekado_>that’s just the locations of these packages
<gf>Ok, will try to run the guile script. Big thanks for your guide, rekado
<rekado_>good luck!
<rekado_>gotta go