News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

install CB for both Ubuntu and Windows 7

Started by thanhbuu, July 09, 2012, 03:12:33 PM

Previous topic - Next topic

thanhbuu

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!

Jenna

Do you share the config-folder ?
Otherwise I can not see how Windows- and Ubuntu-installation can interfere.

thanhbuu

I think yes, how can I fix that? Your help is very appreciated:)

Jenna

Quote from: thanhbuu on July 09, 2012, 04:23:00 PM
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.

thanhbuu

#4
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:
QuoteDo you share the config-folder ?
Please help me to fix my problem. Your help ís appreciated :)

thanhbuu


Jenna

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 and/or the wiki for more information.