Code::Blocks Forums

User forums => General (but related to Code::Blocks) => Topic started by: tron_thomas on July 20, 2007, 06:02:00 am

Title: Can't start Code::Blocks on Fedora 7
Post by: tron_thomas on July 20, 2007, 06:02:00 am
I am running Fedora 7 on an Intel Core2 Duo system.  I installed Code::Blocks using yum, and when I run it, I end up with a blank Tip of the Day window I cannot close, which seems to prevent me from access the IDE's user interface.

What can I try that might allow me successful run Code::Blocks?
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: Biplab on July 20, 2007, 06:57:44 am
AFAIK, Fedora 7 is shipped with wxGTK-2.8.3. wxGTK-2.8.3 has a nasty bug which hangs C::B at start-up. Please upgrade to wxGTK-2.8.4.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: tron_thomas on July 20, 2007, 04:51:15 pm
It doesn't look like there's an update to wxGTX-2.8.4 available in YUM for Fedora 7 yet.  It looks like I might have to wait for that update before I can run Code::Blocks.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: raph on July 20, 2007, 05:00:41 pm
Why not compile wxgtk from sources?
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: tron_thomas on July 21, 2007, 04:26:04 am
I will have to decide if I have the time for that.  If it takes too long for the update to come out, I might consider building it myself.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: tron_thomas on July 21, 2007, 04:44:20 am
I build the library how does that affect my ability to update it through yum, when say something like version 2.8.5 becomes available?
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: FrogyCoder on August 22, 2007, 08:43:54 am
I have update my Fedora 7 to wxGTK-2.8.4. But Code::Blocks didn't start.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: SharkCZ on August 22, 2007, 10:59:24 am
What is the source of your C::B and wxGTK? There should be no problem when C::B is installed directly from Fedora repos.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: tron_thomas on August 22, 2007, 04:40:22 pm
I eventually got Code::Blocks working by just installing YUM updates.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: FrogyCoder on August 22, 2007, 09:40:45 pm
I install Code::Blocks and wxWidgets from yum repository. But it didn't start. I worc on my Rover Book with Core Duo. May it be the reason?
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: SharkCZ on August 23, 2007, 07:14:41 am
you should have installed (try "rpm -q codeblocks wxGTK")
codeblocks-1.0-0.25.20070718svn4280.fc7
wxGTK-2.8.4-3.fc7
and it works at least on my Fedora7/i386 notebook
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: FrogyCoder on August 23, 2007, 06:17:12 pm
I have
codeblocks-1.0-0.25.20070718svn4280.fc7
wxGTK-2.8.4-3.fc7
too.
But it didn't work.
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: SharkCZ on August 23, 2007, 09:04:21 pm
What exactly is "doesn't start"?
You can try to "rm -r ~/.codeblock" to delete C::B setting, there can be some incompatibility with the current vs. older version. What was your previous version?
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: guigolum on August 27, 2007, 02:43:53 pm
hi, i have the same.. bug?
i use ubuntu festy fawn, i'm a noob from windows.
i d/led the last night build, and isntalled every package in it, beginning with the librairies

then i have the same problem explained above:
lauching c::b i have a windows saying my settings have been changed according to new values, and then i have an empty 'tip of the day' window covering c::b , that i cant close.. i must close c::b by force quit :/

dunno what to do, i don't know how to compile new versions (i'm afraid of the makefiles to do :/ )


and btw rm -r ~/.codeblock tells me there is no config yet..
Title: Re: Can't start Code::Blocks on Fedora 7
Post by: SharkCZ on August 27, 2007, 07:49:08 pm
What exactly is "doesn't start"?
You can try to "rm -r ~/.codeblock" to delete C::B setting, there can be some incompatibility with the current vs. older version. What was your previous version?

Should be "rm -r ~/.codeblocks"