Author Topic: won't compile  (Read 2748 times)

Offline rogerh

  • Multiple posting newcomer
  • *
  • Posts: 23
won't compile
« on: July 27, 2015, 07:27:14 pm »
Hi all;

I'm back. After searching everywhere for a free fortran IDE I've come back to CB.

I've installed g95 on my Win XP pc and CB 13.12. Told CB to use it, added the location to the search, loaded a f95 code I know works and told CB to run.

CB says it hasn't been built so I tell it to build and then .... nothing.

Anyone have any ideas?

No error messages, nothing. It just sits there.

Roger

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: won't compile
« Reply #1 on: July 27, 2015, 09:53:03 pm »
Have you modified the toolchain executables and other compiler settings for you compiler in Settings->Compiler?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline rogerh

  • Multiple posting newcomer
  • *
  • Posts: 23
Re: won't compile
« Reply #2 on: July 27, 2015, 09:55:54 pm »
I've told it what compiler to use (G95) and where it is but that's all.

What else do I need (remember I know nothing about this)

Roger

imtiaz1966

  • Guest
Re: won't compile
« Reply #3 on: August 19, 2015, 01:25:48 pm »
Hi,
Try the following:
Go to the Management Panel.
Click Projects tab.
Select Fortran Source Folders.
Right click the source code file & click Properties.
Click Build tab.
Put checks on Compile file & link file.
Under belongs in Targets: Put a check on Debug.
Now Click Advanced Tab. Here u can select any other compiler.
Good luck.
« Last Edit: August 19, 2015, 01:29:29 pm by imtiaz1966 »