Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] building CDT

Hi Jeff,

My thoughts are... Sounds great!

In response to Robert, I've been playing with the M5/CDT-0508 build
for a little while and finally decided to dig a little deeper (I'm 
interested in seeing what it would take to get GdbPicl to work with 
"gdbserver", for remote debugging).

I'll try the latest Integration Build and see if that works any better.

Thanks!

Brian


On Tue, May 21, 2002 at 09:35:12AM -0400, turnham@xxxxxxxxxx 
wrote:
> Hi Brian,
> 
> As Robert mentioned,  we have recently had to change our build to
> accommodate the latest changes in how the Eclipse builds are packaged.
> This means that if you want to build the CDT, you will need to move up to a
> newer Eclipse build.  Using the latest Integration Builds, our build should
> now work.   I just tested it with the 20020520 build and a fresh check-out
> of our stuff.  The problem you encountered with DataElementDialog was
> infact our problem...We added an api to IActionLoader and didn't provide an
> implementation in DataElementDialog.   Fixed now.
> 
> I think that your trying to build the CDT with a different Eclipse Build
> than we are using internally, sounds like a problem that could happen
> frequently.   I see 2 problems:
> 1.  You have no way to know what Eclipse build we are using internally.
> 2.  If you want to stay with an older version of Eclipse, you have no way
> of checking out the appropriate (older) versions of files that should build
> with your Eclipse.
> 
> 
> To solve problem 2, I think we should start tagging all the files in our
> cvs when we know that the CDT builds with a certain version of Eclipse.  So
> you would be able to do checkout of files tagged "M5" or "20020421" to
> check out a version of the CDT that matches a certain Eclipse.
> To solve problem 1, I think I will create a web page that lists the current
> Eclipse build that the CDT is working with as well as the past versions
> (tag names) that you can checkout from cvs.
> 
> Thoughts?
> 
> ========================================
>  Jeff Turnham
>  Project Lead - C/C++ Development Tools
>  IBM Toronto Lab, D2-328
>  (905) 413-4319
> ========================================


Back to the top