Code::Blocks Forums
User forums => Help => Topic started by: jcraighead@fastmail.fm on January 04, 2016, 01:11:09 am
-
I tried downloading the dll and scattered a few copies around - no luck.
I tried uninstalling and reinstalling after obtaining (and copying) the dll - still no luck.
C::B starts, but will not load a .cbp file and goes into loop on error the message
(.cbp file from old installation on old machine).
Suggestions?
-
What is the error message?
-
The message reads - The program can't start because zlib1.dll is missing from your computer. Try reinstalling the program to fix this problem.
-
What installer did you use?
I am guessing that zlib1.dll needs added to the installer you used.
Tim S.
-
The message reads - The program can't start because zlib1.dll is missing from your computer. Try reinstalling the program to fix this problem.
That is weird. There is no such dependency to zlib for code::blocks.
What exact version of Code::blocks do you have? Does t work with a (recent) nightly?
-
I used the down load cb_20150604rev10320_win32_setup.zip
-
Did you check the wxWidgets DLL for the issue?
The message reads - The program can't start because zlib1.dll is missing from your computer. Try reinstalling the program to fix this problem.
That is weird. There is no such dependency to zlib for code::blocks.
What exact version of Code::blocks do you have? Does t work with a (recent) nightly?
-
Code::Blocks svn build rev 10320 (2015-06-03 23:03:33) qcc 4.9.2 windows unicode - 32 bit
-
what is the wxWidgets DLL and how do I check it?
-
Please read the first post on where you likely got the zip file from.
Tim S.
what is the wxWidgets DLL and how do I check it?
Get quick announcements through the RSS feed http://www.codeblocks.org/nightly/CodeBlock_RSS.xml
Before you use a nightly make sure you understand how it works (http://forums.codeblocks.org/index.php/topic,3232.0.html).
A link to the unicode windows wxWidget dll for Code::Blocks : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/wxmsw28u_gcc_cb_wx2812_gcc492-TDM.7z
For those who might need this one (when no MingW installed on your system) : the mingw10m.dll : http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/Prerequisites/mingwm10_gcc492-TDM.7z
The 04 June 2015 build is out.
- Windows :
http://sourceforge.net/projects/codeblocks/files/Binaries/Nightlies/2015/CB_20150604_rev10320_win32.7z
- Linux :
none
The current SDK version is : 1.25.0
Resolved Fixed:
- debugger: Fix reading uninitialized variables reported by valgrind (possible fix to a crash at exit)
Regressions/Confirmed/Annoying/Common bugs:
-
??? what post from where?
-
PLEASE READ MY POST!
I quoted the post in it!!!
Goodbye you are off my list of people to help till you post a good /smart question!
Tim S.
??? what post from where?
-
Dear Tim, sorry to upset you. I did not understand your reply. I searched my computer for wxWidget - did not find any dll, just an xml. I looked at the xml with vim and could not find zlib. I remain unclear what else to look for/check. As for the downloaded install, I got it from sourceforge and it auto unpacked and executed fine (as far as I can tell). That was before running, obviously, and hence before c::b said it could not find zlib1 (which I assume has something to do with zipped files). I have also tried running the c::b executable directly instead of "executing" a .cbp file - it fails with the same can`t find zlib1.dll message as soon as I try to do anything.
-
Anyway, you are the only one who seems to experience this issue so maybe the problem comes from the version you downloaded :p .
Try to uninstall C::B and install instead the 15.12 RC1 version here : http://forums.codeblocks.org/index.php/topic,20729.0.html .
-
Thank you for the pointer to an installer that includes the gnu compiler. I uninstalled c::b and reinstalled the with compiler version (I didn`t uninstall the compiler beforehand - not sure how to do that). Trying it I noticed the following: the error message (zlib1 not found) popped up the same number of times as the source files in the project (c++ & h) - not looping as I first thought; and the error message window had "cc1plus" up in the top left corner, which a search found to be an executable in the gnu program directory. Could it be that compiler didn't install correctly (because I didn't uninstall before reloading, ... or not). After dismissing the error messages c::b let me edit the source (meaningless add/remove whitespace) and save the files, but an attempt to build generated the same error messages (zlib) again. That would imply that the problem is with the compiler (as opposed to c::b), to me anyway, but why then does it show up at initial load the project time? And how do I safely remove the gnu compiler before reinstalling yet again? It doesn't show up in the windows 10 version of add/remove programs. Setting up my nice new machine is proving very frustrating. I really do appreciate your help.
Jim
-
@jcraighead@fastmail.fm
If you have msys or msys programs in the path, remove them from the PATH environment variable
or start CodeBlocks from a clean command window and 'set Path= to a path without msys.