Hmmmm. . . . I copied the lib directory over from my copy of the main pcb branch. Then I did an "autogen.sh". Now I get this error in "./configure":
configure: creating ./config.status config.status: creating Makefile config.status: creating lib/CreateLibraryContents.sh config.status: error: cannot find input file: lib/CreateLibraryContents.sh.in Ummm, I wonder if you could put the entire pcb build directory (or at least all the stuff required by autogen to create everything else) onto your CVS repository? That way us poor entry-level hackers wouldn't need to screw around for days in order to try your HID stuff? Stuart > > > > It looks like the "lib" directory didn't get created. Any ideas if > > it is required, or why it didn't get created? FWIW, the "lib" > > directory exists in my regular pcb source tree directory. > > Intentional. I stripped out everything I didn't need, including the > lib directory. I tried to make the toplevel configury smart about it, > but automake doesn't have a "conditional directory" option. I decided > not to worry about it. >
