Giter Site home page Giter Site logo

Comments (3)

Yanis42 avatar Yanis42 commented on August 13, 2024

yeah this is a known issue, I'm not making it my top priority as you can use a workaround with the "custom export path" checkbox, it won't edit spec and scene_table for you but at least it will work for sure which the important part here imo

if you wanna fix it you need to change stuff here I think (I haven't dig into this but afaik the spec file is the only broken thing right now)

Note that I plan to work on a fix once I get the HackerOoT rework done, which should happen soonish™™™, feel free to work on it, just let me know

and of course feel free to ask questions or anything else on Fast64's Discord, it will be easier to communicate on this from Discord

from fast64.

Yanis42 avatar Yanis42 commented on August 13, 2024

also the fix is just replacing build/ by $(BUILD)/ I believe (in the file I linked)

from fast64.

Dragorn421 avatar Dragorn421 commented on August 13, 2024

Another workaround is editing the Makefile this way, so build/ as written by fast64 is replaced with build/gc-eu-mq-dbg/ on processing the spec:

diff --git a/Makefile b/Makefile
index a8869f3fe..6da61a684 100644
--- a/Makefile
+++ b/Makefile
@@ -125,10 +125,10 @@ PYTHON     ?= $(VENV)/bin/python3
 
 # Command to replace path variables in the spec file. We can't use the C
 # preprocessor for this because it won't substitute inside string literals.
-SPEC_REPLACE_VARS := sed -e 's|$$(BUILD_DIR)|$(BUILD_DIR)|g'
+SPEC_REPLACE_VARS := sed -e 's|build/|$(BUILD_DIR)/|g' | sed -e 's|$$(BUILD_DIR)|$(BUILD_DIR)|g'
 
 ifeq ($(COMPILER),gcc)

from fast64.

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.