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

Problems linking irrlicht #273

Open
Redhawk18 opened this issue Sep 4, 2024 · 3 comments
Open

Problems linking irrlicht #273

Redhawk18 opened this issue Sep 4, 2024 · 3 comments

Comments

@Redhawk18
Copy link

Hi, I was trying to package this project for nixos and I ran into a problem of being unable to include the needed files from irrlicht, It seems like this file is included from here

Linking clzma
libeffect.cpp
==== Building ygoprodll (debug_x64) ====
Creating ../obj/x64/Debug/ygoprodll
CConfigMap.cpp
In file included from ../gframe/CGUISkinSystem/CConfigMap.cpp:1:
../gframe/CGUISkinSystem/CConfigMap.h:4:10: fatal error: irrMap.h: No such file or directory
    4 | #include <irrMap.h>
      |          ^~~~~~~~~~
compilation terminated.
make[1]: *** [ygoprodll.make:279: ../obj/x64/Debug/ygoprodll/CConfigMap.o] Error 1
make: *** [Makefile:62: ygoprodll] Error 2
libduel.cpp

I tried setting the cflags with the following command, but I'm not sure if this project even uses cflags.
export CFLAGS="-I${irrlicht}/include/irrlicht/*"

@edo9300
Copy link
Owner

edo9300 commented Sep 5, 2024

There's already an user in our discord server that managed to get a nixos package for edopro, https://github.com/TLATER/dotfiles/blob/master/pkgs/applications/edopro.nix, (both for building for source, and for using the version we distribute), if you join there you could recieve further assistance

@Redhawk18
Copy link
Author

There's already an user in our discord server that managed to get a nixos package for edopro, https://github.com/TLATER/dotfiles/blob/master/pkgs/applications/edopro.nix, (both for building for source, and for using the version we distribute), if you join there you could recieve further assistance

Thanks man, I'll join later tn.

@Redhawk18
Copy link
Author

Redhawk18 commented Sep 6, 2024

@edo9300 I don't think he's on the discord but I know who this is, he's the ultimate nixos forum helper.

@Redhawk18 Redhawk18 reopened this Sep 6, 2024
@Redhawk18 Redhawk18 reopened this Sep 11, 2024
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