Git Product home page Git Product logo

Comments (5)

Myaats avatar Myaats commented on May 26, 2024 1

if I understood correctly it is the lack of waiting for the key to not be pressed in https://github.com/switchports/mainui_cpp/blob/master/menus/Controls.cpp#L302 ?

from xash3d-switch.

Myaats avatar Myaats commented on May 26, 2024 1

you need to create a lib folder and put the static libraries you get from compiling https://github.com/switchports/mainui_cpp & https://github.com/switchports/hlsdk-xash3d in there and it should link fine (this is a hacky workaround due to the lack of dynamic linking support on the switch)

from xash3d-switch.

BryanHaley avatar BryanHaley commented on May 26, 2024

Most likely yes.

I'm trying to build the project to test out some changes, but the linker isn't finding -lmainui, -lclient, and -lserver. Should I not be building via "make -f Makefile.switch" ? Seems like it's only building the main engine and not the other components of HL1.

from xash3d-switch.

BryanHaley avatar BryanHaley commented on May 26, 2024

Successfully compiled both and moved the libs, but getting undefined reference errors in the linking stage of the main project now.

https://pastebin.com/vmZ3wMWp

from xash3d-switch.

Myaats avatar Myaats commented on May 26, 2024

I'd compile the client, then clean and then compile the server since they share files and use #ifdef's in them based on the issue also it seems like you are missing or have an outdated version of libnx & mesa / libdrm-nouveau

from xash3d-switch.

Related Issues (13)

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.