YakshaLang / Yaksha

😈 Yaksha Programming Language - Offside rule + Lisp system for macros. 🐣 WIP
https://yakshalang.github.io/
GNU General Public License v3.0
201 stars 12 forks source link

Compile Error - GUI BUG #85

Closed Makuna3000 closed 7 months ago

Makuna3000 commented 7 months ago

Describe the bug

native := failed.

command := C:\Users\R E V O\Downloads\yaksha_windows-x86_64\bin\zig.exe cc -std=c99 -Oz -pedantic -Wall -Wno-newline-eof -fPIC -Wno-parentheses-equality -flto=full -lwinmm -lgdi32 -lopengl32 -Wl,--subsystem,windows -DYK__WINDOWS_HIDE_CONSOLE -IC:\Users\R E V O\Downloads\yaksha_windows-x86_64\runtime\raylib\src -IC:\Users\R E V O\Downloads\yaksha_windows-x86_64\runtime\raygui\src -IC:\Users\R E V O\Downloads\yaksha_windows-x86_64\runtime\raylib_additional -IC:\Users\R E V O\Downloads\yaksha_windows-x86_64\runtime -IC:\Users\R E V O\build C:\Users\R E V O\Desktop\yksystem-native.o C:\Users\R E V O\Desktop\gui-native.o C:\Users\R E V O\Desktop\ykmain-native.o C:\Users\R E V O\Desktop\rglfw.o C:\Users\R E V O\Desktop\raudio.o C:\Users\R E V O\Desktop\rcore.o C:\Users\R E V O\Desktop\rmodels.o C:\Users\R E V O\Desktop\rshapes.o C:\Users\R E V O\Desktop\rtext.o C:\Users\R E V O\Desktop\rtextures.o C:\Users\R E V O\Desktop\utils.o C:\Users\R E V O\Desktop\rayextras.o -o C:\Users\R E V O\Desktop\gui.exe

warning: unsupported linker arg: --subsystem warning: unsupported linker arg: windows error: FileNotFound

Expected behavior Compile and run the GUI

Screenshots

GUI BUG SCREENSHOT

Desktop (please complete the following information):

JaDogg commented 7 months ago

Fixed in 213c54b1b1acc86c615c768348a7a1b039613323