Sorry if there has already been a post about this, but I just installed 4.9.7.2 and I'm getting the following error compiling the fltk template:
[Compile Log]
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp 5\projects\fltk\testing\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp 5\projects\fltk\testing\Makefile.win" all
g++.exe -c main.cpp -o main.o -I"C:/DEV-CPP 5/include/c++" -I"C:/DEV-CPP 5/include" -pg -g3
windres.exe -i fltktest_private.rc -I rc -o fltktest_private.res -O coff
windres.exe: no resources
make.exe: *** [fltktest_private.res] Error 1
Execution terminated
[Compiler]
[Resource Error] no resources
[Build Error] [fltktest_private.res] Error 1
Now, fltktest.dev is the project file. I guess I'm wondering how I can tell the compiler there shouldn't be a resource, then. Anyway, any help is appreciated.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Check Project Options -> Files / dir -> resource if there is a resource file given that doesn't exist or is named wrong. Maybe try deleting it and try again.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Sorry if there has already been a post about this, but I just installed 4.9.7.2 and I'm getting the following error compiling the fltk template:
[Compile Log]
Compiler: Default compiler
Building Makefile: "C:\Dev-Cpp 5\projects\fltk\testing\Makefile.win"
Executing make...
make.exe -f "C:\Dev-Cpp 5\projects\fltk\testing\Makefile.win" all
g++.exe -c main.cpp -o main.o -I"C:/DEV-CPP 5/include/c++" -I"C:/DEV-CPP 5/include" -pg -g3
windres.exe -i fltktest_private.rc -I rc -o fltktest_private.res -O coff
windres.exe: no resources
make.exe: *** [fltktest_private.res] Error 1
Execution terminated
[Compiler]
[Resource Error] no resources
[Build Error] [fltktest_private.res] Error 1
Now, fltktest.dev is the project file. I guess I'm wondering how I can tell the compiler there shouldn't be a resource, then. Anyway, any help is appreciated.
Check Project Options -> Files / dir -> resource if there is a resource file given that doesn't exist or is named wrong. Maybe try deleting it and try again.