Menu

#37 Fix VC10 & add x64 build config

1.9.1
closed
None
3
2013-08-23
2012-06-17
No

The build config for Visual Studio 2010 is not compiling (missing .rc files).

Changes made to solution/project to fix this (used the rc files from the vc6 project) and also added a build config for x64 and cleaned up the build output a bit.

Discussion

  • Matias Ghioldi

    Matias Ghioldi - 2012-06-17
     
  • Nigel Stewart

    Nigel Stewart - 2012-07-18

    Thanks for the patch.
    I didn't notice this in time for the GLEW 1.8.0 release, unfortunately.

     
  • Nigel Stewart

    Nigel Stewart - 2013-07-20
    • status: open --> accepted
    • assigned_to: Nigel Stewart
    • Group: --> 1.9.1
    • Priority: 7 --> 3
     
  • Nigel Stewart

    Nigel Stewart - 2013-07-21

    I'm having some issues with this patch, I'll about pushing my current state to the git repository - I could use some help with it.

    • Nigel
     
  • Matias Ghioldi

    Matias Ghioldi - 2013-07-21

    What kind of issues are you having? IIRC this patch was made for 1.7.0, so I think this is to be expected.

     

    Last edit: Matias Ghioldi 2013-07-21
  • Nigel Stewart

    Nigel Stewart - 2013-07-21

    OK, I tided up and pushed to github and sourceforge.
    It builds OK on command-line msbuild.exe, next thing to try is Visual Studio UI.

    • Nigel
     
  • Nigel Stewart

    Nigel Stewart - 2013-07-21

    So for example, for glewinfo - clean, then build - always succeeds.
    rebuild - always fails.

    One difference with msbuild.exe is that it defaults to single-threaded.

    • Nigel
     
  • Nigel Stewart

    Nigel Stewart - 2013-07-21

    Ah, think I'm making progress on this now!

    • Nigel
     
  • Nigel Stewart

    Nigel Stewart - 2013-07-21

    OK, I think we're in good shape now.

    • Nigel
     
  • Nigel Stewart

    Nigel Stewart - 2013-07-21
    • status: accepted --> pending
     
  • Matias Ghioldi

    Matias Ghioldi - 2013-07-21

    Great! If time allows I could work on creating a vc11 configuration. Maybe in another patch? Just let me know.

     
  • Nigel Stewart

    Nigel Stewart - 2013-07-22

    I'd kinda rather stick with VC10, especially if VC11 is happy-enough converting the VC10 project. (Not something I've tried)

    • Nigel
     
  • Matias Ghioldi

    Matias Ghioldi - 2013-07-22

    It does allow you, but editing of the .rc files is needed as the copyright text is longer that it handles, other than that it's good.

     
  • Nigel Stewart

    Nigel Stewart - 2013-08-23
    • status: pending --> closed