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 cmake -DCMAKE_TOOLCHAIN_FILE=tool_chain_i686.cmake -DWITH_UNIT_TESTS=OFF -DWITHOUT_SERVER=ON -DCMAKE_CXX_FLAGS="-w -fpermissive" -DCMAKE_C_FLAGS="-w -fpermissive" -DBUILD_SHARED_LIBS=ON -DCMAKE_INSTALL_PREFIX=/usr/stanly/MYSQL -DSTACK_DIRECTION=1 -DMYSQL_MAINTAINER_MODE=OFF after when I am trying to make using make command I am getting erorr like Linking CXX static library libmysys_ssl.a [ 91%] Built target mysys_ssl [ 91%] Generating ../include/mysqld_error.h, ../sql/share/english/errmsg.sys /bin/sh: comp_err: not found make[2]: *** [include/mysqld_error.h] Error 127 make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2 make: *** [all] Error 2 Please help me in fixing this ,,,,its needed very badly.. Thanks & Regards Stanly
On Tue, Jul 9, 2013 at 5:22 PM, <[email protected]> wrote: > The results of your email command are provided below. Attached is your > original message. > > - Results: > Ignoring non-text/plain MIME parts > Invalid confirmation string. Note that confirmation strings expire > approximately 3 days after the initial subscription request. If your > confirmation has expired, please try to re-submit your original request or > message. > > - Unprocessed: > 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 > cmake -DCMAKE_TOOLCHAIN_FILE=tool_chain_i686.cmake > -DWITH_UNIT_TESTS=OFF > -DWITHOUT_SERVER=ON -DCMAKE_CXX_FLAGS="-w -fpermissive" > -DCMAKE_C_FLAGS="-w > -fpermissive" -DBUILD_SHARED_LIBS=ON > -DCMAKE_INSTALL_PREFIX=/usr/stanly/MYSQL -DSTACK_DIRECTION=1 > -DMYSQL_MAINTAINER_MODE=OFF > after when I am trying to make using make command I am getting erorr > like > Linking CXX static library libmysys_ssl.a > [ 91%] Built target mysys_ssl > [ 91%] Generating ../include/mysqld_error.h, > ../sql/share/english/errmsg.sys > /bin/sh: comp_err: not found > make[2]: *** [include/mysqld_error.h] Error 127 > make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2 > make: *** [all] Error 2 > Please help me in fixing this ,,,,its needed very badly.. > Thanks & Regards > Stanly > > - Ignored: > On Tue, Jul 9, 2013 at 5:17 PM, <[email protected]> wrote: > > > Mailing list subscription confirmation notice for mailing list CMake > > > > We have received a request from 112.121.55.7 for subscription of your > > email address, "[email protected]", to the [email protected] mailing > > list. To confirm that you want to be added to this mailing list, > > simply reply to this message, keeping the Subject: header intact. Or > > visit this web page: > > > > > > > http://www.cmake.org/mailman/confirm/cmake/1266edeb6268015acdda7e2b22fac12c513bec3b > > > > > > Or include the following line -- and only the following line -- in a > > message to [email protected]: > > > > confirm 1266edeb6268015acdda7e2b22fac12c513bec3b > > > > Note that simply sending a `reply' to this message should work from > > most mail readers, since that usually leaves the Subject: line in the > > right form (additional "Re:" text in the Subject: is okay). > > > > If you do not wish to be subscribed to this list, please simply > > disregard this message. If you think you are being maliciously > > subscribed to the list, or have any other questions, send them to > > [email protected]. > > > > - Done. > > > > ---------- Forwarded message ---------- > From: stanly samuel <[email protected]> > To: [email protected] > Cc: > Date: Tue, 9 Jul 2013 17:22:48 +0530 > Subject: Re: confirm 1266edeb6268015acdda7e2b22fac12c513bec3b > 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 > cmake -DCMAKE_TOOLCHAIN_FILE=tool_chain_i686.cmake -DWITH_UNIT_TESTS=OFF > -DWITHOUT_SERVER=ON -DCMAKE_CXX_FLAGS="-w -fpermissive" -DCMAKE_C_FLAGS="-w > -fpermissive" -DBUILD_SHARED_LIBS=ON > -DCMAKE_INSTALL_PREFIX=/usr/stanly/MYSQL -DSTACK_DIRECTION=1 > -DMYSQL_MAINTAINER_MODE=OFF > after when I am trying to make using make command I am getting erorr like > > Linking CXX static library libmysys_ssl.a > [ 91%] Built target mysys_ssl > [ 91%] Generating ../include/mysqld_error.h, > ../sql/share/english/errmsg.sys > /bin/sh: comp_err: not found > make[2]: *** [include/mysqld_error.h] Error 127 > make[1]: *** [extra/CMakeFiles/GenError.dir/all] Error 2 > make: *** [all] Error 2 > Please help me in fixing this ,,,,its needed very badly.. > > Thanks & Regards > Stanly > > > > > > On Tue, Jul 9, 2013 at 5:17 PM, <[email protected]> wrote: > >> Mailing list subscription confirmation notice for mailing list CMake >> >> We have received a request from 112.121.55.7 for subscription of your >> email address, "[email protected]", to the [email protected] mailing >> list. To confirm that you want to be added to this mailing list, >> simply reply to this message, keeping the Subject: header intact. Or >> visit this web page: >> >> >> http://www.cmake.org/mailman/confirm/cmake/1266edeb6268015acdda7e2b22fac12c513bec3b >> >> >> Or include the following line -- and only the following line -- in a >> message to [email protected]: >> >> confirm 1266edeb6268015acdda7e2b22fac12c513bec3b >> >> Note that simply sending a `reply' to this message should work from >> most mail readers, since that usually leaves the Subject: line in the >> right form (additional "Re:" text in the Subject: is okay). >> >> If you do not wish to be subscribed to this list, please simply >> disregard this message. If you think you are being maliciously >> subscribed to the list, or have any other questions, send them to >> [email protected]. >> > > >
-- Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
