Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2014 19:29:52 +0200
From:      =?UTF-8?Q?Ren=C3=A9_Ladan?= <rene@freebsd.org>
To:        "cpm@fbsd.es cpm@fbsd.es" <cpm@fbsd.es>
Cc:        chromium-list freebsd <freebsd-chromium@freebsd.org>
Subject:   Re: chromium 37 up for testing (and polishing)
Message-ID:  <CADL2u4h%2B%2Bvp9=S_kOoAafQBF%2Bi5bVhj27uKK1Y64%2BJEtLT5a7A@mail.gmail.com>
In-Reply-To: <20140823191817.72221ad837a5bce62f4dfeba@fbsd.es>
References:  <20140823191817.72221ad837a5bce62f4dfeba@fbsd.es>

next in thread | previous in thread | raw e-mail | index | archive | help
Op 23 aug. 2014 19:19 schreef "Carlos Jacobo Puga Medina" <cpm@fbsd.es>:
>
> > In file included from ../../base/files/file_path_watcher_kqueue.cc:5:
> > In file included from ../../base/files/file_path_watcher_kqueue.h:8:
> > /usr/include/sys/event.h:58:2: error: unknown type name 'uintptr_t'
> >         uintptr_t       ident;          /* identifier for this event */
> >         ^
> > /usr/include/sys/event.h:60:2: error: unknown type name 'u_short'; did
> > you mean 'short'?
> >         u_short         flags;
> >         ^
> > /usr/include/sys/event.h:61:2: error: unknown type name 'u_int'
> >         u_int           fflags;
> >         ^
> > /usr/include/sys/event.h:62:2: error: unknown type name 'intptr_t'
> >         intptr_t        data;
> >         ^
> > 4 errors generated.
> > ninja: build stopped: subcommand failed.
> > *** Error code 1
>
> Try the following patch:
>
> --- ./base/files/file_path_watcher_kqueue.h.orig        2014-08-23
16:33:25.000000000 +0200
> +++ ./base/files/file_path_watcher_kqueue.h     2014-08-23
16:35:51.000000000 +0200
> @@ -5,6 +5,8 @@
>  #ifndef BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_
>  #define BASE_FILES_FILE_PATH_WATCHER_KQUEUE_H_
>
> +#include <sys/stdint.h>
> +#include <sys/types.h>
>  #include <sys/event.h>
>  #include <vector>
>
Ah, that was the patch that got lost somehow. I encountered this error
myself in poudriere.

Ren=C3=A9
>
> Regards,
> --
> Carlos Jacobo Puga Medina <cpm@fbsd.es>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CADL2u4h%2B%2Bvp9=S_kOoAafQBF%2Bi5bVhj27uKK1Y64%2BJEtLT5a7A>