• Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

AltME groups: search

Help · search scripts · search articles · search mailing list

results summary

worldhits
r4wp7
r3wp5
total:12

results window for this page: [start: 1 end: 12]

world-name: r4wp

Group: #Red ... Red language group [web-public]
Pekr:
27-Jun-2013
In order to be able to generate x86 target, do the following:

- copy %build.r into %build-x86.r


- change make-dir/deep bin-dir/lib/armeabi => make-dir/deep bin-dir/lib/x86

- change "-t Android" => "-t Android-x86"


- change "rejoin [%../red/bridges/android/ bin-dir/lib/armeabi" => 
"rejoin [%../red/bridges/android/ bin-dir/lib/x86"


- run %build-x86.r - generates an apk and if you ran arm version 
previously, will pack both versions into one .apk
james_nak:
27-Jun-2013
I don't know if I am using it correctly but I attempted to run the 
build.r file (w/o any arguments...I think it builds the "eval.red"). 
I end up with:
Signing apk...
'jarsigner' is not recognized as an internal or external command,
operable program or batch file.
Aligning apk...
Unable to open 'builds\eval-signed.apk' as zip archive
Kaj:
28-Jun-2013
I'm getting this when running build.r on Linux Mint (based on Ubuntu):
Luis:
10-Jul-2013
The red APK builder script build.r attempt to download some files 
i.e. http://static.red-lang.org/droid-tools/jli.dll.But only gets 
404 Page not found...
Luis:
10-Jul-2013
Oops, old build.r version. Thanks Kaj.
Luis:
10-Jul-2013
Yes as build.r  with multi OS support  !!
Group: Announce ... Announcements only - use Ann-reply to chat [web-public]
Kaj:
19-Oct-2012
To get a clue which binding/library an example program uses, look 
in build.r

world-name: r3wp

Group: !RebGUI ... A lightweight alternative to VID [web-public]
Ashley:
1-May-2006
Not sure whether putting %tour.r up is a good thing as it has dependencies 
on images, dat files and / or dictionaries that don't really belong 
in SVN. I sort of wanted the repository to only contain code needed 
to produce %rebgui.r, while the %get-rebgui.r process delivers an 
"end-user" bundle with %tour.r, demos, etc ready to run (i.e. the 
repository is for developers/documentors only).


Likewise the build script has dependencies on prebol.r and prerebol.r 
so I'll need to extract the bits it uses before I put it up. Any 
ideas on what this script should be called? build.r, merge.r, make.r, 
compile.r, other?
Anton:
1-May-2006
build.r is good.
Group: !REBOL3-OLD1 ... [web-public]
Ladislav:
2-Jun-2009
Do/next I defined my %build.r dialect with it
Ladislav:
2-Jun-2009
...and later %spider.r dialect, %xyplot.r dialect, using %build.r
Ladislav:
2-Jun-2009
I am using %build.r instead of Compose as I advertised many times