Development
[haiku] Re: [RFC] Volunteer recruitment (Richie Nyhus-Smith)
[haiku] Re: [RFC] Volunteer recruitment (Richie Nyhus-Smith)
Ticket #12084 ([Tracker] change background of clicked column label) created
It looks like SetLowcolor isn't set correctly for column label in clicked state.
Ticket #12083 ([WebPositive] deadlocks after clicking on Category link in HDS) created
hrev49173
HaikuWebKit 1.4.11
WebKit 601.1.27
To reproduce:
- go to https://depot.haiku-os.org/album
- click Graphics link near the bottom
Ticket #12075 (Nightly build fails - MIT licence not in packages) closed
One of the reasons why the build process consists of two phases (configure and jam) is because jam can't do certain things like executing a command (e.g. gcc --version) and processing its output. Even if it could, there are certain checks -- like this -- we really don't want to do in order to avoid slowing the build warm-up down.
Ticket #12082 (Default sound theme needed) created
There are no default sound files included in the distribution. Maybe some enterprising sound guy - and I'm sure we have many amongst our ranks - could whip one up.
Ticket #5738 (USB Pen with NONAME raise an error) closed
No reply from original poster in 5+ years, not enough info to do anything useful. Closing.
Ticket #12081 (BPG codec required for future) created
Fabrice Bellard's BPG format seems to be gaining some leverage, and is touted to replace JPEG. Might be a good idea to write a translator for it.
Ticket #12079 (Missing feature cf BeOS) closed
It's still there, the access key is SHIFT. Though, stacking through S&T is probably more convenient.
Ticket #12080 (Pe right-click menu needs improvement) closed
Pe is not part of Haiku. It's bugtracker is at https://github.com/olta/pe
Ticket #12080 (Pe right-click menu needs improvement) created
Right click in the programmer's editor (Pe) produces two option, neither of which is useful.
Move apparently does nothing, while Copy actually duplicates the tagged line.
I suggest the menu and functionality in StyleEdit would be more useful, maybe the code could be re-used here.
Ticket #12079 (Missing feature cf BeOS) created
If memory serves me correctly there was an "undocumented feature" in the BeOS that allowed dragging the yellow tab across so that multiple windows could easily be accessed. I think the sequence was Ctrl-leftclick-drag or something similar.
It would be handy.
Ticket #12078 (Cross-compiling for PPC fails) created
Built the PPC cross-compiler and attempted to build for this platform. Assuming jam -q @nightly-anyboot is a valid command (documentation lags the actual code severely) then there's something wrong.
The compiler complains it can't find <stdarg.h> and <stddef.h> early in the build, causing failures. This *appears* to be a problem with the configure script.
Configured with:
../haiku/configure --cross-tools-prefix cross-tools-ppc/bin/powerpc-apple-haiku- --use-gcc-pipe -j2
which seems correct so maybe the cross-compiler build has faults, but that would still be a configure script error.
Updated Beezer package.
Ticket #12077 (x86 build won't install, etc) created
Just built a pure x86 cross-compiler today and - for shits and giggles - decided to try building the x86 version of Haiku.
It almost worked. The installer tells me there's an error of "No Error" when clicking install. Booting from the USB stick and running it from there I got as far as a desktop, but it had no logo and the Tracker dropboxes weren't available so I couldn't run any of the standard programs or demos.
Since this is my first non-hybrid build I'm unsure whether this is all normal at the current stage of development, or whether it's wrong.
