e***@public.gmane.org
2013-11-05 15:46:03 UTC
Hi guys,
I haven't yet been able to compile a project since I got some problems with the "precomp". I was told it was probably due to the compiler that was installed with Visual Studio 2013, so I uninstalled that. I unfortunately don't have any screenshots of that error, but it was something with being unable to perform the precompile for the project.
Now, without VS13 installed anymore I am still unable to compile, but get some slightly different errors. When performing a "Freeze..."-compile it will stall at the point below, and I force-closed the IDE after 2 hours at that point:
When performing a normal compile (F7) it will say "Eiffel Compilation Succeeded" but when launching the project for execution it realizes dose.exe doesn't exist.
I changed the ISE_C_COMPILER in Registry Entity to mingx but that just made the compile fail like this:
...
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/msys/1.0/bin/touch" finished
make.exe[1]: Leaving directory `/c/Users/Emil/Documents/Eiffel User Files/7.3/projects/DOSE/dose2013/src/EIFGENs/dose/W_code/C1'
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/msys/1.0/bin/rm" -f big_file_C3_c.o
make.exe[1]: Leaving directory `/c/Users/Emil/Documents/Eiffel User Files/7.3/projects/DOSE/dose2013/src/EIFGENs/dose/W_code/C3'
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/msys/1.0/bin/rm" -f dose.exe
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/mingw/bin/gcc" -mwindows -o dose.exe E1/emain.o "c:\users\emil\documents\eiffel user files\7.3\precomp\spec\win64\EIFGENs\base-mt\W_code/mingw/precomp.lib" dose.res E1/eparents.o E1/einit.o E1/ececil.o E1/evisib.o E1/enames.o E1/eskelet.o E1/eplug.o E1/ecall.o E1/efrozen.o E1/epattern.o E1/eoption.o C36/Cobj36.o C35/Cobj35.o C34/Cobj34.o C33/Cobj33.o C32/Cobj32.o C31/Cobj31.o C30/Cobj30.o C29/Cobj29.o C28/Cobj28.o C27/Cobj27.o C26/Cobj26.o C25/Cobj25.o C24/Cobj24.o C23/Cobj23.o C22/Cobj22.o C21/Cobj21.o C20/Cobj20.o C19/Cobj19.o C18/Cobj18.o C17/Cobj17.o C16/Cobj16.o C15/Cobj15.o C14/Cobj14.o C13/Cobj13.o C12/Cobj12.o C11/Cobj11.o C10/Cobj10.o C9/Cobj9.o C8/Cobj8.o C7/Cobj7.o C6/Cobj6.o C5/Cobj5.o C4/Cobj4.o C3/Cobj3.o C2/Cobj2.o C1/Cobj1.o "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\net\spec\mingw\win64\lib\mtnet.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\wel\spec\mingw\win64\lib\mtwel.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\vision2\spec\mingw\win64\lib\mtvision2.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\vision2\spec\mingw\win64\lib\libpng.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\vision2\spec\mingw\win64\lib\zlib.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/studio/spec/win64/lib/mingw/mtwkbench.a" -luser32 -lws2_32 -ladvapi32 -lgdi32 -lshell32 -lmsimg32 -lcomdlg32 -luuid -lole32 -loleaut32 -lcomctl32 -lmpr -lshlwapi -lwinspool -lstdc++
gcc.exe: c:\users\emil\documents\eiffel user files\7.3\precomp\spec\win64\EIFGENs\base-mt\W_code/mingw/precomp.lib: No such file or directory
make.exe": *** [dose.exe] Error 1
Has anyone had this problem or have any suggestion towards solving this, so I can finally run the project. I am using Windows 7 Professional 64-bit.
If you need any more information, dont hesitate to ask.
Thanks in advance
// Emil Juul Jacobsen Group7
I haven't yet been able to compile a project since I got some problems with the "precomp". I was told it was probably due to the compiler that was installed with Visual Studio 2013, so I uninstalled that. I unfortunately don't have any screenshots of that error, but it was something with being unable to perform the precompile for the project.
Now, without VS13 installed anymore I am still unable to compile, but get some slightly different errors. When performing a "Freeze..."-compile it will stall at the point below, and I force-closed the IDE after 2 hours at that point:
When performing a normal compile (F7) it will say "Eiffel Compilation Succeeded" but when launching the project for execution it realizes dose.exe doesn't exist.
I changed the ISE_C_COMPILER in Registry Entity to mingx but that just made the compile fail like this:
...
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/msys/1.0/bin/touch" finished
make.exe[1]: Leaving directory `/c/Users/Emil/Documents/Eiffel User Files/7.3/projects/DOSE/dose2013/src/EIFGENs/dose/W_code/C1'
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/msys/1.0/bin/rm" -f big_file_C3_c.o
make.exe[1]: Leaving directory `/c/Users/Emil/Documents/Eiffel User Files/7.3/projects/DOSE/dose2013/src/EIFGENs/dose/W_code/C3'
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/msys/1.0/bin/rm" -f dose.exe
"C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/gcc/win64/mingw/bin/gcc" -mwindows -o dose.exe E1/emain.o "c:\users\emil\documents\eiffel user files\7.3\precomp\spec\win64\EIFGENs\base-mt\W_code/mingw/precomp.lib" dose.res E1/eparents.o E1/einit.o E1/ececil.o E1/evisib.o E1/enames.o E1/eskelet.o E1/eplug.o E1/ecall.o E1/efrozen.o E1/epattern.o E1/eoption.o C36/Cobj36.o C35/Cobj35.o C34/Cobj34.o C33/Cobj33.o C32/Cobj32.o C31/Cobj31.o C30/Cobj30.o C29/Cobj29.o C28/Cobj28.o C27/Cobj27.o C26/Cobj26.o C25/Cobj25.o C24/Cobj24.o C23/Cobj23.o C22/Cobj22.o C21/Cobj21.o C20/Cobj20.o C19/Cobj19.o C18/Cobj18.o C17/Cobj17.o C16/Cobj16.o C15/Cobj15.o C14/Cobj14.o C13/Cobj13.o C12/Cobj12.o C11/Cobj11.o C10/Cobj10.o C9/Cobj9.o C8/Cobj8.o C7/Cobj7.o C6/Cobj6.o C5/Cobj5.o C4/Cobj4.o C3/Cobj3.o C2/Cobj2.o C1/Cobj1.o "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\net\spec\mingw\win64\lib\mtnet.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\wel\spec\mingw\win64\lib\mtwel.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\vision2\spec\mingw\win64\lib\mtvision2.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\vision2\spec\mingw\win64\lib\libpng.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL\library\vision2\spec\mingw\win64\lib\zlib.lib" "C:\Program Files\Eiffel Software\EiffelStudio 7.3 GPL/studio/spec/win64/lib/mingw/mtwkbench.a" -luser32 -lws2_32 -ladvapi32 -lgdi32 -lshell32 -lmsimg32 -lcomdlg32 -luuid -lole32 -loleaut32 -lcomctl32 -lmpr -lshlwapi -lwinspool -lstdc++
gcc.exe: c:\users\emil\documents\eiffel user files\7.3\precomp\spec\win64\EIFGENs\base-mt\W_code/mingw/precomp.lib: No such file or directory
make.exe": *** [dose.exe] Error 1
Has anyone had this problem or have any suggestion towards solving this, so I can finally run the project. I am using Windows 7 Professional 64-bit.
If you need any more information, dont hesitate to ask.
Thanks in advance
// Emil Juul Jacobsen Group7