World: r3wp
[Linux] group for linux REBOL users
older newer | first last |
Graham 10-Dec-2006 [982] | So, presumably doesn't take advantage of multicore processors |
Kaj 10-Dec-2006 [983] | I don't know if that's the boot code |
Graham 10-Dec-2006 [984] | bootstrapping? |
Kaj 10-Dec-2006 [985] | Why not? We just fixed SMP, so we run with multicore now |
Graham 10-Dec-2006 [986x2] | Ahh ... cool |
If it's only 70Mb I can manage that. | |
Kaj 10-Dec-2006 [988] | The real boot code is GrUB. There must be assembler in there, but it's out of our hands. We have a bit of assembler code that are probably small pieces of our part of the boot process, and maybe things like the scheduler |
Graham 10-Dec-2006 [989] | 146Mb vmware image |
Kaj 10-Dec-2006 [990] | The one from cilinder.be? That's a much more complete image, with the developer tools |
Graham 10-Dec-2006 [991x3] | Yes .. |
Downloading it now. | |
That one has Orca running? | |
Kaj 10-Dec-2006 [994] | Yes, included in 0.6.1, and a newer version in 0.6.2 |
Graham 10-Dec-2006 [995] | So, Orca replaces Perl for installation scripting? |
Kaj 10-Dec-2006 [996] | Eek, no, we never used PERL for that! |
Graham 10-Dec-2006 [997] | what's the root password? |
Kaj 10-Dec-2006 [998x2] | root |
:-) | |
Graham 10-Dec-2006 [1000] | Cool .. 1024x768 working under vmware |
Kaj 10-Dec-2006 [1001] | No problem |
Graham 10-Dec-2006 [1002x2] | Hmm. Browser corrupts screen. |
Terminal doesn't respond to double click. | |
Kaj 10-Dec-2006 [1004] | Switching to Syllable group... |
Graham 11-Dec-2006 [1005] | Does anyone here have any experience with working with the Linux SDK ? |
Gabriele 11-Dec-2006 [1006] | me (for the Detective) |
Graham 11-Dec-2006 [1007x6] | Ok. |
Quesion .. if you don't mind. | |
I try this ... inside my encapped application | |
write %test.r {rebol [] print "hello"} launch join what-dir %test.r and it complains it can't find the file. | |
actually, launch http://www.valid.com/rebol.ralso fails | |
In windows, launch value .. value is taken as a parameter for the encapped application. In Iinux, it demands a script. | |
Gabriele 11-Dec-2006 [1013x3] | i believe there are bugs in launch on linux, and i don't remember if they are fixed for 2.6.2... let me check rambo |
#3231 is marked as fixed, but I'm not sure if anyone has tested it. | |
then there are #3581 and #3151, but since you are using what-dir they should not apply. | |
Graham 11-Dec-2006 [1016x2] | it launches a new process .. but can't find the script. |
I didn't realise that such a fundamental thing was broken on the linux sdk :( | |
Gabriele 11-Dec-2006 [1018x2] | you can always use call directly |
anyway, i'll test this and make sure it works. IIRC the Detective has issues with launch/quit on Linux too, but it hasn't been a huge problem for me yet. | |
Graham 11-Dec-2006 [1020] | this means I have to know the name of the calling application ... |
Gabriele 11-Dec-2006 [1021] | launch has to know the name too. so if you don't... it doesn't either. i'm pretty sure launch is using system/options/boot |
Graham 11-Dec-2006 [1022x2] | I just want to spawn another instance of my encapped application ... |
Ok, I'll check system/options/boot | |
Gabriele 11-Dec-2006 [1024x2] | call reduce [system/options/boot "argument"] |
should give you "argument" in system/options/args and system/script/args (usual differences between the two apply) | |
Graham 11-Dec-2006 [1026] | Also, the AGG font demos on the desktop appear to be broken. |
Gabriele 11-Dec-2006 [1027] | fonts require absolute path on linux |
Graham 11-Dec-2006 [1028] | would you explain that ? |
Gabriele 11-Dec-2006 [1029] | this will eventually be fixed but it's not easy (needs a different build for each distro... so the final solution is R3) |
Graham 11-Dec-2006 [1030] | when you specify a font, you need to specifiy the abs path to that font ? |
Gabriele 11-Dec-2006 [1031] | exactly, to the ttf file (for AGG only, not face/text) |
older newer | first last |