Re: Help Building cexp

2017-10-25 Thread Till Straumann
There are git submodules after git clone you have to git submodule update --init --recursive then make prep On 10/25/2017 05:15 PM, Akiv Jhirad wrote: I tried invoking ‘make prep’ in the top of the cexp directory, but I ended up getting the error “aclocal: error: configure.ac:1: file ‘.

RE: Help Building cexp

2017-10-25 Thread Akiv Jhirad
I tried invoking 'make prep' in the top of the cexp directory, but I ended up getting the error "aclocal: error: configure.ac:1: file './m4/cvstag.m4' does not exist". After cloning cexp, I noticed the folder within the cexp directory were empty (getopt, libtecla, m4, pmbfd, regexp). Do I also

Re: Help Building cexp

2017-10-25 Thread Till Straumann
configure is automatically generated by the gnu autotools and therefore not maintained in git. You'll have the necessary tools anyways since they are required for building rtems, too (autoconf, automake, ...). Just invoke 'make prep' in the cexp top directory. This creates the various 'confi

Help Building cexp

2017-10-25 Thread Akiv Jhirad
Hi All, In previous cexp releases there was a configure we could run to build cexp with ./configure, but in the latest cexp (https://github.com/till-s/cexpsh.git) there doesn't seem to be an executable configure file? I tried looking into the INSTALL file of the repo but these instructions also