News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Error

Started by mtamimi, January 14, 2013, 06:40:35 AM

Previous topic - Next topic

mtamimi

Hi
I used Code::Block few dayas ago with gfortran and was to compile and run my program without any problem. Today I tried to re compile but had the following error:

Function 'time' has no implicit type

I beleive something changed in the Code::Block. I looked through the settings but I can not find where the setting changed.
Any Help is appreciated.

Mat Tamimi
mtamimi@netzero.net

MortenMacFly

Quote from: mtamimi on January 14, 2013, 06:40:35 AM
Function 'time' has no implicit type

I beleive something changed in the Code::Block.
No, this is a compiler error message. It has nothing to do with Code::Bocks unless you changed something in the setup of your project. Check your project setup, nothing more to recommend here... sorry.

Definitely revision control systems help in such cases, btw...

BTW: Please don't start such non-sense polls next time...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]