Displaying 3 results from an estimated 3 matches for "enfoldsystem".
Did you mean:
enfoldsystems
2007 Feb 14
1
Viewcvs/svn broken?
...;, line 754, in
_orig_path
pathrev, rev)), rev
File "/s1/anonsvn/viewvc-install/lib/vclib/svn/__init__.py", line 115,
in get_location
raise vclib.ItemNotFound(path)
ItemNotFound: trunk/xapian-core/backends/remote/remote-database.cc
Alan Runyan
Enfold Systems, Inc.
http://www.enfoldsystems.com/
phone: +1.713.942.2377x111
fax: +1.832.201.8856
2007 Apr 12
1
trunk build failure on msvc
I'm currently seeing:
utils.cc
c:\src\xapian\xapian-core\common\utils.h(84) : error C2061: syntax error :
identifier 'mode_t'
c:\src\xapian\xapian-core\common\utils.h(85) : error C2065: 'mode' :
undeclared identifier
I *think* I've done everything correctly this time in terms of updating svn
and rebuilding :)
My solution was to add:
typedef int mode_t;
to safestat.h -
2007 Apr 12
1
Re: [Xapian-commits] 8196: trunk/xapian-maintainer-tools/win32msvc/
...rk properly - the backslashes in the path
of PERL_EXE are interpreted (by sed I guess) along with the characters
which follow. Sorry, I've no clue where to start fixing this without
switching from nmake to GNU make which is probably too radical...
Build error message is here:
http://buildbot.enfoldsystems.com/all/xapian-msvc/builds/46/step-compile/0
Cheers,
Olly