[Ipopt] about "IpJournalist.hpp:424:5:error: 'FILE' does not name a type"

Stefan Vigerske stefan at math.hu-berlin.de
Wed Aug 24 10:18:10 EDT 2011


Hi,

try adding
   #include <cstdio>
somewhere at the top of Ipopt/src/Common/IpJournalist.hpp.

Which compiler you use? (gcc --version)

Stefan

> dear all,
> i installed ipopt3.10.0 under cygwin.
> After configuration, i got  " Main configuration of Ipopt successful".
> (config.log, please see the attachment)
> However, it failed to "make install" or "make test". The error information
> is shown as in the following:
>
> IpJournalist.hpp:424:5:error: 'FILE' does not name a type"
> make[3]: ***[IpDebug.lo] Error 1
> make[3]: Leaving directory '/home/Ipopt-3.10.0/Ipopt/src/Common'
> make[2]: *** [all] Error 2
> make[2]: Leaving directory '/home/Ipopt-3.10.0/Ipopt/src/Common'
> make[1]: ***[all-recursive] Error 1
> make[1]: Leaving directory '/home/Ipopt-3.10.0/Ipopt'
> make: ***[all-recursive] Error 1
>
>
> I appreciate your help, thanks in advance!
>
> Min
>
> ps:
> under WIN7-64 bit system
>
>
>
>
> _______________________________________________
> Ipopt mailing list
> Ipopt at list.coin-or.org
> http://list.coin-or.org/mailman/listinfo/ipopt



More information about the Ipopt mailing list