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

Doesn't compile on windows #1836

Closed
ejseto opened this issue Jun 30, 2013 · 3 comments

Comments

Projects
None yet
3 participants
@ejseto
Copy link
Contributor

commented Jun 30, 2013

I get the following error while compiling:

make NATIVE=win32

g++ -Wall -Wextra -Wno-switch -Wno-sign-compare -Wno-missing-braces -Wno-unused
-parameter -g -MMD -c main.cpp -o objwin/main.o
main.cpp:18:21: fatal error: libintl.h: No such file or directory
compilation terminated.
make: *** [objwin/main.o] Error 1

@TireExaminer

This comment has been minimized.

Copy link
Contributor

commented Jul 1, 2013

I'm on Win8 with VS2012, it does compile but it takes some work.
http://ftp.gnome.org/pub/gnome/binaries/win32/dependencies/
Go there and get the gettext runtime and gettext runtime dev (the latest versions)
Extract them to a folder somewhere. Point you library path to the \lib folder and your include path to the \include folder. Place the *.dll files into the same directory you create your Cataclysm.exe file in.

@ejseto

This comment has been minimized.

Copy link
Contributor Author

commented Jul 1, 2013

Thanks, I'd never heard of gettext. SDL was optional and had a great big sign saying you needed it, but I wasn't sure what the problem was with this.

@yobbobanana

This comment has been minimized.

Copy link
Contributor

commented Jul 4, 2013

The wiki still needs updating btw, if anyone has step-by-step instructions for getting it to work

~~> #1892

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
You can’t perform that action at this time.