vijirams / csharp-sqlite

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

Won't compile under mono #51

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Here are the errors if anyone wants to fix them - I can easily try
building again if fixes get checked into trunk. Alternately, these
might represent a bug in mono.

root@localhost:~/hg/csharp-sqlite/Community.Data.SQLiteClient# mdtool
build Community.Data.SQLiteClient.sln

         /root/hg/csharp-sqlite/C#-SQLite/src/date_c.cs(90,0): error CS1032:
         Cannot define or undefine preprocessor symbols after first token in
         file
         /root/hg/csharp-sqlite/C#-SQLite/src/sqliteLimit_h.cs(163,0): error
         CS1032: Cannot define or undefine preprocessor symbols after first
         token in file
         /root/hg/csharp-sqlite/C#-SQLite/src/sqliteLimit_h.cs(178,0): error
         CS1032: Cannot define or undefine preprocessor symbols after first
         token in file 

Original issue reported on code.google.com by noah.hart@gmail.com on 18 Feb 2010 at 5:49

GoogleCodeExporter commented 8 years ago
changeset:   47:434e124bc785
tag:         tip
user:        Noah
date:        Wed Feb 17 21:49:40 2010 -0800
files:       C#-SQLite/src/date_c.cs C#-SQLite/src/sqliteLimit_h.cs
description:
Fix for issue # 51

Original comment by noah.hart@gmail.com on 18 Feb 2010 at 5:50