Update for compiling on Windows with vs2013

Post Reply
FluffyFreak
Posts: 1343
Joined: Tue Jul 02, 2013 1:49 pm
Location: Beeston, Nottinghamshire, GB
Contact:

Update for compiling on Windows with vs2013

Post by FluffyFreak »

You will want to re-grab the latest pioneer-thirdparty folder when you get the latest code for Pioneer if you are building it using Visual Studio 2013 (/Express Edition) I have updated the libsigc++ library to the 2.3.1 version.

There will probably be updates for the libogg, libvorbis etc libraries in the coming weeks or as soon as I otherwise get the opportunity to update them and I will try to update these posts when I do that.

Sadly I had allowed the libraries to get out of sync with the versions that should have been there so although we are able to link against them at the moment they are using the older vs2012 versions instead of the newer vs2013. This has recently caused some people a few problems when building the debug version of the code.

Andy
FluffyFreak
Posts: 1343
Joined: Tue Jul 02, 2013 1:49 pm
Location: Beeston, Nottinghamshire, GB
Contact:

Re: Update for compiling on Windows with vs2013

Post by FluffyFreak »

Another update! You will need to grab the latest pioneer-thirdparty again.

Changes this time:
  • removed old DLLs and libs.
  • built libpng, libogg, libvorbis & libvorbisfile with vs2013.
  • added source used for the new libraries and added converted vs2013 solutions + projects used to build them.
I've also just merged in the changes to Pioneer master to make use of these new libs and files.

Since the old ones have been removed this WILL BREAK YOUR COMPILATION unless you get the updated thirdparty.

Sorry for the disruption, this should be the last of it for a while I hope :)

Andy
robn
Posts: 302
Joined: Mon Jul 01, 2013 1:11 am
Location: Melbourne, Australia

Re: Update for compiling on Windows with vs2013

Post by robn »

Thanks for keeping this obscure compiler alive Andy ;)
FluffyFreak
Posts: 1343
Joined: Tue Jul 02, 2013 1:49 pm
Location: Beeston, Nottinghamshire, GB
Contact:

Re: Update for compiling on Windows with vs2013

Post by FluffyFreak »

I do it for the little people!
Post Reply