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

Build Failure #3

Open
phamconghao opened this issue Jun 28, 2024 · 1 comment
Open

Build Failure #3

phamconghao opened this issue Jun 28, 2024 · 1 comment

Comments

@phamconghao
Copy link

Hello, I am facing a problem. After I run cmake, I run make command. But an error message "/crt/crtexewin.c:67:(.text.startup+0xbd): ndefined reference to `WinMain' collect2.exe: error: ld returned 1 exit status"
I have installed SDL2, SDL2-tff, Eigen packages. So I don't know how to fix this problem.

Could you guild to me a way to fix that?

Thanks...

@enginksz
Copy link

Hi,

Install the dependencies

sudo apt install libeigen3-dev libsdl2-dev libsdl2-ttf-dev
then;
mkdir build
cd build
cmake ..
make
./AKFSF-Simulation

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

2 participants