Can't compile the samples under Visual studio 2005

Message boards : API : Can't compile the samples under Visual studio 2005
Message board moderation

To post messages, you must log in.

AuthorMessage
clusty

Send message
Joined: 16 Jan 08
Posts: 5
Gambia, The
Message 14986 - Posted: 17 Jan 2008, 14:48:03 UTC

Hey,

As the title suggests I am having trouble building apps.

I am opening the samples.sln and doing a full solution rebuild.

While building the libboincapi, it chokes saying that can't find boinc_exit and a few other things.

I am curios if anything has changed in the svn as last week I built it just fine.

Sorry for the dump questions, but I am more of a gcc person :D
ID: 14986 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 15000 - Posted: 17 Jan 2008, 18:18:34 UTC

David fixed the affected files in SVN.
ID: 15000 · Report as offensive
clusty

Send message
Joined: 16 Jan 08
Posts: 5
Gambia, The
Message 15019 - Posted: 18 Jan 2008, 9:19:58 UTC - in response to Message 15000.  

Thanks a lot. works like charmed.

Another quick question: I gotta compile the client as well under windows and again using the boinc.sln file everything works almost right :D

Its complaining about not finding wxwidget include files for the manager. Which version do I have to get and how do I specify the environment variable WXWIN (saw in the project is listed as additional include dependency).

ID: 15019 · Report as offensive
Profile Jord
Volunteer tester
Help desk expert
Avatar

Send message
Joined: 29 Aug 05
Posts: 15477
Netherlands
Message 15020 - Posted: 18 Jan 2008, 9:55:07 UTC

[trac]wiki:CompileClient[/trac] should have all that information.
ID: 15020 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 15081 - Posted: 23 Jan 2008, 19:38:33 UTC - in response to Message 15019.  

Thanks a lot. works like charmed.

Another quick question: I gotta compile the client as well under windows and again using the boinc.sln file everything works almost right :D

Its complaining about not finding wxwidget include files for the manager. Which version do I have to get and how do I specify the environment variable WXWIN (saw in the project is listed as additional include dependency).

You don't need to build the core client, or the manager.
ID: 15081 · Report as offensive
Malek

Send message
Joined: 11 Feb 08
Posts: 5
United States
Message 15366 - Posted: 11 Feb 2008, 23:05:37 UTC

Hi,

I tried to build samples.sln but I have unresolved external symbol errors:
libboinc.lib(util.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl r_base64_decode(char const *,unsigned int)" (...)

Did I miss something or is there actually something wrong with libboinc?

regards,

Malek
ID: 15366 · Report as offensive
Nicolas

Send message
Joined: 19 Jan 07
Posts: 1179
Argentina
Message 15367 - Posted: 11 Feb 2008, 23:07:28 UTC - in response to Message 15366.  

I tried to build samples.sln but I have unresolved external symbol errors:
libboinc.lib(util.obj) : error LNK2019: unresolved external symbol "class std::basic_string<char,struct std::char_traits<char>,class std::allocator<char> > __cdecl r_base64_decode(char const *,unsigned int)" (...)

Did I miss something or is there actually something wrong with libboinc?

You seem to be missing important parts of the C++ standard library; or not linking to them correctly.
ID: 15367 · Report as offensive

Message boards : API : Can't compile the samples under Visual studio 2005

Copyright © 2024 University of California.
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.