Mike, On Sat, Jun 4, 2011 at 4:53 PM, Benjamin Henrion <[email protected]> wrote: > Hi, > > I am trying to compile the latest version from the GIT, here is the error I > got: > > ============================================================= > Making all in bsdl > make[3]: Entering directory `/home/zoobab/soft/urjtag/urjtag/urjtag/src/bsdl' > CC vhdl_bison.lo > In file included from vhdl_bison.y:133: > bsdl_sysdep.h:29: fatal error: bsdl_config.h: No such file or directory > compilation terminated. > make[3]: *** [vhdl_bison.lo] Error 1 > make[3]: Leaving directory `/home/zoobab/soft/urjtag/urjtag/urjtag/src/bsdl' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/home/zoobab/soft/urjtag/urjtag/urjtag/src' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/home/zoobab/soft/urjtag/urjtag/urjtag' > make: *** [all] Error 2 > =============================================================
I think this error is related to your commit: http://urjtag.git.sourceforge.net/git/gitweb.cgi?p=urjtag/urjtag;a=commitdiff_plain;h=10c8d9317d0c53a39dd2d5f54270b6026287b346 configure sets OBJEXT to 'o'. But the Makefile in bsdl expects it to be 'lo' to get the dependence rules right. Regards, Jie ------------------------------------------------------------------------------ EditLive Enterprise is the world's most technically advanced content authoring tool. Experience the power of Track Changes, Inline Image Editing and ensure content is compliant with Accessibility Checking. http://p.sf.net/sfu/ephox-dev2dev _______________________________________________ UrJTAG-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/urjtag-development
