Author Topic: install CB for both Ubuntu and Windows 7  (Read 4197 times)

Offline thanhbuu

  • Multiple posting newcomer
  • *
  • Posts: 24
install CB for both Ubuntu and Windows 7
« 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!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: install CB for both Ubuntu and Windows 7
« Reply #1 on: July 09, 2012, 03:26:29 pm »
Do you share the config-folder ?
Otherwise I can not see how Windows- and Ubuntu-installation can interfere.

Offline thanhbuu

  • Multiple posting newcomer
  • *
  • Posts: 24
Re: install CB for both Ubuntu and Windows 7
« Reply #2 on: July 09, 2012, 04:23:00 pm »
I think yes, how can I fix that? Your help is very appreciated:)

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: install CB for both Ubuntu and Windows 7
« Reply #3 on: July 09, 2012, 04:52:09 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.

Offline thanhbuu

  • Multiple posting newcomer
  • *
  • Posts: 24
Re: install CB for both Ubuntu and Windows 7
« Reply #4 on: July 09, 2012, 05:32:57 pm »
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:
Quote
Do you share the config-folder ?
Please help me to fix my problem. Your help ís appreciated :)
« Last Edit: July 10, 2012, 04:49:11 am by thanhbuu »

Offline thanhbuu

  • Multiple posting newcomer
  • *
  • Posts: 24
Re: install CB for both Ubuntu and Windows 7
« Reply #5 on: July 10, 2012, 03:51:37 pm »
Please help me :( Thank you!

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: install CB for both Ubuntu and Windows 7
« Reply #6 on: July 11, 2012, 05:48:11 am »
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.