Custom Query (122 matches)
Results (64 - 66 of 122)
Ticket | Resolution | Summary | Owner | Reporter |
---|---|---|---|---|
#47 | fixed | extra \ at the end of line 1808 in coin.m4 | andreasw | markush |
Description |
Configuration fails in cygwin with the cl compiler. A sed command for "Applying patches to libtool for cl compiler" fails, and libtool becomes an empty file. There is an extra backslash on line 1808 in BuildTools?/coin.m4 that causes this problem (it also appears in the configuration file in the same context..) |
|||
#93 | worksforme | Error in Compilation of Bonmin make | stefan | martmevi |
Description |
Hi, I am triying to install Bonmin-1.5.1. via cygwin on my windows system. According to instructions I installed the 3rd party code Blas, Lapack, ASL, HSL (MA27 and MC19), Metis. I created the directory "build" and called ./configure -C from there which completed with "Configuration of Bonmin successful". However, when subsequently executing "make", it fails, with the last lines of make compilatin being: ../../../Cbc/src/CbcSolver.cpp: In function 'int CbcMain1<int, const char, CbcModel?&, int<*><CbcModel?*, int>': ../../../Cbc/src/CbcSolver.cpp:1666:error: expected primary-expresion before '>' token make[4]: * [CbcSolver?.lo] Error 1 make[4]: Leaving directory '/cygdrive/c/Bonmin3/build/Cbc/src' make[3]: * [all-recursive] Error 1 make[3]: Leaving directory '/cygdrive/c/Bonmin3/build/Cbc/src' make[2]: * [all] Error 2 make[2]: Leaving directory '/cygdrive/c/Bonmin3/build/Cbc/src' make[1]: * [all-recursive] Error 1 make[1]: Leaving directory '/cygdrive/c/Bonmin3/build/Cbc' make: * [all-recursive] Error 1 I would like to provide my configuration log files, as well, but no file named "config.log" can be found in any subdirectory of by bonmin folder. It would be great, if you could help me to overcome my compilation problem. Thanks a lot, Martin |
|||
#54 | fixed | ASL Third Party package doesn't build on Solaris | andreasw | mjs |
Description |
Attempting to build the BugSquash? branch on Solaris, but ASL build fails. The following show the results of attempting to build ASL standalone. % ./get.ASL Running script for downloading the source code for the ASL Downloading the source code from www.netlib.org... --09:32:52-- ftp://www.netlib.org/ampl/solvers.tar => `solvers.tar' Resolving www.netlib.org... 160.36.58.108 Connecting to www.netlib.org[160.36.58.108]:21... connected. Logging in as anonymous ... Logged in! ==> SYST ... done. ==> PWD ... done. ==> TYPE I ... done. ==> CWD /ampl ... done. ==> PORT ... done. ==> RETR solvers.tar ... done. [ <=> ] 4,464,640 1.20M/s 09:32:56 (1.18 MB/s) - `solvers.tar' saved [4464640] Unpacking the source code... Uncompressing the source files... Deleting the tar file... Done downloading the source code for ASL. % ./configure checking build system type... sparc-sun-solaris2.10 checking whether we want to compile in debug mode... no checking for egrep... egrep checking whether ln -s works... yes checking for cc... cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether cc accepts -g... yes checking for cc option to accept ANSI C... none needed configure: C compiler options are: -xO4 -DNDEBUG checking for a BSD-compatible install... /usr/local/bin/install -c checking whether build environment is sane... yes checking for gawk... no checking for mawk... no checking for nawk... nawk checking whether make sets $(MAKE)... yes checking for style of include used by make... GNU checking dependency style of cc... mkdir: Failed to make directory "conftest.dir"; File exists mkdir: Failed to make directory "sub"; File exists none checking whether to enable maintainer-specific portions of Makefiles... no checking whether make is the GNU make... no checking which command should be used to link input files... ln -s configure: creating ./config.status config.status: creating Makefile config.status: creating compile_MS_ASL config.status: executing depfiles commands configure: Configuration of ThirdPartyASL successful % make rm -rf compdir ; \ /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/install-sh -d compdir; \ files=`cd /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/ThirdParty/ASL/solvers; ls *.[chs] *.[ch]0 *.hd arith.* makefile* `; \ cd compdir; \ for file in $files; \ do \ rm -f $file ;\ ln -s /local/mjs/research/coin-or/svn/coin-BugSquash/all-trunk/ThirdParty/ASL/solvers/$file $file ;\ done; \ rm -f makefile; \ sed -e 's%ar $(ARFLAGS)%ar $(ARFLAGS)%' makefile.u | sed -e 's%ar ruv%ar ruv%' > makefile; \ make CFLAGS=" -xO4 -DNDEBUG " CC="cc" clean ;\ make CFLAGS=" -xO4 -DNDEBUG " CC="cc" ;\ mv amplsolver.a ../amplsolver.a *** Error code 2 make: Fatal error: Command failed for target `amplsolver.a' |