Hi and questions!
Posted: Thu Oct 30, 2008 1:49 am
Hi,
I'm a new CodeLite user and so far I'm very impressed!
A few things though:
* To make a 'dll' on the Mac, I had to change 'g++ -shared' to 'g++ -dynamiclib' (somewhere - it seems to have stuck 'globally' though).
* When importing an MSVC sln on the Mac, I end up with lots of backslahes at the front of filenames, eg: '.\file1.cpp', '..\..\file2.cpp' etc. CodeLite can't then open/compile these files.
* It keeps bugging me at startup to 'Create Symbols Database'! What dir should I select on Mac to make it happy, or how can I turn it off?
Now some questions:
What's the difference between workspace config and project config?
I want to setup a multiplatform (macos/win32/linux) workspace with at least 2 configs (debug/release). The workspace consists of a combination of static lib, dll, exe etc projects.
I assume this has something to do with workspace vs project configs etc, but I'm not quite sure how workspace config affects project config and vice versa.
What would people recommend here?
Any hints most welcome!
Bye,
Mark
I'm a new CodeLite user and so far I'm very impressed!
A few things though:
* To make a 'dll' on the Mac, I had to change 'g++ -shared' to 'g++ -dynamiclib' (somewhere - it seems to have stuck 'globally' though).
* When importing an MSVC sln on the Mac, I end up with lots of backslahes at the front of filenames, eg: '.\file1.cpp', '..\..\file2.cpp' etc. CodeLite can't then open/compile these files.
* It keeps bugging me at startup to 'Create Symbols Database'! What dir should I select on Mac to make it happy, or how can I turn it off?
Now some questions:
What's the difference between workspace config and project config?
I want to setup a multiplatform (macos/win32/linux) workspace with at least 2 configs (debug/release). The workspace consists of a combination of static lib, dll, exe etc projects.
I assume this has something to do with workspace vs project configs etc, but I'm not quite sure how workspace config affects project config and vice versa.
What would people recommend here?
Any hints most welcome!
Bye,
Mark