Giter VIP home page Giter VIP logo

realmscode's People

Contributors

mitchej123 avatar

Watchers

 avatar  avatar  avatar

realmscode's Issues

mud.h:26:31: fatal error: Python.h: No such file or directory

Re-Installed Cygwin, c++11 seems to be working, but I just can't get around the Python.h file missing. I do understand what it means to be missing a file, but am I doing something wrong in Cygwin linking the Library to the missing header? Cygwin of course had some MDCHKSUM problems, after re-installing it practically 4 times, I realized what the issue was there, and had to do a workaround on that. But really it had nothing to do with the Python Library. Other than the python.h missing error the code itself compiles wonderfully with no warnings or errors. Thanks, -Nick.

EDIT: Fixed Python.h error <--- User error of course. Always make sure to check the Makefile.

I guess cygwin didn't install 3.3m instead I had installed 3.2m Python, switched it to the 3.2 and Viola.

Now I did end up with an error in the end.

Compiling alphanum.cpp
alphanum.cpp: In function 'int alphanum_impl(const char_, const char_)':
alphanum.cpp:93:51: error: 'strtoul' was not declared in this scope
makefile:104: recipe for target .objs/realms.exe/alphanum.o' failed make[1]: *** [.objs/realms.exe/alphanum.o] Error 1 make[1]: Leaving directory/home/Ryukio/roh/src-2.47e'
makefile:55: recipe for target `default' failed
make: *** [default] Error 2

This code is not out of the box ready for Cygwin Users. The strtoul was one of many different types of str types that were missing headers. After about 4 hours of playing around with the code, and pointing them in the right direction, I ran in to the dreaded lboost that simply just won't be found. From the Makefile, here's what I ended up with as a result.

Using g++ as a compiler
make all
make[1]: Entering directory /home/Ryukio/roh/src-2.47e' Building target: realms.exe /usr/lib/gcc/i686-pc-cygwin/4.7.3/../../../../i686-pc-cygwin/bin/ld: cannot find -lboost_python3 collect2: error: ld returned 1 exit status makefile:63: recipe for targetrealms.exe' failed
make[1]: *** [realms.exe] Error 1
make[1]: Leaving directory /home/Ryukio/roh/src-2.47e' makefile:55: recipe for targetdefault' failed
make: *** [default] Error 2

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.