<div dir="ltr"><div>Hi </div><div> </div><div>when I am compiling the mysql for differnt  targets like i686 , x84,arm platforms by toolchain file as input by issuiing the command like </div><div> cmake -DCMAKE_TOOLCHAIN_FILE=tool_chain_i686.cmake  -DWITH_UNIT_TESTS=OFF -DWITHOUT_SERVER=ON -DCMAKE_CXX_FLAGS=&quot;-w -fpermissive&quot; -DCMAKE_C_FLAGS=&quot;-w -fpermissive&quot; -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/stanly/MYSQL -DSTACK_DIRECTION=1 -DMYSQL_MAINTAINER_MODE=OFF<br>
</div><div>after when I am trying to make using make command I am getting erorr like </div><div> </div><div>Linking CXX static library libmysys_ssl.a<br>[ 91%] Built target mysys_ssl<br>[ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys<br>
/bin/sh: comp_err: not found<br>make[2]: *** [include/mysqld_error.h] Error 127<br>make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2<br>make: *** [all] Error 2<br></div><div>Please help me in fixing this ,,,,its needed very badly..</div>
<div> </div><div>Thanks &amp; Regards</div><div>Stanly</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 9, 2013 at 5:22 PM,  <span dir="ltr">&lt;<a href="mailto:cmake-bounces@cmake.org" target="_blank">cmake-bounces@cmake.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">The results of your email command are provided below. Attached is your<br>
original message.<br>
<br>
- Results:<br>
    Ignoring non-text/plain MIME parts<br>
    Invalid confirmation string.  Note that confirmation strings expire<br>
approximately 3 days after the initial subscription request.  If your<br>
confirmation has expired, please try to re-submit your original request or<br>
message.<br>
<br>
- Unprocessed:<br>
    Hi when I am compiling the mysql for differnt  targets like i686 , x84,arm<br>
    platforms by toolchain file as input by issuiing the command like<br>
     cmake -DCMAKE_TOOLCHAIN_FILE=tool_chain_i686.cmake  -DWITH_UNIT_TESTS=OFF<br>
    -DWITHOUT_SERVER=ON -DCMAKE_CXX_FLAGS=&quot;-w -fpermissive&quot; -DCMAKE_C_FLAGS=&quot;-w<br>
    -fpermissive&quot; -DBUILD_SHARED_LIBS=ON<br>
    -DCMAKE_INSTALL_PREFIX=/usr/stanly/MYSQL -DSTACK_DIRECTION=1<br>
    -DMYSQL_MAINTAINER_MODE=OFF<br>
    after when I am trying to make using make command I am getting erorr like<br>
    Linking CXX static library libmysys_ssl.a<br>
    [ 91%] Built target mysys_ssl<br>
    [ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys<br>
    /bin/sh: comp_err: not found<br>
    make[2]: *** [include/mysqld_error.h] Error 127<br>
    make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2<br>
    make: *** [all] Error 2<br>
    Please help me in fixing this ,,,,its needed very badly..<br>
    Thanks &amp; Regards<br>
    Stanly<br>
<br>
- Ignored:<br>
    On Tue, Jul 9, 2013 at 5:17 PM, &lt;<a href="mailto:cmake-request@cmake.org">cmake-request@cmake.org</a>&gt; wrote:<br>
<br>
    &gt; Mailing list subscription confirmation notice for mailing list CMake<br>
    &gt;<br>
    &gt; We have received a request from 112.121.55.7 for subscription of your<br>
    &gt; email address, &quot;<a href="mailto:stanlyzam@gmail.com">stanlyzam@gmail.com</a>&quot;, to the <a href="mailto:cmake@cmake.org">cmake@cmake.org</a> mailing<br>
    &gt; list.  To confirm that you want to be added to this mailing list,<br>
    &gt; simply reply to this message, keeping the Subject: header intact.  Or<br>
    &gt; visit this web page:<br>
    &gt;<br>
    &gt;<br>
    &gt; <a href="http://www.cmake.org/mailman/confirm/cmake/1266edeb6268015acdda7e2b22fac12c513bec3b" target="_blank">http://www.cmake.org/mailman/confirm/cmake/1266edeb6268015acdda7e2b22fac12c513bec3b</a><br>
    &gt;<br>
    &gt;<br>
    &gt; Or include the following line -- and only the following line -- in a<br>
    &gt; message to <a href="mailto:cmake-request@cmake.org">cmake-request@cmake.org</a>:<br>
    &gt;<br>
    &gt;     confirm 1266edeb6268015acdda7e2b22fac12c513bec3b<br>
    &gt;<br>
    &gt; Note that simply sending a `reply&#39; to this message should work from<br>
    &gt; most mail readers, since that usually leaves the Subject: line in the<br>
    &gt; right form (additional &quot;Re:&quot; text in the Subject: is okay).<br>
    &gt;<br>
    &gt; If you do not wish to be subscribed to this list, please simply<br>
    &gt; disregard this message.  If you think you are being maliciously<br>
    &gt; subscribed to the list, or have any other questions, send them to<br>
    &gt; <a href="mailto:cmake-owner@cmake.org">cmake-owner@cmake.org</a>.<br>
    &gt;<br>
<br>
- Done.<br>
<br>
<br><br>---------- Forwarded message ----------<br>From: stanly samuel &lt;<a href="mailto:stanlyzam@gmail.com">stanlyzam@gmail.com</a>&gt;<br>To: <a href="mailto:cmake-request@cmake.org">cmake-request@cmake.org</a><br>Cc: <br>
Date: Tue, 9 Jul 2013 17:22:48 +0530<br>Subject: Re: confirm 1266edeb6268015acdda7e2b22fac12c513bec3b<br><div dir="ltr"><div>Hi when I am compiling the mysql for differnt  targets like i686 , x84,arm platforms by toolchain file as input by issuiing the command like </div>
<div> cmake -DCMAKE_TOOLCHAIN_FILE=tool_chain_i686.cmake  -DWITH_UNIT_TESTS=OFF -DWITHOUT_SERVER=ON -DCMAKE_CXX_FLAGS=&quot;-w -fpermissive&quot; -DCMAKE_C_FLAGS=&quot;-w -fpermissive&quot; -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/stanly/MYSQL -DSTACK_DIRECTION=1 -DMYSQL_MAINTAINER_MODE=OFF<br>

</div><div>after when I am trying to make using make command I am getting erorr like </div><div> </div><div>Linking CXX static library libmysys_ssl.a<br>[ 91%] Built target mysys_ssl<br>[ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys<br>

/bin/sh: comp_err: not found<br>make[2]: *** [include/mysqld_error.h] Error 127<br>make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2<br>make: *** [all] Error 2<br></div><div>Please help me in fixing this ,,,,its needed very badly..</div>

<div> </div><div>Thanks &amp; Regards</div><div>Stanly</div><div> </div><div> </div><div> </div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Jul 9, 2013 at 5:17 PM,  <span dir="ltr">&lt;<a href="mailto:cmake-request@cmake.org" target="_blank">cmake-request@cmake.org</a>&gt;</span> wrote:<br>

<blockquote style="margin:0px 0px 0px 0.8ex;padding-left:1ex;border-left-color:rgb(204,204,204);border-left-width:1px;border-left-style:solid" class="gmail_quote">Mailing list subscription confirmation notice for mailing list CMake<br>

<br>
We have received a request from 112.121.55.7 for subscription of your<br>
email address, &quot;<a href="mailto:stanlyzam@gmail.com" target="_blank">stanlyzam@gmail.com</a>&quot;, to the <a href="mailto:cmake@cmake.org" target="_blank">cmake@cmake.org</a> mailing<br>
list.  To confirm that you want to be added to this mailing list,<br>
simply reply to this message, keeping the Subject: header intact.  Or<br>
visit this web page:<br>
<br>
    <a href="http://www.cmake.org/mailman/confirm/cmake/1266edeb6268015acdda7e2b22fac12c513bec3b" target="_blank">http://www.cmake.org/mailman/confirm/cmake/1266edeb6268015acdda7e2b22fac12c513bec3b</a><br>
<br>
<br>
Or include the following line -- and only the following line -- in a<br>
message to <a href="mailto:cmake-request@cmake.org" target="_blank">cmake-request@cmake.org</a>:<br>
<br>
    confirm 1266edeb6268015acdda7e2b22fac12c513bec3b<br>
<br>
Note that simply sending a `reply&#39; to this message should work from<br>
most mail readers, since that usually leaves the Subject: line in the<br>
right form (additional &quot;Re:&quot; text in the Subject: is okay).<br>
<br>
If you do not wish to be subscribed to this list, please simply<br>
disregard this message.  If you think you are being maliciously<br>
subscribed to the list, or have any other questions, send them to<br>
<a href="mailto:cmake-owner@cmake.org" target="_blank">cmake-owner@cmake.org</a>.<br>
</blockquote></div><br></div>
<br></blockquote></div><br></div>