Re: [Cppcms-users] Visual Studio 2015
Brought to you by:
artyom-beilis
From: ConKreter <in...@co...> - 2016-07-07 18:35:26
|
I could track down the problem. Looks like the official PCRE lib is different on linux. I could build cppcms without a problem on a virtual Ubuntu. I downloaded pcre from here: https://sourceforge.net/projects/pcre/files/ And I ended up with these files (All Debug in MDd ): http://prntscr.com/bq20z8 CppCMS might actually want different files so less splitted? I am just guessing here. But I double confirmed with a colleque and I made no mistake building it with nmake and cmake is reporting no errors. Kind Regards Adrian Kreter -----Ursprüngliche Nachricht----- Von: Artyom Beilis [mailto:art...@gm...] Gesendet: Sonntag, 3. Juli 2016 20:42 An: cpp...@li... Betreff: Re: [Cppcms-users] Visual Studio 2015 1st read the instructions _carefully_ http://cppcms.com/wikipp/en/page/cppcms_1x_build http://cppcms.com/wikipp/en/page/notes_for_windows_users You are clearly trying to use MSVC project instead of nmake makefiles. MSVC projects are not supported. If it still fails bring the full output of cmake and nmake runs + CMakeCache.txt file content in the build directory. Artyom Beilis On Sun, Jul 3, 2016 at 3:46 PM, ConKreter <in...@co...> wrote: > Some symbols are not defined. Some symbols are defined twice. > http://puu.sh/pOHTu/1ae250688e.png > > Main Problem seems to be booster. It is completely failing. > Is someone using it on windows? > Help would be awesome. If someone has a complete folder with all > features and dependencies for MWSC 2015 I would happily buy it. > > -----Ursprüngliche Nachricht----- > Von: Artyom Beilis [mailto:art...@gm...] > Gesendet: Samstag, 2. Juli 2016 21:17 > An: cpp...@li... > Betreff: Re: [Cppcms-users] Visual Studio 2015 > > What problems do you have? What dependencies you fail to build. > > The bare minimal dependencies to build CppCMS with MSVC are: > > - cmake & Python2 (trivial to install) > - zlib and pcre - widely used libraries. > > So what exactly fails for you? > > > On Fri, Jul 1, 2016 at 2:12 AM, ConKreter <in...@co...> wrote: >> Hello everyone, >> >> was someone able to make it work with MSVC 2015? >> Could this person upload his folder with all dependencies? I cannot >> make it work. >> >> If needed I would pay for it. >> >> Kind Regards >> >> Adrian Kreter >> >> >> >> >> --------------------------------------------------------------------- >> - >> -------- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T >> Park in San Francisco, CA to explore cutting-edge tech and listen to >> tech luminaries present their vision of the future. This family event >> has something for everyone, including kids. Get more information and >> register today. >> http://sdm.link/attshape >> _______________________________________________ >> Cppcms-users mailing list >> Cpp...@li... >> https://lists.sourceforge.net/lists/listinfo/cppcms-users >> > > ---------------------------------------------------------------------- > ------ > -- > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in > San Francisco, CA to explore cutting-edge tech and listen to tech > luminaries present their vision of the future. This family event has > something for everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users > > > ---------------------------------------------------------------------- > -------- Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T > Park in San Francisco, CA to explore cutting-edge tech and listen to > tech luminaries present their vision of the future. This family event > has something for everyone, including kids. Get more information and > register today. > http://sdm.link/attshape > _______________________________________________ > Cppcms-users mailing list > Cpp...@li... > https://lists.sourceforge.net/lists/listinfo/cppcms-users ------------------------------------------------------------------------------ Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San Francisco, CA to explore cutting-edge tech and listen to tech luminaries present their vision of the future. This family event has something for everyone, including kids. Get more information and register today. http://sdm.link/attshape _______________________________________________ Cppcms-users mailing list Cpp...@li... https://lists.sourceforge.net/lists/listinfo/cppcms-users |