Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

debugtrace.h missing definition - patch provided #423

Open
Furciferi opened this issue Dec 9, 2022 · 1 comment
Open

debugtrace.h missing definition - patch provided #423

Furciferi opened this issue Dec 9, 2022 · 1 comment

Comments

@Furciferi
Copy link

Furciferi commented Dec 9, 2022

Patch provided below

@@ -405,6 +405,7 @@
 #  define DBG_trace     0          /* 09 Dec 1999 */
 #  define STATUSp(str,p) /* nada */
 #  define STATUSi(str,i) /* nada */
+#  define STATUSs(str,s) /* 12 Dec 2022 */

 #  ifdef _DEBUGTRACE_MAIN_
       void DBG_sigfunc(int sig){} /* does nada */
@afni-rickr
Copy link
Contributor

afni-rickr commented Dec 9, 2022

Thank you @Furciferi! It looks like there are other functions that need similar attention. Apparently none of us has built without -DUSE_TRACING in a while...
Thanks again.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants