Menu

Compiling under Dev-C++/mingw?

Help
Cerin
2003-02-26
2004-02-25
  • Cerin

    Cerin - 2003-02-26

    What would  I need to do to compile the library with mingw (using Dev-C++) for win32?

    Thanks for any help,
    -Chris-

     
    • Adib Taraben

      Adib Taraben - 2004-02-25

      There are two ways,

      1: using msys; ./configure make
      2: using DevCpp:

      -create a new project (I did static Lib for debugging purposes)
      - add all cpp files from src
      - add in include path .\w32 and then .\include
      - modify .\w32\cc++\config.h
      I had to do:
      * add #include <stdio.h> after #define CCXX_CONFIG_H_
      * #undef    HAVE_OLD_IOSTREAM
      * #undef    HAVE_LIBXML  (depends on your needs)
      HTH.

       

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.