codelite 2.10 is available
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
codelite 2.10 is available
After a long pause, codelite 2.10 is available for download.
Changes since 2.9:
http://sourceforge.net/projects/codelit ... E/download
Download page:
https://sourceforge.net/projects/codeli ... lite-2.10/
Eran
Changes since 2.9:
http://sourceforge.net/projects/codelit ... E/download
Download page:
https://sourceforge.net/projects/codeli ... lite-2.10/
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 351
- Joined: Mon Oct 20, 2008 7:26 pm
- Genuine User: Yes
- IDE Question: C++
- Location: France
- Contact:
Re: codelite 2.10 is available
Hello Eran
Badly, since you fixed this bug report I can't install it at work
Badly, since you fixed this bug report I can't install it at work
Jérémie
-
- CodeLite Enthusiast
- Posts: 26
- Joined: Sat Oct 30, 2010 7:19 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite 2.10 is available
Nice, but you forgot to package the git plugin in the OSX build it seems
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite 2.10 is available
Indeed, but this was intentionally, since I never used / tested it on Mac so I decided not to pack it.Auria wrote:Nice, but you forgot to package the git plugin in the OSX build it seems
I may play with it and release another package for Mac (dont know if you noticed, but I uploaded new version for Mac OSX since the first version I uploaded was broken due to recent changes to the make_mac_bundle.sh script)
You can create your own installer with the change reverted, or if you can't do it -> let me know and I will send you onejfouche wrote:Hello Eran
Badly, since you fixed this bug report I can't install it at work
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 3
- Joined: Sun Sep 12, 2010 2:28 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite 2.10 is available
I have the same problem (Windows XP without administrative priviledges), can you please send it to me too?eranif wrote:You can create your own installer with the change reverted, or if you can't do it -> let me know and I will send you onejfouche wrote:Hello Eran
Badly, since you fixed this bug report I can't install it at work
Eran
Thanks for this awesome app!
Dima
-
- CodeLite Curious
- Posts: 1
- Joined: Wed Apr 27, 2011 3:01 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite 2.10 is available
Same problem here. Can you send it to me, too? Or can someone upload the "portable" version?
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite 2.10 is available
There is no portable version of codelite.
I will change the installer and will revert the change that caused this error...
Atm, I have not uploaded any version for this but I will consider this.
Eran
I will change the installer and will revert the change that caused this error...
Atm, I have not uploaded any version for this but I will consider this.
Eran
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 2.10 is available
Please use this link for those of you who got installation problem:
http://sourceforge.net/projects/codelit ... e/download
Eran
http://sourceforge.net/projects/codelit ... e/download
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Curious
- Posts: 1
- Joined: Wed May 25, 2011 8:03 am
- Genuine User: Yes
- IDE Question: c++
- Contact:
Re: codelite 2.10 is available
I am having a problem using the standard 'math.h' C library. (I have a lot of engineering source code written in C which I want to use.)
I have written a short snippet of code that has a single call to one of the common math functions (e.g. sin(), cos(), sqrt(), ... etc) and have been unable to successfully compile the code - the IDE message is ":27: undefined reference to 'function name' " - if I comment out the single line including the function call the code compiles without any problems.
Interestingly the compiler has no difficulty identifying and using constants defined in in the math.h header file, e.g. 'M_PI', 'M_E'.
I'm using the latest release of CodeLite 2.10.0.4778 on a core i-5 PC running the 64-bit version of Ubuntu 10.04 LTS.
Has anyone else seen this problem - possibly have a solution?
I have written a short snippet of code that has a single call to one of the common math functions (e.g. sin(), cos(), sqrt(), ... etc) and have been unable to successfully compile the code - the IDE message is ":27: undefined reference to 'function name' " - if I comment out the single line including the function call the code compiles without any problems.
Interestingly the compiler has no difficulty identifying and using constants defined in in the math.h header file, e.g. 'M_PI', 'M_E'.
I'm using the latest release of CodeLite 2.10.0.4778 on a core i-5 PC running the 64-bit version of Ubuntu 10.04 LTS.
Has anyone else seen this problem - possibly have a solution?
-
- CodeLite Enthusiast
- Posts: 37
- Joined: Fri Feb 05, 2010 10:57 am
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: codelite 2.10 is available
1. This is the wrong place for this kind of question
2. To make it working open up your project settings and enter into Linker / Libraries the name of the math library ("m").
2. To make it working open up your project settings and enter into Linker / Libraries the name of the math library ("m").