Page 1 of 1

Help to run a codelite project

Posted: Sat Apr 07, 2012 2:26 pm
by tirengarfio
Hi,

I have just downloaded this tarball...Now I wan to compile it. I found a readme in trunk/projects/gcc that says this:
The Linux GCC and Windows MinGW builds in this project are supported via a CodeLite project file.
Codelite is a very cool open source C++ IDE, it can be found here: http://www.codelite.org/
Other GCC build methods aren't actively supported but contributors and maintainers are welcome to do so!
Just drop me a line and I'll see about adding you to the project's svn write access list.
So I installed codelite 3.5 and opened the trunk/projects/gcc/libtheoraplayer.workspace with codelite but when I try to run the project (play button) nothing happens..any idea?

Ubuntu 11.10

Javier

Re: Help to run a codelite project

Posted: Sat Apr 07, 2012 10:27 pm
by DavidGH
Hi Javier,
but when I try to run the project (play button) nothing happens
Did you build the project first? The tarball is (presumably) source-code, not a binary.

If that's not the answer, please give more details about what is going wrong. "nothing happens" isn't helpful; you need to do things like posting what is logged in the Output View.

Regards,

David