The 25 October 2006 build:
http://prdownload.berlios.de/codeblocks/CB_20061025_rev3145_fc4+5.rpm
You may try clicking with right button and use "Save as...". I noticed that several times.The 25 October 2006 build:
http://prdownload.berlios.de/codeblocks/CB_20061025_rev3145_fc4+5.rpm
Whenever I try to download these RPMs (any of them) I always get a message
from berlios that "file does not exist". This is not just for this build, but for all
builds (I just tried one from several days ago, and it did not work).
Am I doing something wrong?
Cheers,
Ron
Thanks for every one's help, and quick response, I got the RPM and it worked for me,
As PsYhLo said that I Want an OGRE3D build, I have already build the OGRE3D from source,
The Other Question is now how can I add path for the Ogre3D library it asks me For OgreSDK and OGRE Source, as I said I built OGRE From source so I choos the OGRE source option, But Where can I Select or Add the Include and Library Files for a given project Or any Project and for any Library, thanks in advance
-------------- Build: Debug in cbogre01 ---------------
Linking console executable: ./cbogre01
Package ogre was not found in the pkg-config search path.
Perhaps you should add the directory containing `ogre.pc'
to the PKG_CONFIG_PATH environment variable
No package 'ogre' found
/usr/bin/ld: cannot find -lOgreMain_d
collect2: ld returned 1 exit status
Process terminated with status 1 (0 minutes, 1 seconds)
0 errors, 0 warnings
Perhaps you should add the directory containing `ogre.pc'Have you tried which ogre.pc or anything of that kind (find / -name ogre.pc if nothing else helps) and adding the path that you get as PKG_CONFIG_PATH to the EnvVar Plugin?
to the PKG_CONFIG_PATH environment variable