[Windows] codelite is moving to wxwidgets 2.9.2

Discussion about CodeLite development process and patches
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by frank_frl »

eranif wrote:Hi Frank,

I managed to debug and fix this ("<>|" not working for 2.9.x) using Microsoft's on-screen keyboard with German keyboard enabled :)
Can you please build latest codelite from SVN and give it a try?

I would really appreciate your confirmation on the fix

Eran
Hi Eran,
I can confirm that it works now :D
Sorry that I couldn't help you with a backtrace, but I'm working on 3 projects simultaneously at the moment, so I'm really short of time.

Best regards

Frank
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by eranif »

frank_frl wrote:I can confirm that it works now
thanks for getting back to me on this one.

I submitted a patch to wxWidgets for this issue (to fix wxSTC)

http://trac.wxwidgets.org/ticket/13409

Eran
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by frank_frl »

Hi Eran,

sorry, but there is still an other problem, the 'Return' key isn't working anymore now, where I can't say if this was already before your fix or introduced with it :(

Frank
User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by eranif »

I know, already fixed ...

(I hoped to fix it before you will notice it ;))
Eran
Make sure you have read the HOW TO POST thread
frank_frl
CodeLite Expert
Posts: 176
Joined: Sun Aug 17, 2008 2:45 pm
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by frank_frl »

eranif wrote:I know, already fixed ...

(I hoped to fix it before you will notice it ;))
Eran
Works now :D

Frank
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by evstevemd »

is there a way to specify wxWidgets directory on configure command.
configure --help have no such option
Thanks

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by eranif »

evstevemd wrote:is there a way to specify wxWidgets directory on configure command.
configure --help have no such option
Under Windows its the first option ...
C:\Users\eran\software\codelite\ContinuousBuild>wx-config --help
Usage: wx-config [options]
Options:
--prefix[=DIR] Path of the wxWidgets installation (ie. C:\wxWidgets2.6.3)
--wxcfg[=DIR] Relative path of the build.cfg file (ie. gcc_dll\mswud)
--cflags Outputs all pre-processor and compiler flags.
--cxxflags Same as --cflags but for C++.
--rcflags Outputs all resource compiler flags. [UNTESTED]
--libs Outputs all linker flags.

--debug[=yes|no] Uses a debug configuration if found.
--unicode[=yes|no] Uses an unicode configuration if found.
--static[=yes|no] Uses a static configuration if found.
--universal[=yes|no] Uses an universal configuration if found.
--compiler[=gcc,dmc,vc] Selects the compiler.
--release Outputs the wxWidgets release number.
--version Outputs the wxWidgets version.
--basename Outputs the base name of the wxWidgets libraries.
--cc Outputs the name of the C compiler.
--cxx Outputs the name of the C++ compiler.
--ld Outputs the linker command.
-v Outputs the revision of wx-config.

Note that using --prefix is not needed if you have defined the
environmental variable WXWIN.

Also note that using --wxcfg is not needed if you have defined the
environmental variable WXCFG.
Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by evstevemd »

I'm compiling on Linux Box :oops:

CodeLite 15.x
CodeLite is awesome, I just Love it!

User avatar
eranif
CodeLite Plugin
Posts: 6372
Joined: Wed Feb 06, 2008 9:29 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by eranif »

This option is still the first, even under Linux:
eran@eran-ubuntu:~$ wx-config --help

wx-config [--prefix[=DIR]] [--exec-prefix[=DIR]] [--release] [--version-full]
[--list] [--selected-config] [--host=HOST] [--toolkit=TOOLKIT]
[--universal[=yes|no]] [--unicode[=yes|no]] [--debug[=yes|no]]
[--static[=yes|no]] [--version[=VERSION]] [--basename] [--cc]
[--cppflags] [--cflags] [--cxxflags] [--rescomp] [--libs] [--cxx]
[--ld] [--linkdeps] [--utility=UTIL] [LIB ...]
Eran
Make sure you have read the HOW TO POST thread
evstevemd
CodeLite Guru
Posts: 350
Joined: Sun Nov 29, 2009 7:36 pm
Genuine User: Yes
IDE Question: C++
Contact:

Re: [Windows] codelite is moving to wxwidgets 2.9.2

Post by evstevemd »

so how do i compile it?

Code: Select all

cd CodeLiteDir/
./configure  /my/path/to/wx-config/wx-config 
make
sudo make install
Is it right way?

CodeLite 15.x
CodeLite is awesome, I just Love it!

Post Reply