$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Simple Filesystem Library Build and Usage
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-10-22 14:52:24
AMDG
df.trash wrote:
> LINK : fatal error LNK1104: cannot open file 'uuid.lib'
Do you have the platform SDK installed?
> file_size.obj : error LNK2019: unresolved external symbol "class
> boost::system::error_category const & __cdecl
> boost::system::get_system_category(void)"
> (?get_system_category_at_system@boost@@YAABVerror_category_at_12@XZ)
> referenced in function "public: __thiscall
> boost::system::error_code::error_code(void)"
> (??0error_code_at_system@boost@@QAE_at_XZ)
You need to link to Boost.System as well.
In Christ,
Steven Watanabe