[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: make error
"Imago" <imago@imago3d.com> wrote:
>I am trying to make MyODBC. What can I do to fix this error?
>imago
>
>[root@Imago MyODBC-2.50.31]# make
....lots of compilation messages suppressed, everything is fine until...
>connect.c:196: structure has no member named `vio'
>make: *** [connect.lo] Error 1
>[root@Imago MyODBC-2.50.31]#
I'd have to see the code and the makefile, but on line 89 and 196 of
the file connect.c, you've got an expression like...
something.vio
or
something->vio
and there's nothing called "vio" in that "something".
The thing to do is to find out what that "something" is and where it comes
from. This problem may be as simple as a typographical error in a header
file that ships with MyODBC, or it could be that you have not loaded up
related header files from development libraries, or for the main product
(MySQL?).
Another thing to do is send this same message to the MyODBC people, who
will tell you the specifics of what you need to do (or fix their typo!:)
Regards,
---> RGB <---