[Ipopt-tickets] [Ipopt] #15: make fails under cygwin re debug info

Ipopt coin-trac at coin-or.org
Fri Jul 14 19:55:47 EDT 2006


#15: make fails under cygwin re debug info
---------------------+------------------------------------------------------
Reporter:  leolopes  |       Owner:  ipopt-team
    Type:  defect    |      Status:  new       
Priority:  normal    |   Component:  Ipopt     
 Version:            |    Severity:  normal    
Keywords:            |  
---------------------+------------------------------------------------------
 Here is the output:
 ------------
 {{{
 $ make
 Making all in ThirdParty/Blas
 make[1]: Entering directory `/cygdrive/c/tmp/ipopt/ThirdParty/Blas'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory `/cygdrive/c/tmp/ipopt/ThirdParty/Blas'
 Making all in ThirdParty/Lapack
 make[1]: Entering directory `/cygdrive/c/tmp/ipopt/ThirdParty/Lapack'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory `/cygdrive/c/tmp/ipopt/ThirdParty/Lapack'
 Making all in ThirdParty/HSL
 make[1]: Entering directory `/cygdrive/c/tmp/ipopt/ThirdParty/HSL'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory `/cygdrive/c/tmp/ipopt/ThirdParty/HSL'
 Making all in ThirdParty/ASL
 make[1]: Entering directory `/cygdrive/c/tmp/ipopt/ThirdParty/ASL'
 make[1]: Nothing to be done for `all'.
 make[1]: Leaving directory `/cygdrive/c/tmp/ipopt/ThirdParty/ASL'
 Making all in Ipopt
 make[1]: Entering directory `/cygdrive/c/tmp/ipopt/Ipopt'
 Making all in src/Common
 make[2]: Entering directory `/cygdrive/c/tmp/ipopt/Ipopt/src/Common'
 source='IpDebug.cpp' object='IpDebug.lo' libtool=yes \
 DEPDIR=.deps depmode=none /bin/sh ../../../depcomp \
 /bin/sh ../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I.
 -I`cygpath -w .` -I../../inc     -O3 -fomit-frame-pointer -mno-cygwin
 -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-type
 -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion   -c -o
 IpDebug.lo IpDebug.cpp
  g++ -DHAVE_CONFIG_H -I. -I.\\ -I../../inc -O3 -fomit-frame-pointer -mno-
 cygwin -pipe -DNDEBUG -pedantic-errors -Wimplicit -Wparentheses -Wreturn-
 type -Wcast-qual -Wall -Wpointer-arith -Wwrite-strings -Wconversion -c
 IpDebug.cpp -o IpDebug.o
 In file included from IpDebug.cpp:9:
 IpoptConfig.h:95: error: `FORTRAN_INTEGER_TYPE' does not name a type
 IpoptConfig.h:95: error: extra `;'
 In file included from IpDebug.cpp:11:
 IpDebug.hpp:21:4: #error "don't have header file for assert"
 In file included from IpDebug.cpp:12:
 IpJournalist.hpp:23:4: #error "don't have header file for stdarg"
 In file included from IpDebug.cpp:12:
 IpJournalist.hpp:148: error: `va_list' has not been declared
 IpJournalist.hpp:148: error: ISO C++ forbids declaration of `ap' with no
 type
 IpJournalist.hpp:156: error: `va_list' has not been declared
 IpJournalist.hpp:156: error: ISO C++ forbids declaration of `ap' with no
 type
 IpJournalist.hpp:285: error: `va_list' has not been declared
 IpJournalist.hpp:286: error: ISO C++ forbids declaration of `ap' with no
 type
 IpJournalist.hpp:306: error: `va_list' has not been declared
 IpJournalist.hpp:306: error: ISO C++ forbids declaration of `ap' with no
 type
 IpJournalist.hpp:370: error: `va_list' has not been declared
 IpJournalist.hpp:370: error: ISO C++ forbids declaration of `ap' with no
 type
 make[2]: *** [IpDebug.lo] Error 1
 make[2]: Leaving directory `/cygdrive/c/tmp/ipopt/Ipopt/src/Common'
 make[1]: *** [all-recursive] Error 1
 make[1]: Leaving directory `/cygdrive/c/tmp/ipopt/Ipopt'
 make: *** [all-recursive] Error 1
 }}}
 ---------

 This might also be useful:
 {{{
 $ uname -a
 CYGWIN_NT-5.1 PIQUET 1.5.19(0.150/4/2) 2006-01-20 13:28 i686 Cygwin

 $ gcc --version
 gcc (GCC) 3.4.4 (cygming special) (gdc 0.12, using dmd 0.125)
 Copyright (C) 2004 Free Software Foundation, Inc.
 This is free software; see the source for copying conditions.  There is NO
 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
 PURPOSE.
 }}}

-- 
Ticket URL: <https://projects.coin-or.org/Ipopt/ticket/15>
Ipopt <http://www.coin-or.org>
Ipopt Tickets


More information about the Ipopt-tickets mailing list