I did not see that anyone on the forums had this problem, so I decided to start a topic. I had installed the setup from the email. Unfortunately even though it is a great version I had some problems with it and I wanted to install the newest version from the GitHub.
Now this is the version that I had downloaded yesterday (ecere-sdk-0.44-18-gf564926) and had tried to install with elevated command prompt, this is what I get.
Code: Select all
E:\>cd Builds
E:\Builds>cd ecere-sdk-f564926
E:\Builds\ecere-sdk-f564926>mingw32-make
Bootstrapping eC compiling tools...
Building ecere...
gcc: CreateProcess: No such file or directory
mingw32-make[3]: *** [obj/bootstrap.win32/Array.o] Error 1
mingw32-make[2]: *** [ecere] Error 2
mingw32-make[1]: *** [bootstrap] Error 2
mingw32-make: *** [bootstrap] Error 2
I do not know if it is related, but if I open Makefiles.epj and do build this is what I get
Code: Select all
Default Compiler
Building project Makefiles using the Debug configuration...
Linking...
Linker Error: BFD (GNU Binutils) 2.18.50.20080109 internal error, aborting at ../../binutils-2.18.50/bfd/reloc.c line 5305 in bfd_generic_get_relocated_section_contents
c:/program files (x86)/ecere sdk/mingw/bin/../lib/gcc/mingw32/4.4.0/../../../../mingw32/bin/ld.exe: Please report this bug.
collect2: ld returned 1 exit status
Makefiles (Debug) - 1 error, no warning
D.Bane.