Git Product home page Git Product logo

Comments (6)

chaoskagami avatar chaoskagami commented on September 27, 2024 3

from cakesforeverywan.

mid-kid avatar mid-kid commented on September 27, 2024

Sorry for the late response.
Try this patch:

diff --git a/Makefile b/Makefile
index 0f11a97..5eb6e83 100644
--- a/Makefile
+++ b/Makefile
@@ -131,8 +131,8 @@ $(dir_build)/%.o: $(dir_source)/%.mono
        @mkdir -p "$(@D)"
        printf '.global $*\n$*: .incbin "$<"\n' | $(COMPILE.s) $(OUTPUT_OPTION)
 
-$(dir_source)/%.mono: $(dir_source)/%.pbm
+$(dir_source)/%.mono: | $(dir_source)/%.pbm
        @mkdir -p "$(@D)"
-       $(CONVERT) $< $@
+       $(CONVERT) $| $@
 
 include $(call rwildcard, $(dir_build), *.d)

This file is supposed to be generated by imagemagick's convert tool, which it doesn't seem you have, but it should work without said tool as well, as it's only used for a single font, nothing else, and said compiled font is distributed in the repo.

If this works, create a fixing commit. If you're willing to continue CakesFW, we're probably going to need some communication channel so I can guide you through the code. Do you use IRC, Discord, Telegram or anything else?

from cakesforeverywan.

Multimegamander avatar Multimegamander commented on September 27, 2024

I'm on Discord for 18 hours a day :3 Multimegamander#6980

Microsoft Windows [Version 6.1.7601]
Copyright (c) 2009 Microsoft Corporation. All rights reserved.

C:\Windows\system32>diff --git a/Makefile b/Makefile
diff: unknown option -- git
diff: Try 'diff --help' for more information.

C:\Windows\system32>index 0f11a97..5eb6e83 100644
'index' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>--- a/Makefile
'---' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>+++ b/Makefile
'+++' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>@@ -131,8 +131,8 @@ $(dir_build)/%.o: $(dir_source)/%.mono
'-131' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32> @mkdir -p "$(@d)"
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file $(@d) already exists.
Error occurred while processing: $(@d).

C:\Windows\system32> printf '.global $\n$: .incbin "$<"\n' | $(COMPILE.
s) $(OUTPUT_OPTION)
'$' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>
C:\Windows\system32>-$(dir_source)/%.mono: $(dir_source)/%.pbm
'-$' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>+$(dir_source)/%.mono: | $(dir_source)/%.pbm
'+$' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32> @mkdir -p "$(@d)"
A subdirectory or file -p already exists.
Error occurred while processing: -p.
A subdirectory or file $(@d) already exists.
Error occurred while processing: $(@d).

C:\Windows\system32>- $(CONVERT) $&lt; $@
The system cannot find the file specified.

C:\Windows\system32>+ $(CONVERT) $| $@
'+' is not recognized as an internal or external command,
operable program or batch file.

C:\Windows\system32>
C:\Windows\system32> include $(call rwildcard, $(dir_build), *.d)
'include' is not recognized as an internal or external command,
operable program or batch file.

from cakesforeverywan.

Multimegamander avatar Multimegamander commented on September 27, 2024

I know how to code, just umm..... I never took the time to understand compiling, :/, but I do have msys2 and cygwin64 installed

from cakesforeverywan.

Multimegamander avatar Multimegamander commented on September 27, 2024

I always asked someone else to compile the code for me

from cakesforeverywan.

mid-kid avatar mid-kid commented on September 27, 2024

6a4d549 hopefully solves this issue.

from cakesforeverywan.

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.