Author Topic: Linux build broken - Rev 4274?  (Read 3579 times)

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Linux build broken - Rev 4274?
« on: July 17, 2007, 08:06:16 pm »
Latest C::B sources (Rev 4274) fails to compile in my Fedora 7 box. It generates a long list of error messages which I'm attaching with this thread. :(

The error message is related to latest changes in prep.h

I'm using GCC-4.1.2, Fedora 7, wxGTK-2.8.4.

Can anyone confirm this??

Thanks,

Biplab

[attachment deleted by admin]
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5503
Re: Linux build broken - Rev 4274?
« Reply #1 on: July 17, 2007, 08:14:02 pm »
I can confirm, same issue ...

@Thomas, can you double check your changes, and adjust (includes ?  casts ??)

Offline thomas

  • Administrator
  • Lives here!
  • *****
  • Posts: 3979
Re: Linux build broken - Rev 4274?
« Reply #2 on: July 17, 2007, 08:37:07 pm »
Code is correct, compiler is wrong. Reverted changes, so it compiles again.
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: Linux build broken - Rev 4274?
« Reply #3 on: July 18, 2007, 05:57:46 am »
Thanks. :)
Be a part of the solution, not a part of the problem.