Open godreborn opened 2 years ago
I just compiled wut and libgui (no errors), and I put the lib files in the lib directory of wut in devkitpro:
You also need to put the header files in the include dir
which header files? the header files from wut and libgui? which include dir?
Never manually copy paste any files. Please remove all the files you have copied manually and install libgui by using make install
I did make install, and I'm not really sure what's going on, but this is what it shows. is it done?:
I think I may have figured out what's wrong, but I don't know what the destination directory for "install" should be. I think that's why it's getting stuck after building libgui.a. should it be the wut directory? (i.e. C:/devkitpro/wut )?
I'm getting this error. I installed wut or actually it was already installed, and libgui's dependencies, but I'm not sure if libgui is installed exactly. here's the error:
C:\Users\GODREBORN\Desktop\launchiine-master>make iconEmpty.png layoutSwitchButton.png leftArrow.png noGameIcon.png rightArrow.png settingsButton.png bgMusic.ogg button_click.mp3 settings_click_2.mp3 font.ttf Application.cpp In file included from C:/Users/GODREBORN/Desktop/launchiine-master/src/Application.h:20, from C:/Users/GODREBORN/Desktop/launchiine-master/src/Application.cpp:22: C:/Users/GODREBORN/Desktop/launchiine-master/src/menu/MainWindow.h:22:10: fatal error: gui/Gui.h: No such file or directory 22 | #include <gui/Gui.h> | ^
~~compilation terminated. make[1]: [/opt/devkitpro/devkitPPC/base_rules:13: Application.o] Error 1 make: [Makefile:109: build] Error 2