lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> >> But now I compiled it again, with the same configration, and it works !?
> 
> This sounds like PCHS (pre-compiled headers syndrome).
> 
> When you change a central header file (especially when you change a define or add a virtual function) make sure you recompile your whole project.
    I did ... I'm not even using a Makefile, I wrote a simple script
that does the compilation, and it compiles everything, everytime, no
matter what. And I'm not using any form of precompiled headers, as far
as I know. I guess I'll just have to live with the weirdness.
   Thank you,

   Bogdan M.