Author Topic: help  (Read 5416 times)

lechoo

  • Guest
help
« on: October 17, 2006, 10:27:54 pm »
I have download  the 17 october 2006 nightly build.
Why the oprion in menu Setings->Compiler adn debugger
tag Other->Bulid field is lock?
How to open this?
Or can someone tell me how to use cache in Code::Blocks 1.0-RC2.
How to add some header to cache?
« Last Edit: October 17, 2006, 10:30:46 pm by lechoo »

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: help
« Reply #1 on: October 17, 2006, 10:44:55 pm »
I have download  the 17 october 2006 nightly build.
Other->Bulid field is lock? How to open this?
You don't have to. When you open a single-file C::B operates (compiles) in single-file mode automatically. When you create a project you can choose whether this shall use a Makefile or the C::B build system. This option is a bit confusing, though... ;-)

How to add some header to cache?
I hope you mean the CC cache - this isn't clear to me. If so: After RC2 the cache has been disabled because it 1.) caused issues with corrupted cache files and 2.) didnt really speed things up (after the CC revamp the cache was obsolete). So as it is written in the settings: This will be removed, sooner or later.
If you still have cache files you can safely remove them - they on't be used anymore.
With regards, Morten.
Ps.: Yiannis (if you read this): Maybe the time has come...?! ;-)
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

lechoo

  • Guest
Re: help
« Reply #2 on: October 17, 2006, 10:59:35 pm »
In nightyly bulid is option in Setings->global variables
when can i fin this in Code::Blocks 1.0-RC2?
or how to add this option to menu?
I need this because only on Code::Blocks 1.0-RC2 i can compile mophun projects


Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
Re: help
« Reply #3 on: October 17, 2006, 11:01:30 pm »
RC2 doesn't have that, can you tell what you can't do with the nightly that you need RC2 for that ??

lechoo

  • Guest
Re: help
« Reply #4 on: October 17, 2006, 11:07:34 pm »
Because i cant't complie mophun programs in nightly bulids.
In Code::Blocks 1.0-RC2 i can compile withuou makefile.
Do you konw how compile mophun in nightly bulids?

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5493
Re: help
« Reply #5 on: October 17, 2006, 11:21:59 pm »
I understand you builded with makefiles ?? That's not supported for the moment in CB, if I am correct.

I don't even know what mophun is ?  :oops:

lechoo

  • Guest
Re: help
« Reply #6 on: October 17, 2006, 11:28:52 pm »
http://www.mophun.com/
I foun mistake i do in nightly bulid.
Now i can compile   :D
Anyway thx 

I have the last question?
when i compile project name for exsample "console"
i get file console.exe.
What can i do do get console.mpn
?
« Last Edit: October 17, 2006, 11:32:20 pm by lechoo »

takeshimiya

  • Guest
Re: help
« Reply #7 on: October 18, 2006, 05:54:14 pm »
http://www.mophun.com/
I foun mistake i do in nightly bulid.
Now i can compile   :D
Anyway thx 

I have the last question?
when i compile project name for exsample "console"
i get file console.exe.
What can i do do get console.mpn
?
Just go to Project->Properties->Targets and uncheck Auto-generate filename prefix, and extension
and in Output filename change your console.exe to console.mpn. I've tested it and can confirm it works well.

lechoo

  • Guest
Re: help
« Reply #8 on: October 19, 2006, 06:36:45 pm »
@Takeshi Miya
THX  :D