有个源码,想找个大侠帮编译了
有个源码,想找个大侠帮编译了
[解决办法]
#include <yaz/yconfig.h> 找的是系统库
#include <yaz/proto.h> 我这都没有
源码里 也没有
[解决办法]
NSIS="Nullsoft Scriptable Install System"
[解决办法]
NSIS="c:\program files\nsis\makensis-bz2.exe"
新版的 NSIS 编译器已经只有一个 makensis.exe,没有 makensis-bz2,这个估计是 1.x 时代的旧东西了,好几年前的了。你可以下载新的 NSIS 来构建安装包,或者将 NSIS 部分去掉,也不影响。
[解决办法]
YAZ++ is a set of libraries and header files that make it easier to use the popular C-language YAZ toolkit from C++, together with some utilities written using these libraries. It includes an implementation of the C++ binding for ZOOM (ZOOM-C++).
http://www.indexdata.com/yazpp/doc/
http://www.indexdata.com/yazpp/doc/windows.html
YAZ++ is shipped with "makefiles" for the NMAKE tool that comes with Microsoft Visual Studio. Version 2003 (7) and 2005 (8) has been tested. We expect that YAZ++ compiles with versions 5 and 6 as well.
Start a command prompt and switch the sub directory WIN where the file makefile is located. Customize the installation by editing the makefile file (for example by using notepad). The following summarizes the most important settings in that file: