Menu

Compile error in linux

kevin
2008-05-09
2013-04-08
  • kevin

    kevin - 2008-05-09

    In FC5, the source can not build through. I think one of the reasons is that the #progma once precompile header doesnot work. It's better to use
        #ifndef _MY_FILE_H_
        #define _MY_FILE_H_
        ...
        ...
        #endif

    to replace it.

    The "#progma once" is not portable anyway, we should avoid to use it. What do you think?

     
    • Michal Bližňák

      Thanx for the feedback! I'll fix it as soon as possible in upcoming version 1.6.0.

       

Log in to post a comment.