Discussion about CodeLite development process and patches
-
Wheel
- CodeLite Curious
- Posts: 5
- Joined: Mon Jul 15, 2019 6:46 am
- Genuine User: Yes
- IDE Question: c++
-
Contact:
Post
by Wheel » Wed Jul 17, 2019 3:15 am
eranif wrote: ↑Wed Jul 17, 2019 12:43 am
Which configuration did you try to build?
The
Win_x86_Release of course.
I've run it and it works.
I don't think you should remove the 32bit version. The current code is valid for 32 and 64 bit, and I don't think it needs to be forced to 64 bit in the future. After all, CodeLite does not
require more than 4gb of memory...
-
eranif
- CodeLite Plugin
- Posts: 6132
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
-
Contact:
Post
by eranif » Sun Jul 21, 2019 6:24 am
The reason that I asked which configuration you asked is simply because the 'x86' configuration is not maintained (i.e. it might lack some macros or include an obsolete libraries which are no longer needed).
The reason I don't release 32 bit is simply because I lack a build machine for Windows 32 bit...
-
Wheel
- CodeLite Curious
- Posts: 5
- Joined: Mon Jul 15, 2019 6:46 am
- Genuine User: Yes
- IDE Question: c++
-
Contact:
Post
by Wheel » Tue Jul 23, 2019 12:18 am
Well, I guess you can run a 32bit compiler on a 64bit machine, but then again, I don't know the build process in depth, so I don't know if that is sufficient.
Anyway, I don't want to burden you with any more work than you currerntly have
