Hi Matthias et al,
I'd like to try to do some of this using my sparc box and see how far I
get. Is there a link that explains how to set up these steps? Others seem
to "just know" what to do, but I haven't the slightest idea of where to
begin. I have a box with gcc-4.9, plenty of disk space, and e
Seems like a tiny fix, as mentioned by the owner "tstack" in
"line_buffer.cc(185)". Upstream should be able to do this easily.
this->lb_file_time = *((int32_t *)&gz_id[4]);
should be something to the effect of:
this->lb_file_time = (gz_id[4]) | (gz_id[5] << 8) | (gz_id[6] << 16) | (
gz_id[7] <<
I'm interesting in helping on ia64. I'm not fluent in ia64 assembly, but I
can get around pretty well. I'm very experienced in C/C++/Java and
debugging. I've got a fully functional system running Xorg/Mesa3D/sound, so
I can reproduce, test, and fix issues as time permits.
Patr
3 matches
Mail list logo