Code Monkey home page Code Monkey logo

Comments (8)

Seifert69 avatar Seifert69 commented on June 25, 2024 1

Thank you @bluedreamer :-)

from dikumud3.

Seifert69 avatar Seifert69 commented on June 25, 2024

That's perplexing. I did some searching - with no luck. When I look at your error, it's not obvious that the -std=c++11 flag is set:

g++ -I. -I.. -DVMC_SRC -DVMC -DLINUX -DPOSIX -pipe -DMUD_DEBUG -g -Wall -g -c dilshare.cpp -o ../../build//vmc/dilshare.o

Could you perhaps try to compile with just that line and add the two flags by hand, see what happens, i.e. something like:

g++ -I. -I.. -DVMC_SRC -DVMC -DLINUX -DPOSIX -pipe -DMUD_DEBUG -g -Wall -g -std=c++11 -c dilshare.cpp -o ../../build//vmc/dilshare.o

You could also try with the std=gnu++11

Let me know how it goes please.

from dikumud3.

slowlane81 avatar slowlane81 commented on June 25, 2024

It leaves this error when I add the flags by hand:

Assembler messages:
Fatal error: can't create ../../build//vmc/dilshare.o: No such file or directory

from dikumud3.

Seifert69 avatar Seifert69 commented on June 25, 2024

If you're up for it you might want to try to build with the new CMake that was just added today by @bluedreamer. Would love to hear how that works out.

from dikumud3.

bluedreamer avatar bluedreamer commented on June 25, 2024

I started to test this on cent 7, got distracted with xmas, you need to install cmake3 though from epel and maybe downgrade the minimum version in the top level CMakeLists.txt - I think the most "advanced" feature Im using is from 3.12

from dikumud3.

Seifert69 avatar Seifert69 commented on June 25, 2024

from dikumud3.

bluedreamer avatar bluedreamer commented on June 25, 2024

Been a while since I've used ubuntu/debian. A lot of distro's are shipping with cmake 3 by default - you can check with the usual cmake --version

Which version are you using? I can install a VM then and test it out

from dikumud3.

Seifert69 avatar Seifert69 commented on June 25, 2024

from dikumud3.

Related Issues (20)

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.