Problems compiling sqlite-d

Stefan Koch via Digitalmars-d-learn digitalmars-d-learn at puremagic.com
Fri Jan 27 04:55:55 PST 2017


On Friday, 27 January 2017 at 12:21:29 UTC, Nestor wrote:
> On Friday, 27 January 2017 at 12:06:33 UTC, Stefan Koch wrote:
>> On Friday, 27 January 2017 at 12:04:06 UTC, Stefan Koch wrote:
>>>
>>> I take it you build without dub ?
>>> Have you specified source/sqlite.d on your compile 
>>> commandline ?
>>
>> That was supposed to say.
>> sqlite-d/source/sqlited.d
>>
>> Please feel free to post here or contact me directly regarding 
>> the usage of sqlite-d.
>
> Yes I was building withoug dub. What I did was simply:
>
> copy data.db to sqlite-d/source
> cd to sqlite-d/source
> copy api_user.d to z1_app.d
> modify z1_app.d (as shown before)
> compile z1_app without additional parameters.
>
> Shouldn't it work?
>
> This was with dmd v2.072.2 on Windows 7 SP1 x86-64

You have to compile the library with your app.
or better yet use dub
replace app.d with your app.d and run dub


More information about the Digitalmars-d-learn mailing list