LouOttawa wrote:
> 
> You explained that: "The path you are seeing is from the machine used to
> build the released binaries." I understand your explanation, but is this
not
> then a bug in SQLite? Doesn't "someone" build the binaries on the "SQLite
> machine" so to speak? 
> 

No, it's not a bug.  The compiler automatically embeds the original source
location in the PDBs.

> 
> I mean - its not a SharpDevelop problem, is it?
> 

Not really.  It's probably just reading the PDB and assuming that the source
code should be available locally in the same location as when it was built.
That assumption is invalid in this case; however, in the more general case
of
projects being developed with SharpDevelop, that might be OK.

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to