<html>
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">There are git submodules<br>
<br>
after git clone you have to<br>
<br>
git submodule update --init --recursive<br>
<br>
then <br>
<br>
make prep<br>
<br>
<br>
<br>
On 10/25/2017 05:15 PM, Akiv Jhirad wrote:<br>
</div>
<blockquote type="cite"
cite="mid:00fc01d34def$97920cd0$c6b62670$@gmail.com">
<meta http-equiv="Content-Type" content="text/html;
charset=windows-1252">
<meta name="Generator" content="Microsoft Word 15 (filtered
medium)">
<style><!--
/* Font Definitions */
@font-face
{font-family:"Cambria Math";
panose-1:2 4 5 3 5 4 6 3 2 4;}
@font-face
{font-family:Calibri;
panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
{font-family:Consolas;
panose-1:2 11 6 9 2 2 4 3 2 4;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
{margin:0cm;
margin-bottom:.0001pt;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
color:black;
mso-fareast-language:EN-US;}
a:link, span.MsoHyperlink
{mso-style-priority:99;
color:#0563C1;
text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
{mso-style-priority:99;
color:#954F72;
text-decoration:underline;}
pre
{mso-style-priority:99;
mso-style-link:"HTML Preformatted Char";
margin:0cm;
margin-bottom:.0001pt;
font-size:10.0pt;
font-family:"Courier New";
color:black;}
p.msonormal0, li.msonormal0, div.msonormal0
{mso-style-name:msonormal;
mso-margin-top-alt:auto;
margin-right:0cm;
mso-margin-bottom-alt:auto;
margin-left:0cm;
font-size:11.0pt;
font-family:"Calibri",sans-serif;
color:black;}
span.EmailStyle18
{mso-style-type:personal;
font-family:"Calibri",sans-serif;
color:windowtext;}
span.HTMLPreformattedChar
{mso-style-name:"HTML Preformatted Char";
mso-style-priority:99;
mso-style-link:"HTML Preformatted";
font-family:Consolas;
color:black;
mso-fareast-language:EN-US;}
span.EmailStyle21
{mso-style-type:personal;
font-family:"Calibri",sans-serif;
color:windowtext;}
span.EmailStyle22
{mso-style-type:personal-compose;
font-family:"Calibri",sans-serif;
color:windowtext;}
.MsoChpDefault
{mso-style-type:export-only;
font-size:10.0pt;}
@page WordSection1
{size:612.0pt 792.0pt;
margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.WordSection1
{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]-->
<div class="WordSection1">
<p class="MsoNormal"><span style="color:windowtext">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”.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">After
cloning cexp, I noticed the folder within the cexp directory
were empty (getopt, libtecla, m4, pmbfd, regexp). Do I also
have to clone the other repos into their respective folders?<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext">To install
Bison I already needed to install m4, so I’ve installed both
under /usr/local/, but I didn’t find a “cvstag.m4” file in
/usr/local/m4 either.<o:p></o:p></span></p>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<div>
<p class="MsoNormal"><span
style="color:windowtext;mso-fareast-language:EN-CA">--<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:windowtext;mso-fareast-language:EN-CA">Best
Regards,<o:p></o:p></span></p>
<p class="MsoNormal"><span
style="color:windowtext;mso-fareast-language:EN-CA">Akiv
Jhirad<o:p></o:p></span></p>
</div>
<p class="MsoNormal"><span style="color:windowtext"><o:p> </o:p></span></p>
<div>
<div style="border:none;border-top:solid #E1E1E1
1.0pt;padding:3.0pt 0cm 0cm 0cm">
<p class="MsoNormal"><b><span
style="color:windowtext;mso-fareast-language:EN-CA"
lang="EN-US">From:</span></b><span
style="color:windowtext;mso-fareast-language:EN-CA"
lang="EN-US"> Till Straumann
[<a class="moz-txt-link-freetext" href="mailto:strauman@slac.stanford.edu">mailto:strauman@slac.stanford.edu</a>] <br>
<b>Sent:</b> October 25, 2017 4:23 PM<br>
<b>To:</b> Akiv Jhirad <a class="moz-txt-link-rfc2396E" href="mailto:akivjh@gmail.com"><akivjh@gmail.com></a>;
<a class="moz-txt-link-abbreviated" href="mailto:users@rtems.org">users@rtems.org</a><br>
<b>Subject:</b> Re: Help Building cexp<o:p></o:p></span></p>
</div>
</div>
<p class="MsoNormal"><o:p> </o:p></p>
<div>
<p class="MsoNormal">configure is automatically generated by
the gnu autotools and therefore not maintained<br>
in git.<br>
<br>
You'll have the necessary tools anyways since they are
required for building rtems, too<br>
(autoconf, automake, ...).<br>
<br>
Just invoke 'make prep' in the cexp top directory. This
creates the various 'configure' and 'Makefile.in's.<br>
<br>
You will also need gnu 'bison' for processing the cexp.y
grammar.<br>
<br>
HTH<br>
- Till<br>
<br>
<br>
On 10/25/2017 01:05 PM, Akiv Jhirad wrote:<span
style="mso-fareast-language:EN-CA"><o:p></o:p></span></p>
</div>
<blockquote style="margin-top:5.0pt;margin-bottom:5.0pt">
<p class="MsoNormal">Hi All,<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">In previous cexp releases there was a
configure we could run to build cexp with ./configure, but
in the latest cexp (<a
href="https://github.com/till-s/cexpsh.git"
moz-do-not-send="true">https://github.com/till-s/cexpsh.git</a>)
there doesn’t seem to be an executable configure file? I
tried looking into the INSTALL file of the repo but these
instructions also used ./configure. There’s a configure.ac
file but I’m not sure how to convert that into an executable
(could be my lack of linux experience).<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal">Any help would be appreciated, thanks!<o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-CA">--</span><o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-CA">Best
Regards,</span><o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-CA">Akiv
Jhirad</span><o:p></o:p></p>
<p class="MsoNormal"> <o:p></o:p></p>
<p class="MsoNormal"><span style="mso-fareast-language:EN-CA"><br>
<br>
<br>
<o:p></o:p></span></p>
<pre>_______________________________________________<o:p></o:p></pre>
<pre>users mailing list<o:p></o:p></pre>
<pre><a href="mailto:users@rtems.org" moz-do-not-send="true">users@rtems.org</a><o:p></o:p></pre>
<pre><a href="http://lists.rtems.org/mailman/listinfo/users" moz-do-not-send="true">http://lists.rtems.org/mailman/listinfo/users</a><o:p></o:p></pre>
</blockquote>
<p class="MsoNormal"><span style="mso-fareast-language:EN-CA"><o:p> </o:p></span></p>
</div>
</blockquote>
<br>
</body>
</html>