On MacOS 10.5.4
$ ./configure --without-boost
src/ruleset.cc:336: error: 'u_short' has not been declared
src/ruleset.cc:337: error: prototype for 'int
denied_ruleset::is_allowed(const char*, const char*, int, char*, size_t)
const' does not match any in class 'denied_ruleset'
etc
patch here, dunno if ruleset.h is the right place to do this. I also
dontknow if the binary actually works but at least this produces one.
--- include/ruleset.h.orig 2007-09-22 01:35:47.000000000 +0300
+++ include/ruleset.h 2008-09-11 18:50:40.000000000 +0300
@@ -7,6 +7,7 @@
#define __RULESET_H
#include <vector>
+#include <sys/types.h>
#include "util/strings.h"
#include "util/counted_object.h"
#include "debug.h"
Murat Deligonul
None
None
Public
|
Date: 2008-09-14 02:03 Thanks for the report .. fixed in SVN now. |
| Field | Old Value | Date | By |
|---|---|---|---|
| resolution_id | None | 2008-09-14 02:03 | muratdx |
| status_id | Open | 2008-09-14 02:03 | muratdx |
| assigned_to | nobody | 2008-09-14 02:03 | muratdx |
| close_date | - | 2008-09-14 02:03 | muratdx |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use