Page 1 of 1

wxC git?

Posted: Sat Jun 29, 2013 1:11 am
by evstevemd
I use wxC a lot in my projects (that previously used wxFB).
My CodeLite wa not stable so I updated to trunk, but then wxC stopped working (fair enough).
Is there wxC that works with current Git code (5.2)?

Re: wxC git?

Posted: Sun Jun 30, 2013 7:43 am
by eranif
codelite's git head is going through changes, this is why your wxC is no longer compatible with the latest git head of codelite.
The best solution is to use the standalone version of wxC - this way you can continue updating your codelite version without breaking its wxC compatibility

Let me know which Linux distro are you using and I will upload a wxC standalone build

Eran

Re: wxC git?

Posted: Mon Jul 01, 2013 12:57 am
by evstevemd
Ubuntu 13.04
I would love to have the stand alone as It will give me more freedom!

Re: wxC git?

Posted: Mon Jul 01, 2013 8:10 am
by eranif
evstevemd wrote:Ubuntu 13.04
32 or 64?
Eran

Re: wxC git?

Posted: Mon Jul 01, 2013 10:34 am
by evstevemd
eranif wrote:
evstevemd wrote:Ubuntu 13.04
32 or 64?
Eran
32bits :)

Re: wxC git?

Posted: Mon Jul 01, 2013 10:49 pm
by eranif
Use this:

http://downloads.codelite.org/wxCrafter ... dalone.deb

Note that this is an expermintal deb, never released it... so let me know if it is installed and launched properly
To install it:

Code: Select all

sudo dpkg -i wxcrafter-1.2-ubuntu-raring-i686-standalone.deb
Eran

Re: wxC git?

Posted: Mon Jul 01, 2013 11:08 pm
by evstevemd
eranif wrote:Use this:

http://downloads.codelite.org/wxCrafter ... dalone.deb

Note that this is an expermintal deb, never released it... so let me know if it is installed and launched properly
To install it:

Code: Select all

sudo dpkg -i wxcrafter-1.2-ubuntu-raring-i686-standalone.deb
Eran
See it yourself!
wxC.png

Re: wxC git?

Posted: Mon Jul 01, 2013 11:14 pm
by evstevemd
big thanks for Stand alone!