News:

Accounts with zero posts and zero activity during the last months will be deleted periodically to fight SPAM!

Main Menu

The 12.11 RC1 (11 November 2012 build 8549) is out.

Started by killerbot, November 11, 2012, 07:23:03 PM

Previous topic - Next topic

MortenMacFly

Quote from: jens on November 12, 2012, 12:27:31 PM
The lib subfolder of MinGW just contains:
libbfd.la
libopcodes.la

after the installation.
Can you try again, please? I've re-uploaded this package. Seems NSIS did something wrong in the first place...
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

Jenna

Quote from: MortenMacFly on November 12, 2012, 12:56:14 PM
Quote from: jens on November 12, 2012, 12:27:31 PM
The lib subfolder of MinGW just contains:
libbfd.la
libopcodes.la

after the installation.
Can you try again, please? I've re-uploaded this package. Seems NSIS did something wrong in the first place...
Seems to work now.

Martin K.

Quote from: jens on November 12, 2012, 01:17:53 PM
Quote from: MortenMacFly on November 12, 2012, 12:56:14 PM
Quote from: jens on November 12, 2012, 12:27:31 PM
The lib subfolder of MinGW just contains:
libbfd.la
libopcodes.la

after the installation.
Can you try again, please? I've re-uploaded this package. Seems NSIS did something wrong in the first place...
Seems to work now.

same here!

Martin

ollydbg

Quote from: MortenMacFly on November 12, 2012, 09:52:19 AM
RC1 candidate (i.e. full installer) of new Code::Blocks release can be found here:
http://prdownload.berlios.de/codeblocks/codeblocks-12.11-RC1-setup.exe

...the same, but bundled with MinGW:
http://prdownload.berlios.de/codeblocks/codeblocks-12.11-RC1-mingw-setup.exe
I suggest we can change/add some text about RC1 in the thread title "The 11 November 2012 build (8549) is out", so we can have more user to try it.
If some piece of memory should be reused, turn them to variables (or const variables).
If some piece of operations should be reused, turn them to functions.
If they happened together, then turn them to classes.

MortenMacFly

Quote from: ollydbg on November 12, 2012, 02:19:39 PM
I suggest we can change/add some text about RC1 in the thread title "The 11 November 2012 build (8549) is out", so we can have more user to try it.
Good idea. BTW: Its on the front-page of C::B, to. With a link to this forum thread.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

xunxun

Regards,
xunxun

oBFusCATed

(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

killerbot

Quote from: MortenMacFly on November 12, 2012, 09:04:24 AM
Quote from: killerbot on November 11, 2012, 09:26:27 PM
only the libintl-8.dll in bin

I have copied , while reanming to libintl.dll, to lib ==> builds
Why not rename the import in the linker settings to libintl-8.dll ? This would be more compatible, IMHO.

BTW, Jens: I can use dependency walker to ensure we catch all dependencies in the release.

I doubt if this will work, because the dll is not in the lib directory ( I think) ? Will have a look when I get home.

MortenMacFly

Quote from: killerbot on November 12, 2012, 06:30:29 PM
I doubt if this will work, because the dll is not in the lib directory ( I think) ?
Than ad the "bin" folder to your linker search path's... :D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

killerbot

yes, for us this is easy, but the user will have to ensure that the dll is also in his path !!!

gd_on

#25
Just for your information, if it can help :
I have no problem when I build exchndl.dll as a separate build.
I have in my mingw32\lib folder a libintl.dll.a. It's obviously this one which is linked, because if I rename it, the build of exchndl.dll fails. Apparently, when I look inside this file with a binary editor, I can see a reference to libintl-8.dll. So this is probably the reason why I have no problem when builing exchndl.dll. But, I can't remember from where it comes, and it's a rather old file (19 Sept 2007 !). I have also with the same date a libintl.a and a libintl.la in this lib folder, but renaming them does not change anything, so I believe they are not used in my case.
In the mingw32\bin folder I have effectively a  libintl-8.dll but no  libintl.dll.

gd_on
Windows 11 64 bits (25H2), svn C::B (last version or almost!), wxWidgets 3.3.2, Msys2 Compilers 16.1.0, 64 bits (seh, posix : gcc, g++ and gfortran in C:\msys64\mingw64) or 32 bits (dwarf2, posix  in C:\msys64\mingw32).

killerbot

with the latest TDM , and even with older TDM452, no libint* lib (.a/.dll) in C:\Mingw32\lib

MortenMacFly

Quote from: killerbot on November 12, 2012, 08:16:39 PM
with the latest TDM , and even with older TDM452, no libint* lib (.a/.dll) in C:\Mingw32\lib
Quote from: MortenMacFly on November 11, 2012, 08:46:20 PM
I am using libintl-0.18.1.1-1-msys-1.0.17-dll-8.tar.lzma, no issues.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]

TDragon

I think it's unfortunate that exchndl.dll depends on libintl. Down that road lies madness...

The libintl-8.dll that is installed by TDM-GCC comes from the MinGW project:
http://sourceforge.net/projects/mingw/files/MinGW/Base/gettext/gettext-0.18.1.1-2/
It is a dependency of MinGW's binutils and mingw32-make.

The import library for the DLL in gettext-0.18.1.1-2-mingw32-dev.tar.lzma should be compatible with TDM-GCC. Or, you may consider rebuilding gettext from source as a static library to avoid DLL hell.
[url="https://jmeubank.github.io/tdm-gcc/"]https://jmeubank.github.io/tdm-gcc/[/url] - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)