Menu

#15 Update DevStudio build support

open-out-of-date
nobody
None
5
2008-07-31
2008-06-05
No

Attached is a patch file for fixing Win32/DevStudio build on 1.4.4.

It now automatically copies the config.h_win32vc7 file to the include directory when the build is started.

The config.h_win32vc7 has been updated to it actually compiles.

It also fixes problems with the ekt.c file to do with doing arithmetic on void pointers. I have no idea how even GNU allows that!

Discussion

  • Robert Jongbloed

    Patch file for fixing Win32/DevStudio build on 1.4.4

     
  • Robert Jongbloed

    • status: open --> closed-out-of-date
     
  • Robert Jongbloed

    • status: closed-out-of-date --> open-out-of-date
     
  • Jonathan Lennox

    Jonathan Lennox - 2010-06-01

    I believe all these patches have been independently re-invented, and are in CVS now. Let me know if I've overlooked something.

     
  • Robert Jongbloed

    Thank you for your response. Yes some of the issues seem to have been dealt with.

    However, the config.h_win32vc7 still has a problem. Can you change:

    #ifdef (_MSC_VER >= 1400)

    to

    #if (_MSC_VER >= 1400)

    Thank you again!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.