Displaying 3 results from an estimated 3 matches for "daterangelimit".
2016 Sep 22
2
issues compiling omega
...loadfile.o datevalue.o common/str.o
sample.o url
encode.o weight.o expand.o csvescape.o -Wl,--enable-runtime-pseudo-reloc
/home/
John/xapian-omega-1.4.0/../xapian-core-1.4.0/.libs/libxapian.dll.a -lrpcrt4
-lz
-lws2_32 ./.libs/libtransform.a -L/lib -lpcre -L/usr/local/lib
datevalue.o: In function `DateRangeLimit::operator-(int)':
/home/John/xapian-omega-1.4.0/datevalue.cc:87: undefined reference to
`timegm(tm
*)'
datevalue.o: In function `DateRangeLimit::operator+(int)':
/home/John/xapian-omega-1.4.0/datevalue.cc:92: undefined reference to
`timegm(tm
*)'
If I'm understanding the undefi...
2016 Sep 22
2
issues compiling omega
All,
I'm having some issues compiling omega. Here are the particulars
I'm on win7, using cygwin 4.9.2 64 bit. Here's the relevant output from
make:
libtool: link: g++ -fshow-column -Wall -W -Wredundant-decls -Wpointer-arith
-Wca
st-qual -Wcast-align -Wno-long-long -Wformat-security -fno-gnu-keywords
-Wundef
-Woverloaded-virtual -Wstrict-null-sentinel -Wshadow -Wstrict-overflow=1
2016 Sep 22
0
issues compiling omega
...are
architecture independent. So executable machine code will (well,
should) never be there, only data files, scripts, byte-code, etc, and
only when the format and contents don't depend on word-size, endianness
or other aspects of the machine's architecture.
> datevalue.o: In function `DateRangeLimit::operator-(int)':
> /home/John/xapian-omega-1.4.0/datevalue.cc:87: undefined reference to
> `timegm(tm *)'
OK, this is a bug in the build system.
> If I'm understanding the undefined reference error correctly, I think
> what make is telling me is that it can't find tim...