Bad programming style I suppose
If you are bored to do it everytime by hand, you could write a script that would do that for you.
I would preffer python for that, but perl or a combo of grep/awk/sed would do the trick too.
just lately ive been installing apps from source :wink: but then again Ive always encounter this problem ... unkown errno variable!
and i found out that any source using " #include error.h" is always the victim, so what i did is I would explicitly include this "#include <errno.h> " on top of the error.h and things will work ok :idea:
now my question is ... is there other ways to do this without the hassle of typing those keywords above :?:
Registered Linux User # 279330
Bad programming style I suppose
If you are bored to do it everytime by hand, you could write a script that would do that for you.
I would preffer python for that, but perl or a combo of grep/awk/sed would do the trick too.
Bookmarks