
On 10/22/2010 9:07 AM, Kevin Simonson wrote:
Good morning Daniel (et al),
Thank you very much for pointing me to that website; it helped enormously.
Regarding your postscript, how do I go about getting subscribed to the boost-users mailing list so I can e-mail to it?
I got Boost installed in my "\Program Files\boost\boost_1_44" directory, and then tried to build Shareaza in VisualStudio again. It's still giving me the "fatal error C1083: Cannot open include file: 'boost/cstdint.hpp': No such file or directory" complaint. What do I have to do to get VisualStudio to see the "cstdint.hpp" file? I noticed that it's sitting there right at "boost_1_44\boost\cstdint.hpp".
Kevin S
From: daniel@pfeifer-mail.de To: boost@lists.boost.org Date: Fri, 22 Oct 2010 11:12:40 +0200 Subject: Re: [boost] need to get boost compiled so I can get Shareaza built
Hi Kevin,
Am Donnerstag, den 21.10.2010, 17:54 -0500 schrieb Kevin Simonson:
I'm trying to get the Shareaza source code to build in my local directory. When I try to build the only error I'm getting now is "Cannot open include file: 'boost/cstdint.hpp': No such file or directory". So it looks like I need to compile Boost.
No you don't. What you want is this: http://www.boostpro.com/download/
cheers, Daniel
ps: Please note, that this mailing list is for boost development. Your question has got nothing to do with that. In the future, please write such questions to the boost-users mailing list or to a Shareaza mailing list.
_______________________________________________ Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
_______________________________________________ Unsubscribe& other changes: http://lists.boost.org/mailman/listinfo.cgi/boost
Add \Program Files\boost\boost_1_44 to your visual studio include paths...really a visual studio question.