On Fri, Aug 13, 2010 at 7:39 AM, Frans Meulenbroeks wrote: > Code builds with a few minor issues, using openembedded. > I had to make sure autoconf was run with -s. Root cause seems to be > that a symlink is made to tools before the actual data is there. With > symlinks this works. With hard copy it does not. > Guess ideally something could change in the order of the tests so the > tools stuff is there. > > Also somehow MKINSTALLDIRS got not detected properly, I just added > MKINSTALLDIRS=tools/mkinstalldirs when doing make install > I guess this is also caused by mkinstalldirs not being there when the > test is run.
use the autogen.sh script instead of trying to run things yourself -mike ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
