On Thu, 14 Dec 2000, Larry W. Virden wrote:
> When I try to build the latest release of the tools, using Sun's C++ compiler,
> I get this error:
>
> CC -DHAVE_CONFIG_H -I. -I/ldatae/PilotBuilding/DB/palm-db-tools-0.3.1/libpalm -I.. -I/ldatae/PilotBuilding/DB/palm-db-tools-0.3.1 -I/ldatae/PilotBuilding/DB/palm-db-tools-0.3.1/libpalm -g -c File.cpp -KPIC -DPIC -o File.o
> lmLib::Block*, std::pair<std::fpos<__mbstate_t>, unsigned>>>>::push_back(const std::pair<PalmLib::Block*, std::pair<std::fpos<__mbstate_t>, unsigned>>&) is being passed std::pair<PalmLib::Block*, std::pair<long, int>>.
> lmLib::Block*, std::pair<std::fpos<__mbstate_t>, unsigned>>>>::push_back(const std::pair<PalmLib::Block*, std::pair<std::fpos<__mbstate_t>, unsigned>>&) is being passed std::pair<PalmLib::Block*, std::pair<long, int>>.
> 2 Error(s) detected.
Try the attached patch (or make the modifications noted in the patch) by
moving into the libpalm/ directory and running:
patch -p0 < File.cpp.patch
|