Под линуксу поставил без проблем!
Теперь потребовалось заживить либу и под виндой, с VC++7
Выполняю команду:
cl /EHsc cmdline.cpp и получаю
//------------------------------------------------------------------
cmdline.cpp
D:\vc++7\Vc7\include\functional(324) : error C2440: 'initializing' : cannot convert from 'const int' to 'std::binary_function<_Arg1,_Arg2,_Result>::second_argument_type'
with
[
_Arg1=const char *,
_Arg2=const char *,
_Result=bool
]
Conversion from integral type to pointer type requires reinterpret_cast, C-style cast or function-style cast
cmdline.cpp(232) : see reference to function template instantiation 'std::binder2nd<_Fn2> std::bind2nd(const _Fn2 &,const int &)' being compiled
with
[
_Fn2=std::not_equal_to<const char *>
]
//-------------------------------------------------------------------
Короче проблема! Системы сборки под винды нет, хотя в доке написано, что либа - OS Independ!
А там всё только для линуксы - configure, makefile's и до жопы
m4-файлов!!!
Люди - кто уже ставил, подскажите!!!