Subject:
|
Re: compiler problem - help needed please
|
Newsgroups:
|
lugnet.robotics.rcx.legos
|
Date:
|
Fri, 20 Oct 2000 15:12:05 GMT
|
Viewed:
|
1483 times
|
| |
| |
Ok, well, it is checked in on my tree but sourceforge CVS doesn't seem to
be up at the moment. I'll check it in as soon as sourceforge is happy
again. Thanks yet again to those who helped pinpoint this problem.
Luis
On Fri, 20 Oct 2000, Luis Villa wrote:
> Date: Fri, 20 Oct 2000 14:40:50 GMT
> From: Luis Villa <liv@duke.edu>
> To: lugnet.robotics.rcx.legos@lugnet.com
> Subject: Re: compiler problem - help needed please
>
> John-
> Thanks a bunch for finding that. I'll check that fix into CVS this
> afternoon.
> Luis
>
> On 20 Oct 2000, John Markus Bjorndalen wrote:
>
> > Date: 20 Oct 2000 15:18:18 +0200
> > From: John Markus Bjorndalen <johnm@cs.uit.no>
> > To: Niels Sandholt Busch <niels@diku.dk>
> > Cc: Luis Villa <liv@duke.edu>
> > Subject: Re: compiler problem - help needed please
> >
> >
> > lugnet wouldn't take my news-posting, so I'll forward this to you by
> > mail instead. Sorry about that.
> >
> >
> > Luis Villa <liv@duke.edu> writes:
> > >
> > > Well, I'd hope it is not the distribution. However, it is possible- RedHat
> > > 7.0 uses a "new" compiler version (egcs 2.96) that has been known to cause
> > > some problems with certain programs. makelx is very simple, so it
> > > shouldn't be a problem, but it could be :| If you do try another
> >
> > There is a small bug in makelx which is triggered with gcc 2.95.2 and
> > possibly also 2.96.
> >
> > Modify the following line in util/dll-src/convert.c (close to the end):
> >
> > if(argc-optind<3 || lx.text_size==0) {
> >
> > to
> > if (argc - optind < 3) {
> >
> > The problem is that lx has not been initialized before lx.text_size
> > is checked.
> >
> >
> > --
> > // John Markus Bjørndalen
> >
> >
>
> -----------------------------------------------------------------------
>
> "It's clear to us that Microsoft isn't the competition anymore.
> They are our environment."
> WordPerfect manager, talking about Word
>
> -----------------------------------------------------------------------
>
>
-----------------------------------------------------------------------
"It's clear to us that Microsoft isn't the competition anymore.
They are our environment."
WordPerfect manager, talking about Word
-----------------------------------------------------------------------
|
|
Message is in Reply To:
| | Re: compiler problem - help needed please
|
| John- Thanks a bunch for finding that. I'll check that fix into CVS this afternoon. Luis (...) ---...--- "It's clear to us that Microsoft isn't the competition anymore. They are our environment." WordPerfect manager, talking about Word ---...--- (24 years ago, 20-Oct-00, to lugnet.robotics.rcx.legos)
|
2 Messages in This Thread:
- Entire Thread on One Page:
- Nested:
All | Brief | Compact | Dots
Linear:
All | Brief | Compact
|
|
|
|