News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

The 04 November 2007 build (4596) is out.

Started by killerbot, November 04, 2007, 09:00:36 PM

Previous topic - Next topic

zyfarmy

where can i find the file???
ld.exe: cannot find -lwxmsw28ud


stahta01

Quote from: zyfarmy on November 10, 2007, 07:15:40 PM
where can i find the file???
ld.exe: cannot find -lwxmsw28ud



You compile wxWidgets 2.8 as a Monolithic Unicode Debug build and you get the library.

What does this have to do with the Nightly Build?

I strongly suggest posting follow-ups in the proper forum.

"Using Code::Blocks" is most likely it.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

stahta01

#32
Quote from: jadnohra on November 11, 2007, 09:40:38 PM
Hello,

1st of all! great project!! keep it up!

2nd: i just installed the nightly.
I get:

Quote-------------- Build: Debug in WE6 ---------------
WARNING: Can't read file's timestamp: F:\session1\src\Mem.cpp
WARNING: Can't read file's timestamp: F:\session1\src\Assrt.cpp
Linking static library: libTestLib.a
ar.exe: ..\debug\obj\src\Mem.o: No such file or directory
Process terminated with status 1 (0 minutes, 0 seconds)
0 errors, 0 warnings


I looked this up in forums and it seems it can be fixed by recompiling C::B with some diff. optimization flags.
but ... will any next nightly build be free of this problem soon?

Thx!

Since some of the causes are not in Code::Blocks, I would suggest fixing the problem yourself if you can.

What OS? WinXP? WinVista?
What compiler and Version? MinGW GCC 3.4.5? MinGW GCC 4.2.1?
You are using SVN 4596, Right?

Did you try SVN 4545, did it work OK?
If yes, it is likely to be the fact that C::B SVN 4596 was compiled with MinGW GCC 4.2.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

wobien

#33
Hello,
I am using the 4 nov 07 build, windows XP and minGW.
Until now I used Dev-C++, and I am impressed whith all the new possibilities I now have.
2 little problems:
I made 2 workspaces with 2 projects each.
If I close one workspace to open the other, Code::Blocks disappears from screen.
The same happens if I try to open the other workspace without closing the first.

Also, the projects and workspaces I have been working on do'nt appear when I hit Recent Projects.
Thanks for this beautifull product!

wobien

stahta01

@wobien

Try disabling the plug-in "Open Files List".

"Plugins" -> "manage plugins"

Find "Open Files List" in the list and click on Disable Button.

The "Code Completion" plugin is another plugin that might be causing it.

Tim S
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]

toutarrive

QuoteDid you download the wxWidgets 2.8.6 DLL?
If not, do so.

Tim S

It works fine.

Many thanks Tim

wobien

Quote from: stahta01 on November 13, 2007, 05:57:02 PM
Try disabling the plug-in "Open Files List".

"Plugins" -> "manage plugins"

Find "Open Files List" in the list and click on Disable Button.

The "Code Completion" plugin is another plugin that might be causing it.

Tim S

Disabling "Code Completion" solves both problems.
I did not find "Open Files List" in the list.

Thanks,
wobien

Jenna

Quote from: wobien on November 13, 2007, 09:40:05 PM
Quote from: stahta01 on November 13, 2007, 05:57:02 PM
Try disabling the plug-in "Open Files List".

"Plugins" -> "manage plugins"

Find "Open Files List" in the list and click on Disable Button.
I did not find "Open Files List" in the list.
"Open Files List" hasn't been a plugin in svn4596, it was moved to a seperate plugin in svn4616.

wobien

Quote from: wobien on November 13, 2007, 04:13:36 PM
2 little problems:
I made 2 workspaces with 2 projects each.
If I close one workspace to open the other, Code::Blocks disappears from screen.
The same happens if I try to open the other workspace without closing the first.

Also, the projects and workspaces I have been working on do'nt appear when I hit Recent Projects.

Quote from: stahta01 on November 13, 2007, 05:57:02 PM
Try disabling the plug-in "Open Files List".

"Plugins" -> "manage plugins"

Find "Open Files List" in the list and click on Disable Button.

The "Code Completion" plugin is another plugin that might be causing it.

Tim S
Quote from: wobien on November 13, 2007, 09:40:05 PM
Disabling "Code Completion" solves both problems.

I updated to the 14 November build, but I still cannot enable Code Competion without the named problems.
Turning of Code Completion also means that you do'nt get the class symbols in the symbol table. I like this feature very much, so from time to time I reenable Code Completion, so that I have to restart CB when changing workspace.
Do I have to report a bug?
wobien