O
Olivier
Dear all,
while reading lpsolve, part lp_types.h, I stumbled on
the lines :
---------------------------------------
typedef struct _lprec lprec;
typedef struct _INVrec INVrec;
union QSORTrec;
---------------------------------------
which I don't understand at all ---
More pragmatically, I'm trying to compile a programm
with two libraries : lpsolve asks for st99, while
pari asks for st89. I'm trying to use:
gcc -Wall -pedantic BTRSP.c -o BTRSP -std=gnu99 -lm -llpsolve55
-I/usr/local/share/lp_solve/ -lpari
but I get an error "BTRSP.c:204: error: 'lp' undeclared",
where of course, lp is a pointer on lprec.
I can't seem to be able to find where this lprec is defined.
Any pointer would be appreciated!!
Best,
Amities,
Olivier
while reading lpsolve, part lp_types.h, I stumbled on
the lines :
---------------------------------------
typedef struct _lprec lprec;
typedef struct _INVrec INVrec;
union QSORTrec;
---------------------------------------
which I don't understand at all ---
More pragmatically, I'm trying to compile a programm
with two libraries : lpsolve asks for st99, while
pari asks for st89. I'm trying to use:
gcc -Wall -pedantic BTRSP.c -o BTRSP -std=gnu99 -lm -llpsolve55
-I/usr/local/share/lp_solve/ -lpari
but I get an error "BTRSP.c:204: error: 'lp' undeclared",
where of course, lp is a pointer on lprec.
I can't seem to be able to find where this lprec is defined.
Any pointer would be appreciated!!
Best,
Amities,
Olivier