This site has been archived and made available for preservation purposes. No edits can be made.

Results 1 to 3 of 3

Thread: how i can compile this?

  1. #1

    how i can compile this?

    Hi guys!

    How i can compile this project?
    i have codeblock and mingw installed and iniparser&boost in project directory , but there are some errors with projects

    Can someone put a detailed and updated step-by-step guide, on how to compile this?
    Im so confused, that i can't even think now :|

    Thanks.
    Attached Images Attached Images
    Last edited by imoses; 10-11-2012 at 01:45 PM.

  2. #2
    Administrator
    Join Date
    Jun 2011
    Location
    Germany
    Posts
    1,057
    Blog Entries
    5
    Hello,

    please get GCC 4.7.1 or newer. Here are a few sources you can try:

    https://sourceforge.net/projects/ming...c-4.7-release/
    https://sourceforge.net/projects/ming...dows/releases/
    https://i.imgur.com/pIJf1.png

    Also, in CodeBlocks, make sure you point to the correct binaries: Settings -> Compiler (usually MinGW/bin/mingw32-g++.exe etc.). It should compile fine then if you got a copy of the repository source (master) including the submodules (iniparser, time64) and boost.

    (your error of missing winsock2.h is a problem with your setup, it's included with MinGW)
    Last edited by foxtacles; 10-11-2012 at 04:40 PM.

  3. #3
    Thank you, Recycler !

    I will definitly try this tommorow (i'm so tired right now...) and i will post my results

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •