Hi,
apparently there is a type conflict in glpk-4.16 with the solaris type system
in respect to the ulong_t type.
The solaris manual describes (and "sys/types.h" defines) :
<solaris manual>
32-bit Solaris
The data types listed below are defined in <sys/types.h> for
32-bit Solaris.
[...]
typedef unsigned long ulong_t;
[...]
</solaris manual>
This obviously clashes with glplib.h :
<glplib.h>
#define ulong_t _glp_lib_ulong_t
</glplib.h>
and leads to a compile error.
After substituting ulong_t with some other string throughout the glpk sources,
glpk compiles fine.
_______________________________________________
Bug-glpk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/bug-glpk