<HTML><BODY style="word-wrap: break-word; -khtml-nbsp-mode: space; -khtml-line-break: after-white-space; ">Hi Rodrigo,<DIV>Sorry I was confused because my local copy was already fixed.</DIV><DIV>I committed the change, it should compile fine now.</DIV><DIV>Cheers,</DIV><DIV>Pierre<BR><DIV><DIV>On Apr 11, 2007, at 8:23 PM, Rodrigo López Negrete de la Fuente wrote:</DIV><BR class="Apple-interchange-newline"><BLOCKQUOTE type="cite">Hi Pierre,<BR><BR>Yes, I'm using the stable/0.1 release.... I downloaded as per the instructions in the bonmin wiki...<BR><BR>best,<BR> Rodrigo<BR><BR><DIV><SPAN class="gmail_quote">On 4/11/07, <B class="gmail_sendername"> Pierre Bonami</B> &lt;<A href="mailto:pierre.bonami@gmail.com">pierre.bonami@gmail.com</A>&gt; wrote:</SPAN><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> Hi Rodriguo,<BR>Sorry I am confused, which version of Bonmin are you using: stable/0.1 , trunk a release ?<BR>Best regards,<BR>Pierre<BR><DIV><DIV><SPAN class="e" id="q_111e2ff3a3dacff5_1"><SPAN class="gmail_quote">On 4/11/07, <B class="gmail_sendername">Rodrigo López Negrete de la Fuente </B> &lt;<A href="mailto:soyrush@gmail.com" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">soyrush@gmail.com</A>&gt; wrote:</SPAN></SPAN></DIV><BLOCKQUOTE class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"> <DIV><SPAN class="e" id="q_111e2ff3a3dacff5_3"><BR>Hi Pierre, <BR><BR>I just downloaded the newest revision of bonmin via svn, and got an error when compiling it. I'm using revision 458, and gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5). <BR><BR>Thanks, I hope its just a typo somewhere... <BR>Rodrigo Lopez-Negrete<BR><BR>I used the following configure command:<BR><BR>$ ../configure -C  \<BR>        --with-pardiso="/home/rush/lib/libpardiso_GNU_IA32.so" \<BR>        --with-blas="-L/usr/lib -lblas"       \ <BR>        --with-lapack="-L/usr/lib -llapack"<BR><BR>The configuration was successful, but I got the error when making the project(more details below):<BR>../../../../Bonmin/src/IpoptInterface/IpCbcBoundsReader.cpp  -fPIC -DPIC -o .libs/IpCbcBoundsReader.o <BR> ../../../../Bonmin/src/IpoptInterface/IpoptInterface.hpp: In constructor 'IpoptInterface::SimpleError::SimpleError()':<BR> /home/rush/Coin-or/Bonmin-0.1/CoinUtils/src/CoinError.hpp:34: error: 'CoinError::CoinError()' is private<BR> ../../../../Bonmin/src/IpoptInterface/IpoptInterface.hpp:55: error: within this context<BR> make[2]: *** [IpCbcBoundsReader.lo] Error 1<BR> <BR><BR>Some more details of the error are here....<BR><BR>$ make<BR><BR>[some output snipped]...<BR><BR>Making all in Bonmin<BR>make[1]: Entering directory `/home/rush/Coin-or/Bonmin-0.1/build/Bonmin'<BR>Making all in src/IpoptInterface <BR>make[2]: Entering directory `/home/rush/Coin-or/Bonmin-0.1/build/Bonmin/src/IpoptInterface'<BR>if /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I`echo ../../../../Bonmin/src/IpoptInterface` -I../../inc  -I`echo /home/rush/Coin-or/Bonmin- 0.1/build/Bonmin/../Ipopt/inc` -I`echo /home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Common` -I`echo /home/rush/Coin-or/Bonmin-0.1/Ipopt/src/LinAlg` -I`echo /home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Algorithm` -I`echo /home/rush/Coin-or/Bonmin- 0.1/Ipopt/src/Interfaces` -I`echo /home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Apps/AmplSolver` -I`echo /home/rush/Coin-or/Bonmin-0.1/CoinUtils/src` -I`echo /home/rush/Coin-or/Bonmin-0.1/build/Bonmin/../CoinUtils/inc` -I`echo /home/rush/Coin-or/Bonmin- 0.1/Osi/src` -I`echo /home/rush/Coin-or/Bonmin-0.1/Osi/src/OsiClp` -I`echo /home/rush/Coin-or/Bonmin-0.1/build/Bonmin/../Clp/inc` -I`echo /home/rush/Coin-or/Bonmin-0.1/Clp/src`    -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion   -MT IpCbcBoundsReader.lo -MD -MP -MF ".deps/IpCbcBoundsReader.Tpo" -c -o IpCbcBoundsReader.lo ../../../../Bonmin/src/IpoptInterface/IpCbcBoundsReader.cpp; \<BR>        then mv -f ".deps/IpCbcBoundsReader.Tpo" ".deps/IpCbcBoundsReader.Plo"; else rm -f ".deps/IpCbcBoundsReader.Tpo"; exit 1; fi <BR>mkdir .libs<BR> g++ -DHAVE_CONFIG_H -I. -I../../../../Bonmin/src/IpoptInterface -I../../inc -I/home/rush/Coin-or/Bonmin-0.1/build/Bonmin/../Ipopt/inc -I/home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Common -I/home/rush/Coin-or/Bonmin- 0.1/Ipopt/src/LinAlg -I/home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Algorithm -I/home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Interfaces -I/home/rush/Coin-or/Bonmin-0.1/Ipopt/src/Apps/AmplSolver -I/home/rush/Coin-or/Bonmin-0.1/CoinUtils/src -I/home/rush/Coin-or/Bonmin- 0.1/build/Bonmin/../CoinUtils/inc -I/home/rush/Coin-or/Bonmin-0.1/Osi/src -I/home/rush/Coin-or/Bonmin-0.1/Osi/src/OsiClp -I/home/rush/Coin-or/Bonmin-0.1/build/Bonmin/../Clp/inc -I/home/rush/Coin-or/Bonmin-0.1/Clp/src -O3 -fomit-frame-pointer -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -MT IpCbcBoundsReader.lo -MD -MP -MF .deps/IpCbcBoundsReader.Tpo -c ../../../../Bonmin/src/IpoptInterface/IpCbcBoundsReader.cpp  -fPIC -DPIC -o .libs/IpCbcBoundsReader.o<BR>../../../../Bonmin/src/IpoptInterface/IpoptInterface.hpp: In constructor 'IpoptInterface::SimpleError::SimpleError()': <BR>/home/rush/Coin-or/Bonmin-0.1/CoinUtils/src/CoinError.hpp:34: error: 'CoinError::CoinError()' is private<BR>../../../../Bonmin/src/IpoptInterface/IpoptInterface.hpp:55: error: within this context<BR>make[2]: *** [ IpCbcBoundsReader.lo] Error 1<BR>make[2]: Leaving directory `/home/rush/Coin-or/Bonmin-0.1/build/Bonmin/src/IpoptInterface'<BR>make[1]: *** [all-recursive] Error 1<BR>make[1]: Leaving directory `/home/rush/Coin-or/Bonmin- 0.1/build/Bonmin'<BR>make: *** [all-recursive] Error 1<BR><BR><BR>thanks!<BR><SPAN><BR clear="all"><BR>-- <BR>Rodrigo López Negrete<BR><A href="http://muon.blogdns.org/%7Erush/" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://muon.blogdns.org/~rush/</A> </SPAN><BR></SPAN></DIV>_______________________________________________<BR>Bonmin mailing list<BR><A href="mailto:Bonmin@list.coin-or.org" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)">Bonmin@list.coin-or.org </A><BR><A href="http://list.coin-or.org/mailman/listinfo/bonmin" target="_blank" onclick="return top.js.OpenExtLink(window,event,this)"> http://list.coin-or.org/mailman/listinfo/bonmin</A><BR><BR></BLOCKQUOTE></DIV><BR> </BLOCKQUOTE></DIV><BR><BR clear="all"><BR>-- <BR>Rodrigo López Negrete<BR><A href="http://muon.blogdns.org/~rush/">http://muon.blogdns.org/~rush/</A></BLOCKQUOTE></DIV><BR></DIV></BODY></HTML>