Share

ezbounce

Tracker: Bugs

5 u_short not picked up on MacOS during compile - ID: 2105917
Last Update: Settings changed ( muratdx )

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"


Jarkko Torppa ( beeki ) - 2008-09-11 16:03

5

Closed

Fixed

Murat Deligonul

None

None

Public


Comment ( 1 )




Date: 2008-09-14 02:03
Sender: muratdxProject Admin

Thanks for the report .. fixed in SVN now.


Log in to comment.

Attached File

No Files Currently Attached

Changes ( 4 )

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