Home » Developing U++ » U++ Developers corner » 1538 compilation fails
Re: 1538 compilation fails [message #22932 is a reply to message #22931] |
Sat, 29 August 2009 22:05   |
 |
mirek
Messages: 14255 Registered: November 2005
|
Ultimate Member |
|
|
g6b0r wrote on Sat, 29 August 2009 15:44 | Hilo,
I have removed the inline keyword in RichTxt/TxtPaint.cpp:
inline void RichTxt::Sync(int parti, const RichContext& rc) const {
and it has been compiled and built successfully.
with 1540, on debian etch, gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Do you have guess why the inline keyword was a problem on my box?
Gabor
|
I think we can live without "inline" there, anyway, to my best knowledge of C++, it looks like fault of gcc.
Per standard, all inline functions should be also created in a form that is accepted by linker.
Never mind going to remove that inline.. 
Mirek
|
|
|
Goto Forum:
Current Time: Mon Apr 28 21:54:35 CEST 2025
Total time taken to generate the page: 0.04168 seconds
|