Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: thanhbuu on July 09, 2012, 03:12:33 pm
-
There are two OS in my PC: ubuntu & Windows 7. When I installed codeblocks for these two OS, it lagged to much. If I installed just for one OS, it works smoothly. I don't know why does it happen, can you show me some tips to fix this. Thank you!
-
Do you share the config-folder ?
Otherwise I can not see how Windows- and Ubuntu-installation can interfere.
-
I think yes, how can I fix that? Your help is very appreciated:)
-
I think yes
What doe sthat mean ?
This can not happen, if you do not explicitley do this by using personalities or a portable version of C::B.
-
1) When in Windows, I use the nightly build and set it in D:\Codeblocks, in Ubuntu, I just get your SVN (all by terminal, I'm new to ubuntu so I do not know where it's installed)
2) In Windows, I create a folder D:\C++ and put project named "Project" in that. In ubuntu, I also add project named "Project" in the same place as Win (this is why I think the problem you talked about came from: Do you share the config-folder ?
Please help me to fix my problem. Your help ís appreciated :)
-
Please help me :( Thank you!
-
That's not the config-folder I meant.
You should not have a D:\Codeblocks in ubuntu, that's a windows path.
If you share the project (and projectfile) make sure, you use different targets on wondows and linux, otherwise you might have invalid paths in configuration and for sure you have incompatible object-files.
See the manual (http://www.codeblocks.org/user-manual) and/or the wiki (http://wiki.codeblocks.org/) for more information.