LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-25-2010, 09:04 PM   #31
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33

No I'm not looking for trouble lol. I just tried to do what evo2 said, but it said the rights were insufficient so I put sudo everywhere I could to get rid of this error, I didn't know where to put it exactly. Yes I'm using ubuntu 910.
I'm getting to a point where I don't even know what I did anymore. I don't know if I created wx manually. Is there a way to see that ?
I pretty much wrote everything I did on this thread. I also did some commands from the codeblocks wiki up to 'su' in 'wxWidgets build' as I explained in post 11.

What should I do now?
 
Old 03-25-2010, 09:11 PM   #32
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
There is always the possibility that the version in trunk has a bug that is causing your problem. Have you considered simply using the most recent stable version? Or is that too old for your needs?

Evo2.
 
Old 03-25-2010, 09:36 PM   #33
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Yes I like some of the features that are in the nightly build.
Maybe you could try to install it too to see if there's a problem in the trunk indeed ?
 
Old 03-25-2010, 09:44 PM   #34
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
Geez I found it out on my own !
I typed sudo apt-get install libwxsmithlib0 and it worked !!
Now the question is : why did I need to type this to make it work ?
And then the next question is : how to remove and undo every unnecessary step that I've taken to try to solve this problem ? (everything I've done has been written in this thread).
 
Old 03-25-2010, 09:55 PM   #35
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by elishac View Post
Geez I found it out on my own !
I typed sudo apt-get install libwxsmithlib0 and it worked !!
Great.

Quote:
Now the question is : why did I need to type this to make it work ?
I'm still wondering if there is another version of the wx libs on your system somewhere. Perhaps you followd some instructions on the codeblocks wiki about installing in /opt.

Quote:
And then the next question is : how to remove and undo every unnecessary step that I've taken to try to solve this problem ? (everything I've done has been written in this thread).
Then you should be able to go through and remove the things you don't need.

Evo2.
 
Old 03-25-2010, 10:31 PM   #36
elishac
Member
 
Registered: Nov 2009
Posts: 522

Original Poster
Rep: Reputation: 33
How can I know if there is still another version of the wx libs on my system somewhere ?

Yeah I'm able to remove the things I don't need, the thing is I'll need your help with that because I don't know what needs to be removed, nor how to remove it. Can you tell me what I need to do from here ?
 
Old 03-25-2010, 11:37 PM   #37
evo2
LQ Guru
 
Registered: Jan 2009
Location: Japan
Distribution: Mostly Debian and CentOS
Posts: 6,724

Rep: Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705Reputation: 1705
Quote:
Originally Posted by elishac View Post
How can I know if there is still another version of the wx libs on my system somewhere ?
Search for it. Check your notes: you said you put everything on the forum. I saw one post where you installed wx libs in /opt

Quote:
Yeah I'm able to remove the things I don't need, the thing is I'll need your help with that because I don't know what needs to be removed
Sorry, but I'm not about to reread every one of your posts and make notes about what you should remove. That is up to you do.
Quote:
nor how to remove it.
If there is something specific that you don't know how to remove please ask.

Quote:
Can you tell me what I need to do from here ?
You don't *need* to do anything.

Evo2.
 
Old 03-27-2010, 04:51 AM   #38
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Post # 33 :
Quote:
Maybe you could try to install it too to see
if there's a problem in the trunk indeed ?
No bugs. I did build codeblocks on two different
Linux a couple of days ago, also on Ubuntu 9.10 .

Suggest : Rename trunk and get it again with
svn checkout svn://svn.berlios.de/codeblocks/trunk
.. and don't use sudo for that command ( or any other )
then access will be denied.
Also suggest : mv trunk/ codeblocks-SVN-rev.6196
( Or ln -s trunk/ codeblocks-SVN-rev.6196 )
And : 1)
tar -cf codeblocks-SVN-rev.6196.tar codeblocks-SVN-rev.6196/
2) gzip codeblocks-SVN-rev.6196.tar , so you have a backup.
.....
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Problem installing Codeblocks konzo Linux - Software 12 02-02-2010 04:12 AM
codeblocks cannot start up in redhat9 boboboy Linux - Newbie 3 05-18-2009 02:26 AM
codeblocks build errors g++: command not found yukapuka Linux - Software 3 02-17-2009 03:09 PM
Setting up CodeBlocks on Ubuntu tm2383 Programming 4 12-12-2008 03:53 PM
Nightly Build ISO MikeeX Slackware 2 07-14-2003 06:59 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 03:32 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration