Ignore:
Timestamp:
2016-10-26T18:39:50+13:00 (8 years ago)
Author:
ak19
Message:

New yaz 2.1.56 was needed to get GS2 compiling to work again on Macs after going from producing dynamic linked to statically linked gnome-lib libraries. The new yaz finally compiles (see recent and current commits). Tested z3950server (built by configuring with --enable-z3950) against built yaz-client, and tested GLI's use of yaz-client against Library of Congress' z3950 server. It all works. Need to test Windows next.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone2/runtime-src/packages/Makefile.in

    r28888 r30954  
    4040ifeq ($(USE_YAZ), 1)
    4141# we only compile the src and client dirs for now.
    42 YAZ=yaz/yaz-2.1.4/src yaz/yaz-2.1.4/client
     42YAZ=yaz/yaz-2.1.56/src yaz/yaz-2.1.56/client
    4343else
    4444YAZ=
     
    126126# need to do make install in include and src dirs to get the header files and
    127127# lib file into the right place
    128     cd yaz/yaz-2.1.4/include; $(MAKE)  $(MDEFINES) install
    129     cd yaz/yaz-2.1.4/src; $(MAKE)  $(MDEFINES) install
     128    cd yaz/yaz-2.1.56/include; $(MAKE)  $(MDEFINES) install
     129    cd yaz/yaz-2.1.56/src; $(MAKE)  $(MDEFINES) install
    130130endif
    131131
Note: See TracChangeset for help on using the changeset viewer.