yiskang / csharp-sqlite

Automatically exported from code.google.com/p/csharp-sqlite
Other
0 stars 0 forks source link

Defining TRACE breaks compilation #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?

  Flip on TRACE

What is the expected output? What do you see instead?

  Expected: Source code compiles
  Actual: Break in line 61 of pager_c.cs, sqlite3DebugPrintf is not defined 
  Reason: in printf_c.cs, sqlite3DebugPrintf is ifdef'd out if SQLITE_DEBUG 
is not defined

What version of the product are you using? On what operating system?

Rev 16 of source on x64 Win7

Original issue reported on code.google.com by Jay.Beav...@gmail.com on 12 Aug 2009 at 2:53

GoogleCodeExporter commented 8 years ago
Will check in with 3.6.17 revision later this week

Original comment by noah.hart@gmail.com on 12 Aug 2009 at 3:06

GoogleCodeExporter commented 8 years ago
Fixed with 3.6.17

Original comment by noah.hart@gmail.com on 18 Aug 2009 at 7:18

GoogleCodeExporter commented 8 years ago
Added Milestone label

Original comment by noah.hart@gmail.com on 8 Apr 2010 at 1:45