> I did mkdir lib manually, but I was not sure it being > missing was intentional?
It's intentional. I stripped out everything that wasn't needed for the HID work. "cd src" and make there. > PCBHID/src $ ./pcbtest.sh Just run ./pcb-bin for now. You can get my sample pcb (control.pcb) file from here: http://www.delorie.com/house/furnace/control.pcb The torn-off menus don't show up by default. If you do nothing else, you get the menu bar on the top and the status bar at the bottom, and nothing else. This is a standard Motif-ism. Instead of dialog boxes or "toolboxes", you just tear off the menu - pull down the menu, click on the dotted line at the top. Since Motif requires that all actions be accessible via menus, this means that *everything* can become a "toolbox". The three I normally tear off are View->Shown Layers, View->Current Layer, and Tools. The Route Styles dialog is found under "Edit->Change Board Size" which needs to be fixed.