LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Please Help Getting mad! Installing wxwidgets... need to add a path to ldconfig...?? (https://www.linuxquestions.org/questions/programming-9/please-help-getting-mad-installing-wxwidgets-need-to-add-a-path-to-ldconfig-772749/)

bathory 12-01-2009 04:54 PM

Googling a litlle, it looks like you hit this bug.
Maybe the last post here could be helpful.
Before running ./configure again run:
Code:

make clean
to clean the sources, before recompiling.

Regards

morty346 12-01-2009 05:13 PM

Quote:

Originally Posted by bathory (Post 3776247)
Googling a litlle, it looks like you hit this bug.
Maybe the last post here could be helpful.
Before running ./configure again run:
Code:

make clean
to clean the sources, before recompiling.

Regards

hmmm i will try this in the morning

Thank you

knudfl 12-01-2009 05:14 PM

wxGTK-2.8.10 will compile with no errors on CentOS 5.x .

Or you can build it from this source package
http://packages.sw.be/wxGTK/wxGTK-2.8.10-1.rf.src.rpm
.. with rpmbuild -bb wxgtk.spec

Or just enable the rpmforge.repo temporarily :
https://rpmrepo.org/RPMforge/Using
.. and do # yum install wxGTK-devel
.. which provides wxGTK + wxGTK-devel, version 2.8.10
.....

morty346 12-01-2009 05:17 PM

Quote:

Originally Posted by knudfl (Post 3776266)
wxGTK-2.8.10 will compile with no errors on CentOS 5.x .

Or you can build it from this source package
http://packages.sw.be/wxGTK/wxGTK-2.8.10-1.rf.src.rpm
.. with rpmbuild -bb wxgtk.spec

Or just enable the rpmforge.repo temporarily :
https://rpmrepo.org/RPMforge/Using
.. and do # yum install wxGTK-devel
.. which provides wxGTK + wxGTK-devel, version 2.8.10
.....

I tried the RPM forge
gets me in the same state

morty346 12-02-2009 09:28 AM

Quote:

Originally Posted by bathory (Post 3776247)
Googling a litlle, it looks like you hit this bug.
Maybe the last post here could be helpful.
Before running ./configure again run:
Code:

make clean
to clean the sources, before recompiling.

Regards

didn't seem to make a bit of difference

knudfl 12-02-2009 11:28 AM

If you just need a package :
http://mirror.corbina.net/pub/Linux/epel/5Server/
codeblocks : dated 01-Jul-2009

Compiling codeblocks should be possible for you.
( I have no problems.)

Building rpm packages : Too many differences between
what's available / created .. and what the spec file says.
.....

morty346 12-02-2009 11:34 AM

Quote:

Originally Posted by knudfl (Post 3777304)
If you just need a package :
http://mirror.corbina.net/pub/Linux/epel/5Server/
codeblocks : dated 01-Jul-2009

Compiling codeblocks should be possible for you.
( I have no problems.)

Building rpm packages : Too many differences between
what's available / created .. and what the spec file says.
.....

Well idk wth is going on anymore..

So i uninstalled CentOS and I am going to give it another go

I have CentOS 5.4 (which iswhat you told me to get in previous thread)

I started it up and went to Add/Remove Software and Clicked Development->Development Tools

I am downloading this package

I am then going to get wxwidgets

I will get it using yum and the rpmforge site you gave me

once I am done with this I will try the link you just provided me


Does this sound like a good solution?

morty346 12-02-2009 11:51 AM

Quote:

Originally Posted by morty346 (Post 3777315)
Well idk wth is going on anymore..

So i uninstalled CentOS and I am going to give it another go

I have CentOS 5.4 (which iswhat you told me to get in previous thread)

I started it up and went to Add/Remove Software and Clicked Development->Development Tools

I am downloading this package

I am then going to get wxwidgets

I will get it using yum and the rpmforge site you gave me

once I am done with this I will try the link you just provided me


Does this sound like a good solution?

it works

37 hours later

i will never understand you linux people

this would have been a double click in windows, and a drag to desktop in mac

knudfl 12-02-2009 04:52 PM

Even easier in Linux :

Package Manager = Add / Remove Software :

Click 'codeblocks' , and codeblocks gets installed !

.....

Codeblocks is in the EPEL repo
https://fedoraproject.org/wiki/EPEL/FAQ#howtouse
.....


All times are GMT -5. The time now is 10:23 AM.