We've now got greyscale drawing with both Windows and X.
To get the xcb stuff to compile, I had to manually install a number of
packages on Ubuntu:
apt-get install libxcb1-dev
apt-get install libxcb-image0-dev
apt-get install libxcb-util0-dev
Some simple drawing tests have been added to the 'runtest' command.
Unfortunately, all three of my testing setups are currently crashing after
running the test twice.
runtest
runtest
quit
SUCCESS
PS>^Z
ERR: src/lib/xpost_memory.c:656 xpost_memory_table_find_relative() 1 cannot find table segment
for ent
ERR: src/lib/xpost_memory.c:702 xpost_memory_table_get_size() 1 entity not found
ERR: src/lib/xpost_memory.c:656 xpost_memory_table_find_relative() 1 cannot find table segment
for ent
ERR: src/lib/xpost_memory.c:672 xpost_memory_table_get_addr() 1 entity not found
ERR: src/lib/xpost_memory.c:656 xpost_memory_table_find_relative() 1 cannot find table segment
for ent
So, I've got some debugging to do.