Error during compiling in fedora12

Mallett, Juli juli at clockworksquid.com
Fri Jan 7 01:31:07 PST 2011


Hi Senthil,

You need libuuid and its development libraries.  I think on Fedora
Core you should do something like one of these:

yum install libuuid-devel
yum install uuid-devel

Sorry I do not know the specific package name off the top of my head.
I should probably look it up some time and add it to the website.

Thanks,
Juli.

On Fri, Jan 7, 2011 at 01:10, Senthilkumar <senthilkumaar2021 at gmail.com> wrote:
> Hi Team,
>
> I got the following errors while compiling wan proxy 0.7.1
>
> g++ -I../.. -Wno-deprecated -include common/common.h -pipe -O -g -W -Wall
> -Werror -Wno-system-headers -Wno-uninitialized -Wpointer-arith -Wreturn-type
> -Wcast-qual -Wwrite-strings -Wswitch -Wshadow -Wcast-align
> -Wunused-parameter -Wchar-subscripts -Wreorder -c -o uuid_libuuid.o
> ../../common/uuid/uuid_libuuid.cc
> ../../common/uuid/uuid_libuuid.cc:1:23: error: uuid/uuid.h: No such file or
> directory
> ../../common/uuid/uuid_libuuid.cc: In member function ‘bool
> UUID::decode(Buffer*)’:
> ../../common/uuid/uuid_libuuid.cc:16: error: ‘uuid_t’ was not declared in
> this scope
> ../../common/uuid/uuid_libuuid.cc:16: error: expected ‘;’ before ‘uuid’
> ../../common/uuid/uuid_libuuid.cc:17: error: ‘uuid’ was not declared in this
> scope
> ../../common/uuid/uuid_libuuid.cc:17: error: ‘uuid_parse’ was not declared
> in this scope
> ../../common/uuid/uuid_libuuid.cc: In member function ‘void
> UUID::generate()’:
> ../../common/uuid/uuid_libuuid.cc:28: error: ‘uuid_t’ was not declared in
> this scope
> ../../common/uuid/uuid_libuuid.cc:28: error: expected ‘;’ before ‘uuid’
> ../../common/uuid/uuid_libuuid.cc:32: error: ‘uuid’ was not declared in this
> scope
> ../../common/uuid/uuid_libuuid.cc:32: error: ‘uuid_generate’ was not
> declared in this scope
> ../../common/uuid/uuid_libuuid.cc:33: error: ‘uuid_unparse’ was not declared
> in this scope
>
> Thanks
> Senthil
>
> _______________________________________________
> wanproxy mailing list
> wanproxy at lists.wanproxy.org
> http://lists.wanproxy.org/listinfo.cgi/wanproxy-wanproxy.org
>



More information about the wanproxy mailing list