CodeLite 13 for Win7 32bit
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Fri Aug 13, 2010 10:45 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
CodeLite 13 for Win7 32bit
Hello together,
is it possible to get CodeLite 13 for Windows 7 32bit?
I only had a Windows 7 32bit Licence and use it in a Virtual Machine on my Linux Environment.
Thanks to all.
is it possible to get CodeLite 13 for Windows 7 32bit?
I only had a Windows 7 32bit Licence and use it in a Virtual Machine on my Linux Environment.
Thanks to all.
-
- CodeLite Guru
- Posts: 351
- Joined: Mon Oct 20, 2008 7:26 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: CodeLite 13 for Win7 32bit
Check this post : https://forums.codelite.org/viewtopic.php?f=13&t=4241
Jérémie
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Fri Aug 13, 2010 10:45 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
I have tried to compile CodeLite several times, but without success. I found this Site:
but also without success.
I hope that in a few days i had time to try it again.
Code: Select all
https://github.com/eranif/codelite/wiki/Windows
I hope that in a few days i had time to try it again.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
"Without success" is vague, why don't you share:
1. The exact steps you did until the failture
2. The exact and complete error message (even if its long)
I might be able to help you
1. The exact steps you did until the failture
2. The exact and complete error message (even if its long)
I might be able to help you
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Fri Aug 13, 2010 10:45 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
The first Failure was in kompiling wxWidgets. The sources cloned with Git seens to be not complete. Directory %WXWIN%/src/zlib was empty.
I downloaded the original wxWidgets 3.1.2 Sources, and now it compiles successfully.
But compiling CodeLite 13 in CodeLite 12 IDE it fails in stdio.h:
Workspace Setting is CodeLiteIDE::Win_x86_Release
I downloaded the newest CodeLite.zip from Github.
I downloaded the original wxWidgets 3.1.2 Sources, and now it compiles successfully.
But compiling CodeLite 13 in CodeLite 12 IDE it fails in stdio.h:
Code: Select all
C:\Windows\system32\cmd.exe /C C:/mingw_710/bin/mingw32-make.exe -j2 SHELL=cmd.exe -e -f Makefile
"----------Building project:[ PCH - Release ]----------"
mingw32-make.exe[1]: Entering directory 'E:/wxWidgets/Projekte/codelite-13.0/PCH'
C:/mingw_710/bin/g++.exe -c precompiled_header_release.h -O2 -mthreads -DHAVE_W32API_H -D__WXMSW__ -DNDEBUG -D_UNICODE -IC:/src/wxWidgets/lib/gcc_dll/mswu -IC:/src/wxWidgets/include -DWXUSINGDLL -Wno-ctor-dtor-privacy -pipe -fmessage-length=0 -fno-keep-inline-dllexport -std=c++11 -I. -I.
In file included from precompiled_header_release.h:32:0:
C:/mingw_710/i686-w64-mingw32/include/stdio.h:920:15: error: expected ')' before '*' token
int __cdecl fileno(FILE *_File) __MINGW_ATTRIB_DEPRECATED_MSVC2005;
^
mingw32-make.exe[1]: *** [PCH.mk:90: precompiled_header_release.h.gch] Error 1
mingw32-make.exe: *** [Makefile:5: All] Error 2
mingw32-make.exe[1]: Leaving directory 'E:/wxWidgets/Projekte/codelite-13.0/PCH'
====1 errors, 1 warnings====
I downloaded the newest CodeLite.zip from Github.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
I might invest some time this weekend to get CodeLite up and running for Windows 32 bit
Make sure you have read the HOW TO POST thread
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
I released CodeLite 13.0.2 today with a 32 bit version.
Please give it a try and let me know if it works correctly (I don't see a reason why it won't... )
Thanks!
Please give it a try and let me know if it works correctly (I don't see a reason why it won't... )
Thanks!
Make sure you have read the HOW TO POST thread
-
- CodeLite Enthusiast
- Posts: 33
- Joined: Fri Aug 13, 2010 10:45 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
I installed CodeLite 13.0.2 on my Windows 7 32Bit VM and it works fantastic.
Excellent work from Eran.
Thank you so much.
Excellent work from Eran.
Thank you so much.
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CodeLite 13 for Win7 32bit
Thanks for testing. Now that I have set up my multi arch build environment, CodeLite 32 bit will be released along with the other releases
Make sure you have read the HOW TO POST thread