Results 1 to 3 of 3

Thread: geany and C++, wont compile/build

  1. #1
    Join Date
    Jan 2011
    Beans
    2

    geany and C++, wont compile/build

    Ive been using geany on windows/ubuntu for a long time as my Python editor. I havent used C++ with it before, and I havent used C++ language as well. I can get my code to compile and run with Code::Blocks, but as I have used Geany for so long, id rather use it for C++ too. It doesnt seem to compile code out-of-the-box. If there are any Geany users here, might you guys tell me how I need to set it up for it to comple C++ code?

  2. #2
    Join Date
    May 2010
    Location
    SE England
    Beans
    210

    Re: geany and C++, wont compile/build

    It maybe that you need to install the c++ compiler. Go to software centre and install g++

    Bouncingwilf

  3. #3
    Join Date
    Jan 2011
    Beans
    2

    Re: geany and C++, wont compile/build

    Right, i also had to change build options to use g++, thx

Bookmarks

Posting Permissions

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