Menu

#34 compiler error

closed
nobody
None
5
2012-06-25
2012-06-12
Anonymous
No

can't translate without this patch:

diff -urN a/dep/startup.c b/dep/startup.c
--- a/dep/startup.c 2012-06-11 08:40:38.451607520 +0200
+++ b/dep/startup.c 2012-06-11 08:42:03.926178611 +0200
@@ -214,6 +214,7 @@
}

/* These functions are useful to temporarily enable Debug around parts of code, similar to bash's "set -x" */
+#ifdef RUNTIME_DEBUG
void enable_runtime_debug(void )
{
extern RunTimeOpts rtOpts;
@@ -227,7 +228,7 @@

rtOpts.debug\_level = LOG\_INFO;

}
-
+#endif

/*
* Lock via filesystem implementation, as described in "Advanced Programming in the UNIX Environment, 2nd ed"

Discussion

  • Wojciech Owczarek

    Current svn is already showing the conditionals listed in this patch.

     
  • Wojciech Owczarek

    • status: open --> closed
     

Log in to post a comment.