Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Could not get the code compiled... #92

Open
Balachandar-Ganesan opened this issue Nov 24, 2022 · 2 comments
Open

Could not get the code compiled... #92

Balachandar-Ganesan opened this issue Nov 24, 2022 · 2 comments

Comments

@Balachandar-Ganesan
Copy link

  1. using TDM-GCC 9.2.0 could not get code on page 1 compiled at all.. I am using Embarcadero Dev C++. Which compiler or IDE recommended for compiling and running the code.
@WhitewaterDave
Copy link

GCC didn't work for me either.
I used clang on Linux. It's available for Windows, but you'll need to build it. The website is
https://clang.llvm.org/get_started.html
When installed, run:
clang db.c -o db
It should build without errors.

@gaifanking
Copy link

using wsl is a good way, just type 'make' and it works

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants