Re: [sqlite] Building System.Data.SQLite

2012-08-14 Thread Bernhard Mogens Ege
oject, I can use spaces in filenames without problems. -- Bernhard -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: 14. august 2012 00:19 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Buil

Re: [sqlite] Building System.Data.SQLite

2012-08-14 Thread Bernhard Mogens Ege
iscussion of SQLite Database' Subject: Re: [sqlite] Building System.Data.SQLite Bernhard Mogens Ege wrote: > > This doesn't appear to build everything needed as when I install the bundles > (x86 and x64), nothing is added to the global assembly cache in > C:\windows\assembly

Re: [sqlite] Building System.Data.SQLite

2012-08-13 Thread Joe Mistachkin
Bernhard Mogens Ege wrote: > > This doesn't appear to build everything needed as when I install the bundles > (x86 and x64), nothing is added to the global assembly cache in > C:\windows\assembly\ (did ask the installer to add to the GAC), making every > binary using System.Data.SQLite fail. The

Re: [sqlite] Building System.Data.SQLite

2012-08-13 Thread Joe Mistachkin
Bernhard Mogens Ege wrote: > > Build_all.bat fails as it seems vsSp.bat detects that I have VS2008 > installed, but this is installed by SQL 2008 R2 and lacks pretty much > everything (used for business intelligence design only and has no C#/C++ > compiler). > Yeah, the Visual Studio detection

Re: [sqlite] Building System.Data.SQLite

2012-08-13 Thread Bernhard Mogens Ege
] On Behalf Of Bernhard Mogens Ege Sent: 13. august 2012 12:32 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Building System.Data.SQLite But I did use build.bat after using set_Release_x64_2010.bat. This is what is so strange. Build_all.bat fails as it seems vsSp.bat detects that I have

Re: [sqlite] Building System.Data.SQLite

2012-08-13 Thread Bernhard Mogens Ege
. Cheers, Bernhard -Original Message- From: sqlite-users-boun...@sqlite.org [mailto:sqlite-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: 13. august 2012 11:51 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Building System.Data.SQLite Bernhard Mogens Ege

Re: [sqlite] Building System.Data.SQLite

2012-08-13 Thread Joe Mistachkin
Bernhard Mogens Ege wrote: > > This however also build the x86 target for some reason and no x64 setup > file is produced (bake fails, complaining about missing x64 files). > This means that the x64 binaries were not built first using "build.bat". You should be able to build binaries for all

Re: [sqlite] Building System.Data.SQLite

2012-08-13 Thread Bernhard Mogens Ege
-users-boun...@sqlite.org] On Behalf Of Joe Mistachkin Sent: 10. august 2012 19:01 To: 'General Discussion of SQLite Database' Subject: Re: [sqlite] Building System.Data.SQLite Bernhard Mogens Ege wrote: > > I have been looking at > https://system.data.sqlite.org/index.html/doc/trunk/www/b

Re: [sqlite] Building System.Data.SQLite

2012-08-10 Thread Joe Mistachkin
Bernhard Mogens Ege wrote: > > I have been looking at > https://system.data.sqlite.org/index.html/doc/trunk/www/build.wiki to build > System.Data.SQLite > uild%20System.Data.SQLite> but when using the manual build, I

[sqlite] Building System.Data.SQLite

2012-08-10 Thread Bernhard Mogens Ege
I have been looking at https://system.data.sqlite.org/index.html/doc/trunk/www/build.wiki to build System.Data.SQLite but when using the manual build, I do not get the setup files built..