<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1">
</head>
<body text="#000000" bgcolor="#FFFFFF">
Hello,<br>
<br>
I have been trying to build from source the jipopt.dll using
Ipopt-3.11.9<br>
<br>
I am compiling under <b>Mingw </b>(see below)<br>
$ uname -a<br>
MINGW32_NT-6.2 ABBOTTK6 1.0.18(0.48/3/2) 2012-11-21 22:34 i686 Msys<br>
<br>
The build of the main Ipopt tree works. But when I try to compile
the stuff in contrib/JavaInterface, I get the following error:<br>
<br>
jipopt.cpp: In member function 'virtual bool
Jipopt::get_list_of_nonlinear_variables(Ipopt::Index,
Ipopt::Index*)':<br>
jipopt.cpp:537:48: error: invalid conversion from 'int*' to 'jint*
{aka long int*}' [-fpermissive]<br>
jint* tmp = new int[num_nonlin_vars];<br>
^<br>
make: *** [jipopt.lo] Error 1<br>
<br>
Any ideas on how to correct this?<br>
<br>
BTW, is there another forum that I should be directing these
questions to?<br>
<br>
Thanks,<br>
Kirk<br>
<br>
</body>
</html>