Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Linux Tools Project » .cdtconfigure.Build file
.cdtconfigure.Build file [message #9901] Mon, 08 June 2009 16:57 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
What are these .cdtconfigure.Build files for? They seem to be binary
files, aren't they?

cheers
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: .cdtconfigure.Build file [message #10062 is a reply to message #9901] Thu, 11 June 2009 16:29 Go to previous message
Jeff Johnston is currently offline Jeff JohnstonFriend
Messages: 215
Registered: July 2009
Senior Member
Lorenzo Bettini wrote:

> What are these .cdtconfigure.Build files for? They seem to be binary
> files, aren't they?

This file is a save of the configure arguments from the C/C++ Tool
settings page plus the project name. It is used by Autotools to detect if
the configure options have changed since the last invocation of configure
in which case configure is run at build time. It also checks to see if
the project has been renamed and will rerun configure at build time if
that is the case.

A DataOutputStream class was used to create and read the file.

In the Autotools rewrite, the configure options are being stored in an xml
file in the .metadata plugins section for the
org.eclipse.linuxtools.cdt.autotools plugin as project_name.configure.
This means the files won't be part of the project nor checked in/out by
the Team plugins. They will be fairly easy to manipulate manually if one
wishes to do so.

-- Jeff J.
Re: .cdtconfigure.Build file [message #566458 is a reply to message #9901] Thu, 11 June 2009 16:29 Go to previous message
Jeff Johnston is currently offline Jeff JohnstonFriend
Messages: 215
Registered: July 2009
Senior Member
Lorenzo Bettini wrote:

> What are these .cdtconfigure.Build files for? They seem to be binary
> files, aren't they?

This file is a save of the configure arguments from the C/C++ Tool
settings page plus the project name. It is used by Autotools to detect if
the configure options have changed since the last invocation of configure
in which case configure is run at build time. It also checks to see if
the project has been renamed and will rerun configure at build time if
that is the case.

A DataOutputStream class was used to create and read the file.

In the Autotools rewrite, the configure options are being stored in an xml
file in the .metadata plugins section for the
org.eclipse.linuxtools.cdt.autotools plugin as project_name.configure.
This means the files won't be part of the project nor checked in/out by
the Team plugins. They will be fairly easy to manipulate manually if one
wishes to do so.

-- Jeff J.
Previous Topic:Ecliipse causing Linux to run out of memory
Next Topic:Can't use oprofile anymore
Goto Forum:
  


Current Time: Tue Apr 23 10:21:45 GMT 2024

Powered by FUDForum. Page generated in 0.02821 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top