Page 1 of 1

CodeLite 13 for Win7 32bit

Posted: Mon Aug 12, 2019 2:38 pm
by Netzschleicher
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.

Re: CodeLite 13 for Win7 32bit

Posted: Mon Aug 12, 2019 3:53 pm
by jfouche

Re: CodeLite 13 for Win7 32bit

Posted: Thu Aug 15, 2019 2:38 pm
by Netzschleicher
I have tried to compile CodeLite several times, but without success. I found this Site:

Code: Select all

https://github.com/eranif/codelite/wiki/Windows
but also without success.

I hope that in a few days i had time to try it again.

Re: CodeLite 13 for Win7 32bit

Posted: Sat Aug 17, 2019 7:08 pm
by eranif
"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

Re: CodeLite 13 for Win7 32bit

Posted: Sun Aug 18, 2019 4:46 pm
by Netzschleicher
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:

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====
Workspace Setting is CodeLiteIDE::Win_x86_Release
I downloaded the newest CodeLite.zip from Github.

Re: CodeLite 13 for Win7 32bit

Posted: Thu Aug 22, 2019 10:14 pm
by eranif
I might invest some time this weekend to get CodeLite up and running for Windows 32 bit

Re: CodeLite 13 for Win7 32bit

Posted: Mon Aug 26, 2019 8:15 pm
by eranif
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... :D)

Thanks!

Re: CodeLite 13 for Win7 32bit

Posted: Tue Aug 27, 2019 11:31 pm
by Netzschleicher
I installed CodeLite 13.0.2 on my Windows 7 32Bit VM and it works fantastic.
Excellent work from Eran.
Thank you so much.

Re: CodeLite 13 for Win7 32bit

Posted: Wed Aug 28, 2019 12:28 am
by eranif
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