Git Product home page Git Product logo

Comments (11)

dbartolini avatar dbartolini commented on May 21, 2024

Cannot repro here. Can you paste the whole build log?

from crown.

 avatar commented on May 21, 2024

Generating .build/projects/linux/crown.make...
Done.
make -R -C .build/projects/linux config=debug64
make[1]: Entering directory /home/vlad/crown/.build/projects/linux' ==== Building bgfx (debug64) ==== ==== Building shaderc (debug64) ==== ==== Building openal (debug64) ==== alsa.c In file included from ../../../third/openal/OpenAL32/Include/alMain.h:35:0, from ../../../third/openal/Alc/backends/alsa.c:27: ../../../third/openal/include/atomic.h:16:23: fatal error: stdatomic.h: No such file or directory #include <stdatomic.h> ^ compilation terminated. make[2]: *** [../../linux64/obj/x64/debug/openal/third/openal/Alc/backends/alsa.o] Error 1 make[1]: *** [openal] Error 2 make[1]: Leaving directory/home/vlad/crown/.build/projects/linux'
make: *** [linux-debug64] Error 2

from crown.

dbartolini avatar dbartolini commented on May 21, 2024

This should fix that: 5b487ed

from crown.

 avatar commented on May 21, 2024

Will see!

from crown.

 avatar commented on May 21, 2024

New error :
Linking openal
==== Building crown (debug64) ====
Creating ../../linux64/obj/x64/debug/crown
console_server.cpp
device.cpp
In file included from ../../../engine/physics/physics_world.h:11:0,
from ../../../engine/world/world.h:12,
from ../../../engine/device.cpp:16:
../../../engine/physics/physics_callback.h:10:21: fatal error: PxActor.h: No such file or directory
#include "PxActor.h"
^
compilation terminated.
make[2]: *** [../../linux64/obj/x64/debug/crown/engine/device.o] Error 1
make[1]: *** [crown] Error 2
make[1]: Leaving directory `/home/vlad/crown/.build/projects/linux'
make: *** [linux-debug64] Error 2

from crown.

dbartolini avatar dbartolini commented on May 21, 2024

You probably have to set PHYSX_SDK_LINUX environment variable.

from crown.

 avatar commented on May 21, 2024

how? :)

from crown.

dbartolini avatar dbartolini commented on May 21, 2024

Just extract PhysX SDK somewhere and https://github.com/taylor001/crown#prerequisites-for-linux

from crown.

 avatar commented on May 21, 2024

Okay!

from crown.

 avatar commented on May 21, 2024

PhysX 3.3.2?

from crown.

dbartolini avatar dbartolini commented on May 21, 2024

Yep, should be fine.

from crown.

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.