Transaction

95888674af826729d269eb93c1d2b1c3cf75950c14e6bc70f2493d2993cf68be
( - )
6,657
2024-03-28 01:34:19
1
2,592 B

2 Outputs

Total Output:
  • j"1LAnZuoQdcKCkpDBKQMCgziGMoPC4VQUckM$ <div class="post">I've been able to get around all of those, I'm actually stuck at the DB4.7 stuff.<br/><br/>I build it directly from the source and during the compile I get an error:<br/><div class="codeheader">Code:</div><div class="code">db_cxx.h:1083: error: expected class-name before ‘{’ token<br/></div>I checked the header file, I think there is a syntax error, but not sure.<br/><br/>Any suggestions?<br/><br/>This is the block of code it stalls at, the class is defined at the top of the file, so I'm not sure why it hangs at that error without digging through all the Berkeley DB code. I don't want to go to a newer version of the DB if it's going to mess with everyone's BitCoin database that uses this build.<br/><div class="codeheader">Code:</div><div class="code">// Almost any error in the DB library throws a DbException.<br/>// Every exception should be considered an abnormality<br/>// (e.g. bug, misuse of DB, file system error).<br/>//<br/>class _exported DbException : public __DB_STD(exception)<br/>{<br/>public:<br/><span style="white-space: pre;"> </span>virtual ~DbException() throw();<br/><span style="white-space: pre;"> </span>DbException(int err);<br/><span style="white-space: pre;"> </span>DbException(const char *description);<br/><span style="white-space: pre;"> </span>DbException(const char *description, int err);<br/><span style="white-space: pre;"> </span>DbException(const char *prefix, const char *description, int err);<br/><span style="white-space: pre;"> </span>int get_errno() const;<br/><span style="white-space: pre;"> </span>virtual const char *what() const throw();<br/><span style="white-space: pre;"> </span>DbEnv *get_env() const;<br/><span style="white-space: pre;"> </span>void set_env(DbEnv *dbenv);<br/><br/><span style="white-space: pre;"> </span>DbException(const DbException &amp;);<br/><span style="white-space: pre;"> </span>DbException &amp;operator = (const DbException &amp;);<br/><br/>private:<br/><span style="white-space: pre;"> </span>void describe(const char *prefix, const char *description);<br/><br/><span style="white-space: pre;"> </span>char *what_;<br/><span style="white-space: pre;"> </span>int err_;&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;// errno<br/><span style="white-space: pre;"> </span>DbEnv *dbenv_;<br/>};<br/></div></div> text/html
    https://whatsonchain.com/tx/95888674af826729d269eb93c1d2b1c3cf75950c14e6bc70f2493d2993cf68be