Search found 15 matches

by fancypantsorama
September 27th, 2017, 2:59 pm
Forum: Release Announcements, Compiling & Installation
Topic: vs2015 External depends error with SDL2_tff.dll
Replies: 6
Views: 4722

Re: vs2015 External depends error with SDL2_tff.dll

Thanks for posting the version number of the exe. Just copying that SDL2_tff.dll to the external directtories solved the issue. wesnoth is up and running now in debug mode moving rather quickly. Thanks!!
by fancypantsorama
September 27th, 2017, 1:59 am
Forum: Release Announcements, Compiling & Installation
Topic: vs2015 External depends error with SDL2_tff.dll
Replies: 6
Views: 4722

Re: vs2015 External depends error with SDL2_tff.dll

I downloaded externalvc14 and have the path set correctly. If with Boost Libraries, The external dependencies and VS2015 meeting the requirements. I will try to use the download version of wesnoth and copy over the SDL libraries. That probably would be the most logical way to establish a proper meth...
by fancypantsorama
September 26th, 2017, 3:49 am
Forum: Release Announcements, Compiling & Installation
Topic: vs2015 External depends error with SDL2_tff.dll
Replies: 6
Views: 4722

Re: vs2015 External depends error with SDL2_tff.dll

I got it from the documentation and link for the external dependencies link. Is now Wesnoth in coordination with Boost_libraries 1_65? Or if you have a link please post it. Thanks
by fancypantsorama
September 25th, 2017, 12:19 pm
Forum: Release Announcements, Compiling & Installation
Topic: vs2015 External depends error with SDL2_tff.dll
Replies: 6
Views: 4722

vs2015 External depends error with SDL2_tff.dll

I have a screenshot attached. Whether trying to build any output version I am running into this popup error. Since I have no way to observe the symbols in this library and none are loaded. I was wondering if this could be a corrupt download of the external.zip archive. 'wesnoth.exe' (Win32): Loaded ...
by fancypantsorama
September 24th, 2017, 10:01 am
Forum: Release Announcements, Compiling & Installation
Topic: Required Boost Libraries 1_64?
Replies: 4
Views: 3406

Re: Required Boost Libraries 1_64?

Thanks 2 days ago that link was bringing back to the latest and greatest release. Hope I can build the regex 1-64 lib for win 64 and not have a conflict with the external/libs libboost regex 1_64. Giving multiply defined symbols. Thanks all!!
by fancypantsorama
September 24th, 2017, 3:15 am
Forum: Release Announcements, Compiling & Installation
Topic: Required Boost Libraries 1_64?
Replies: 4
Views: 3406

Re: Required Boost Libraries 1_64?

I have checked out boost home page and sourceforge and see that they are limited to 1_65 the latest and greatest. If you can advise me otherwise it would be greatly appreciated!!
by fancypantsorama
September 23rd, 2017, 11:05 pm
Forum: Release Announcements, Compiling & Installation
Topic: Required Boost Libraries 1_64?
Replies: 4
Views: 3406

Required Boost Libraries 1_64?

I have compiled successfully wesnoth with boost libraries 1_65. When building the actual game wesnoth project for release it is looking for regex 1_64 that is in the external/libs directory. The only problem is if I had it there. It would produce a compiler error stating that it was multiply defined...
by fancypantsorama
September 22nd, 2017, 4:56 am
Forum: Release Announcements, Compiling & Installation
Topic: link error 2005 libboost_regex
Replies: 7
Views: 3794

Re: link error 2005 libboost_regex

I believe that after the main build when building the wesnoth project. it requires these libboost_regex-vc140-mt-1_64.lib so I guess that I have to rev down the Booost Libraries and use the last release?
by fancypantsorama
September 22nd, 2017, 1:52 am
Forum: Release Announcements, Compiling & Installation
Topic: link error 2005 libboost_regex
Replies: 7
Views: 3794

Re: link error 2005 libboost_regex

Didn't know with the current git pull and external-deps that there would be this other library that was regex from release 64. WIth that out of the way since you so nicely pointed out I had multiply defined symbols in a 65 release and 64 release then the error should be resolved. So if you are using...
by fancypantsorama
September 21st, 2017, 11:55 am
Forum: Release Announcements, Compiling & Installation
Topic: link error 2005 libboost_regex
Replies: 7
Views: 3794

Re: link error 2005 libboost_regex

Sorry about that last post. I didn't even see my own ouput from the compiler. I see the version differences between 1_65 and 1_64 stated. Since I am only using 1_65 and it is a fresh install I believe I am going to have to post to boost.org to see if they know why it has multiply defined symbols. It...
by fancypantsorama
September 21st, 2017, 9:07 am
Forum: Release Announcements, Compiling & Installation
Topic: link error 2005 libboost_regex
Replies: 7
Views: 3794

Re: link error 2005 libboost_regex

I am only using the latest and greatest 1_65_1 or whatever was just released. I haven't checked the source inclusively to see if regex is multiply defined. The post from stack exchange was using vc90 and and older version of boost. I was just wondering if anyone came across this issue as on stacktra...
by fancypantsorama
September 20th, 2017, 8:54 am
Forum: Release Announcements, Compiling & Installation
Topic: link error 2005 libboost_regex
Replies: 7
Views: 3794

link error 2005 libboost_regex

1>------ Build started: Project: wesnoth, Configuration: Release Win32 ------ 1> Generating code 1> Finished generating code 1>libboost_regex-vc140-mt-1_65_1.lib(regex.obj) : error LNK2005: "public: __thiscall boost::regex_error::regex_error(class std::basic_string<char,struct std::char_traits<...
by fancypantsorama
September 20th, 2017, 4:16 am
Forum: Release Announcements, Compiling & Installation
Topic: Compiling Wesnoth VC2015
Replies: 3
Views: 2523

Re: Compiling Wesnoth VC2015

Yup that was it first solution on stackoverflow resolved the missing library. Thanks again!! :)
by fancypantsorama
September 20th, 2017, 1:20 am
Forum: Release Announcements, Compiling & Installation
Topic: Compiling Wesnoth VC2015
Replies: 3
Views: 2523

Re: Compiling Wesnoth VC2015

Hope it helps, but wow coudn't get anything on Goolge.

Regards-
by fancypantsorama
September 19th, 2017, 11:23 am
Forum: Release Announcements, Compiling & Installation
Topic: Compiling Wesnoth VC2015
Replies: 3
Views: 2523

Compiling Wesnoth VC2015

Well adding the external dependencies and installing boost almost have me there. I feel building boost I am missing a step since libboost_bzip2-vc140-mt-1_65_1.lib is not being built. I have looked at Boost's website and can't find the exact user_config.jam file to use to set the directive which mig...