package JUnit4 was missing which was creating problem. I've installed it and its working fine now
Thanks, hrishit On Sun, Jan 27, 2013 at 12:05 PM, Ariel Constenla-Haile <[email protected]>wrote: > On Sun, Jan 27, 2013 at 1:56 PM, Hrishit Patel <[email protected]> > wrote: > >> Did you run autoconf and then ./configure? > >> > >> Yes, I installed all the dependencies and then ran autoconf and then > > ./configure as mentioned below > > Strange. Did configure exit without error code? > If configure exits without error code, it will invoke set_soenv, and > this will create bootstrap from bootstrap.in: > > ./configure -> set_soenv.in -> set_soenv -> bootstrap.in -> bootstrap > > Make sure that $SRC/main/ has set_soenv.in and bootstrap.in, that > ./configure exits without error, and that after running ./configure > there is a $SRC/main/bootstrap file > > > Regards >
