You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when i build it give me all the archives to moongl work, but when i run the code gives this error
"lua: [string "require('moongl.make')"]:1: module 'moongl.make' not found:
no field package.preload['moongl.make']
no file 'C:\lua\lua\moongl\make.lua'
no file 'C:\lua\lua\moongl\make\init.lua'
no file 'C:\lua\moongl\make.lua'
no file 'C:\lua\moongl\make\init.lua'
no file 'C:\lua..\share\lua\5.4\moongl\make.lua'
no file 'C:\lua..\share\lua\5.4\moongl\make\init.lua'
no file '.\moongl\make.lua'
no file '.\moongl\make\init.lua'
no file 'C:\lua\moongl\make.dll'
no file 'C:\lua..\lib\lua\5.4\moongl\make.dll'
no file 'C:\lua\loadall.dll'
no file '.\moongl\make.dll'
no file 'C:\lua\moongl\make54.dll'
no file '.\moongl\make54.dll'
no module 'moongl.make' in file '.\moongl.dll'
stack traceback:
[C]: in ?
[C]: in function 'require'
c:\lua\opengl\opengl.lua:4: in main chunk
[C]: in ?"
and theres no "moongl.make" in the files of the compiled version, how can i solve this
The text was updated successfully, but these errors were encountered:
when i build it give me all the archives to moongl work, but when i run the code gives this error
"lua: [string "require('moongl.make')"]:1: module 'moongl.make' not found:
no field package.preload['moongl.make']
no file 'C:\lua\lua\moongl\make.lua'
no file 'C:\lua\lua\moongl\make\init.lua'
no file 'C:\lua\moongl\make.lua'
no file 'C:\lua\moongl\make\init.lua'
no file 'C:\lua..\share\lua\5.4\moongl\make.lua'
no file 'C:\lua..\share\lua\5.4\moongl\make\init.lua'
no file '.\moongl\make.lua'
no file '.\moongl\make\init.lua'
no file 'C:\lua\moongl\make.dll'
no file 'C:\lua..\lib\lua\5.4\moongl\make.dll'
no file 'C:\lua\loadall.dll'
no file '.\moongl\make.dll'
no file 'C:\lua\moongl\make54.dll'
no file '.\moongl\make54.dll'
no module 'moongl.make' in file '.\moongl.dll'
stack traceback:
[C]: in ?
[C]: in function 'require'
c:\lua\opengl\opengl.lua:4: in main chunk
[C]: in ?"
and theres no "moongl.make" in the files of the compiled version, how can i solve this
The text was updated successfully, but these errors were encountered: