Author Topic: The 04 November 2007 build (4596) is out.  (Read 53682 times)

zyfarmy

  • Guest
Re: The 04 November 2007 build (4596) is out.
« Reply #30 on: November 10, 2007, 07:15:40 pm »
where can i find the file???
ld.exe: cannot find -lwxmsw28ud


Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 04 November 2007 build (4596) is out.
« Reply #31 on: November 10, 2007, 07:46:25 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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 04 November 2007 build (4596) is out.
« Reply #32 on: November 11, 2007, 09:50:04 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
« Last Edit: November 11, 2007, 09:55:06 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 04 November 2007 build (4596) is out.
« Reply #33 on: November 13, 2007, 04:13:36 pm »
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
« Last Edit: November 13, 2007, 04:19:46 pm by wobien »

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7588
    • My Best Post
Re: The 04 November 2007 build (4596) is out.
« Reply #34 on: November 13, 2007, 05:57:02 pm »
@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++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline toutarrive

  • Multiple posting newcomer
  • *
  • Posts: 11
Re: The 04 November 2007 build (4596) is out.
« Reply #35 on: November 13, 2007, 08:03:16 pm »
Quote
Did you download the wxWidgets 2.8.6 DLL?
If not, do so.

Tim S

It works fine.

Many thanks Tim

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 04 November 2007 build (4596) is out.
« Reply #36 on: November 13, 2007, 09:40:05 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

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: The 04 November 2007 build (4596) is out.
« Reply #37 on: November 13, 2007, 11:23:44 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.

Offline wobien

  • Multiple posting newcomer
  • *
  • Posts: 69
Re: The 04 November 2007 build (4596) is out.
« Reply #38 on: November 16, 2007, 04:10:50 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.

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 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