On 10/5/05, Joshua Cohen
<defeated-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:>
> Hi all,
>
> This isn''t directly Rails related, and I apologize for that in
> advance. I''m trying to build Ruby/ZOOM (a library for Z39.50
queries)
> on Win32 for use in a Rails app I''m working on, but I''m
far from an
> expert with makefiles and the like. I''ve got it *almost* to the
point
> of building, but I''m completely stumped. Everything compiles fine,
> but when it gets to the linking stage it dies with a bunch of errors
> along the lines of:
>
> error LNK2019: unresolved external symbol _ZOOM_connection_error
> references in function _rbz_connection_open
>
> ZOOM_connection_error is defined in YAZ, which Ruby/ZOOM requires, and
> I have installed. To my admittedly novice eye, it seems like it
can''t
> find the yaz.lib file which should have the ZOOM_connection_error
> definition. I believe I have the correct path to yaz.lib in the
> Makefile, yet no matter what I try I still get the linker errors.
>
> Anyone have any ideas (or even better, does anyone out there by some
> small chance actually have a compiled version of Ruby/ZOOM for win32
> they can send me?).
>
> Thanks in advance,
>
I don''t know anything about Zoom itself (just a caveat), but it looks
like
you need to update your LIB path to include whatever directories contain the
Zoom *.lib files.
Curt
_______________________________________________
Rails mailing list
Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
http://lists.rubyonrails.org/mailman/listinfo/rails