Hi,
I'm working on my little project and CL is installed both in Ubuntu and Xp SP3.
I just wanted to know if there are special settings changes are needed. I ask this because the workspace compiles fine in windows and I just took the workspace, opened in ubuntu and compile and I get missing headers. But CodeLite itself compiled fine, so wxWidgets is installed and is working.
How do you guys manage same project in Win/*nix without using some subversion or mercurial?
Thanks
CL and Windows/Linux
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
CL and Windows/Linux
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CL and Windows/Linux
I am using SVN.evstevemd wrote: without using some subversion or mercurial?
Why dont u setup your own SVN server on the linux machine, its pretty simple to configure and use - svn is not all about making the code available everywhere, but mostly the ability to revert changes and other cool features
Eran
Make sure you have read the HOW TO POST thread
-
- CodeLite Guru
- Posts: 352
- Joined: Sun Nov 29, 2009 7:36 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CL and Windows/Linux
That is cool but I don't own a server I can access everywhere. I will see a possiblity. I wish it could be opensource, I would host on SF. but it is freeware.
BTW I realized I need to turn off resource compiler (that is one observation)
BTW I realized I need to turn off resource compiler (that is one observation)
CodeLite 15.x
CodeLite is awesome, I just Love it!
- eranif
- CodeLite Plugin
- Posts: 6375
- Joined: Wed Feb 06, 2008 9:29 pm
- Genuine User: Yes
- IDE Question: C++
- Contact:
Re: CL and Windows/Linux
You dont need to "own" a server, any linux desktop can do it
For example:
https://help.ubuntu.com/community/Subversion
Eran
For example:
https://help.ubuntu.com/community/Subversion
Eran
Make sure you have read the HOW TO POST thread