Skip to content

Default build.bat fails? #13

@bit-garden

Description

@bit-garden

Just freshly downloaded and ran this to create a Basic Sample project.

After I created the project, I cd'd over to the root of the project and simply ran the build.bat script, but it seems to fail. This is also with default Raylib paths.

~/Downloads/_stuff/code/raylib/helloworld/cool_project $ ./projects/scripts/build.bat

C:\Users\Dakun\Downloads\_stuff\code\raylib\helloworld\cool_project>set COMPILER_DIR=C:\raylib\w64devkit\bin

C:\Users\Dakun\Downloads\_stuff\code\raylib\helloworld\cool_project>set PATH=C:/raylib/w64devkit/bin;C:/Program Files/Common Files/Oracle/Java/javapath;C:/WINDOWS/system32;C:/WINDOWS;C:/WINDOWS/System32/Wbem;C:/WINDOWS/System32/WindowsPowerShell/v1.0/;C:/WINDOWS/System32/OpenSSH/;C:/Program Files (x86)/Windows Kits/10/Windows Performance Toolkit/;C:/Users/Dakun/.cargo/bin;C:/Users/Dakun/AppData/Local/Microsoft/WindowsApps;C:/Users/Dakun/AppData/Local/Programs/Microsoft VS Code/bin;C:/Users/Dakun/AppData/Local/SurrealDB;C:/Users/Dakun/Downloads/helix-25.01.1-x86_64-windows/helix-25.01.1-x86_64-windows;C:/Users/Dakun/AppData/Local/Packages/PythonSoftwareFoundation.Python.3.13_qbz5n2kfra8p0/LocalCache/local-packages/Python313/Scripts;C:/Users/Dakun/Downloads/ffmpeg-7.1-essentials_build/ffmpeg-7.1-essentials_build/bin;C:/Users/Dakun/Downloads/_stuff/code/flutter_windows_3.27.3-stable/flutter/bin/cache/dart-sdk/bin;C:/Users/Dakun/Downloads/_stuff/code/flutter_windows_3.27.3-stable/flutter/bin;C:/Users/Dakun/AppData/Local/Pub/Cache/bin;C:/Users/Dakun/Downloads/_stuff/code/clangd-windows-19.1.2/clangd_19.1.2/bin;C:\raylib\w64devkit\bin

C:\Users\Dakun\Downloads\_stuff\code\raylib\helloworld\cool_project>cd C:\Users\Dakun\Downloads\_stuff\code\raylib\helloworld\cool_project\projects\scripts\

C:\Users\Dakun\Downloads\_stuff\code\raylib\helloworld\cool_project\projects\scripts>cmd /c windres ..\..\src\cool_project.rc -o ..\..\src\cool_project.rc.data

C:\Users\Dakun\Downloads\_stuff\code\raylib\helloworld\cool_project\projects\scripts>cmd /c mingw32-make -f ..\..\src\Makefile PROJECT_NAME=cool_project PROJECT_VERSION=1.0 PROJECT_DESCRIPTION="my cool new project" PROJECT_INTERNAL_NAME=cool_project PROJECT_PLATFORM=PLATFORM_DESKTOP PROJECT_SOURCE_FILES="cool_project.c" BUILD_MODE="RELEASE" BUILD_WEB_ASYNCIFY=FALSE BUILD_WEB_MIN_SHELL=TRUE BUILD_WEB_HEAP_SIZE=268435456 RAYLIB_MODULE_AUDIO=TRUE RAYLIB_MODULE_MODELS=TRUE
mingw32-make cool_project
make[1]: Entering directory 'C:/Users/Dakun/Downloads/_stuff/code/raylib/helloworld/cool_project/projects/scripts'
make[1]: *** No rule to make target 'cool_project'.  Stop.
make[1]: Leaving directory 'C:/Users/Dakun/Downloads/_stuff/code/raylib/helloworld/cool_project/projects/scripts'
make: *** [..\..\src\Makefile:319: all] Error 2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions