Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

build error on linux platform (miss sciter-sqlite.make file) #209

Closed
kay54068 opened this issue Jul 23, 2021 · 1 comment
Closed

build error on linux platform (miss sciter-sqlite.make file) #209

kay54068 opened this issue Jul 23, 2021 · 1 comment

Comments

@kay54068
Copy link

I run 'make config=release_x64' command to build demo app, but get some error about this:

==== Building sciter-sqlite (release_x64) ====
make[1]: sciter-sqlite.make: No such file or directory
make[1]: *** No rule to make target 'sciter-sqlite.make'. Stop.
Makefile:139: recipe for target 'sciter-sqlite' failed
make: *** [sciter-sqlite] Error 2

Can you give me a hand?

@c-smile
Copy link
Owner

c-smile commented Nov 20, 2021

I've added that make file.

Note, you can always [re]generate those files using premake5 by running in SDK folder:

premake5 gmake2 --cc=gcc --file=premake5.lua

@c-smile c-smile closed this as completed Nov 20, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants