Author Topic: The 23 July 2007 build (4300) is out.  (Read 25306 times)

Offline Acki

  • Multiple posting newcomer
  • *
  • Posts: 100
Re: The 23 July 2007 build (4300) is out.
« Reply #15 on: July 24, 2007, 01:48:43 am »
I have the same problem like Roman and stefanos_ with my own compiler. I works OK with earlier versions like 4282. Maybe this bug was introduced in revision 4296... just guessing... I will try to look at this problem tomorrow if it will still persist.
same for me (WXP sp2) !!!

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 23 July 2007 build (4300) is out.
« Reply #16 on: July 24, 2007, 04:17:02 am »
I have the same problem like Roman and stefanos_ with my own compiler. I works OK with earlier versions like 4282. Maybe this bug was introduced in revision 4296... just guessing... I will try to look at this problem tomorrow if it will still persist.
same for me (WXP sp2) !!!

Please wait for the next nightly. I'm looking into it.

For the time being, please add C:\MinGW\bin to your PATH.
Be a part of the solution, not a part of the problem.

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 23 July 2007 build (4300) is out.
« Reply #17 on: July 24, 2007, 05:58:13 am »
I've fixed this issue in revision 4302. :)

Please post if you face any further bugs related to it.
Be a part of the solution, not a part of the problem.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5490
Re: The 23 July 2007 build (4300) is out.
« Reply #18 on: July 24, 2007, 03:51:47 pm »
FYI:

When testing my Windows Non Precompiled Headers, I get a missing header.

Tim S

Code
Index: src/include/logger.h
===================================================================
--- src/include/logger.h (revision 4300)
+++ src/include/logger.h (working copy)
@@ -9,6 +9,8 @@
 
 #include <stdio.h>
 
+#include "configmanager.h"
+
 class wxWindow;
 
 namespace
done

ViniGodoy

  • Guest
Re: The 23 July 2007 build (4300) is out.
« Reply #19 on: July 24, 2007, 03:59:53 pm »
I downloaded this version and tried to use Glut wizard without success.
The wizard requests me the glut location, but it keep giving me the message:

"The path you entered seems to be valid, but this wizard can't locate the following GLUT's include file:
glut.h in it."

The problem is that the file IS in the directory given by me. I also created an "include" folder and placed a copy of the file in it, but the problem still occurs.

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 23 July 2007 build (4300) is out.
« Reply #20 on: July 24, 2007, 04:29:24 pm »
Hi all !

The following code gives parsing errors because of the macro.
It impacts code completion and symbols window:
Code
class MyClass1
{
    MyClass1();
    ~MyClass1();

    void MyMethod1();
}

class MyClass2
{
    MyClass2();
    ~MyClass2();

    void MyMethod2();
}


class MyClass
#ifdef FOO
            : public MyClass1
            , public MyClass2
#endif
{
    MyClass();
    ~MyClass();

    void MyMethod();
}


With it, the FOO class exists, MyClass does not and code completion does not work at all in MyClass.

Win XP
SVN4300
wxWidgets 2.8.4

The same explanations are on Berlios in bug 011626

Dje

[attachment deleted by admin]

Offline Biplab

  • Developer
  • Lives here!
  • *****
  • Posts: 1874
    • Biplab's Blog
Re: The 23 July 2007 build (4300) is out.
« Reply #21 on: July 24, 2007, 04:31:32 pm »
The problem is that the file IS in the directory given by me. I also created an "include" folder and placed a copy of the file in it, but the problem still occurs.

The wizard expects the header to be in <Glut_top_dir>/include/GL directory. So create another directory, named GL, inside include dir and wizard shouldn't complain again. :)
Be a part of the solution, not a part of the problem.

Offline szczepan

  • Multiple posting newcomer
  • *
  • Posts: 42
Can't build from SVN since 4267
« Reply #22 on: July 24, 2007, 05:38:58 pm »


I can't build from SVN since 4267 because of a build system glitch. Bug report is here. I did my homework and binary-searched over revision numbers 4200..4300 to find the one that introduced the problem. I did some further investigation and posted comments in the bug report. Could someone please attend to this?



oats

  • Guest
broken: check for externally modified files
« Reply #23 on: July 24, 2007, 08:10:20 pm »
I am running CB nightly build from a few days ago, 4281, but it doesn't look like this issue has been addressed.

Settings -> Environment -> General Settings -> "Check for externally modified files" is enabled, however when I modify files with an external editor and switch back to CB editor, the file does not display with the updated content.  I had previously been using RC2, and this feature worked fine.  When I would switch back to CB, I would get a prompt that files had been modified, would I like to refresh, etc.

This is my first install of a nightly build, so I don't know how long this feature has been broken/changed.

I am running Win XP SP2.

UPDATE: nevermind, after I quit the project and reopened, everything seems to work correctly.  CB was definitely misbehaving for a while, but I could not repeat the error.
« Last Edit: July 24, 2007, 08:18:52 pm by oats »

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 23 July 2007 build (4300) is out.
« Reply #24 on: July 24, 2007, 11:31:10 pm »
Quote
Hi all !

Bug !!!

When I hit Ctrl + Tab to change active editor, it inserts a tab.
SVN 4300
WinXP SP2

Dje

Well, it comes from my default.conf.
When I rename it, it is created and behaviour is OK.
Is it interesting to post it ?
I have the same symptoms. (XP SP2, C::B r4307 by GCC 4.2.1)
Renaming/deleting the old default.conf does solve the problem, but it's very annoying to have lost all my settings.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)

Offline dje

  • Lives here!
  • ****
  • Posts: 683
Re: The 23 July 2007 build (4300) is out.
« Reply #25 on: July 24, 2007, 11:44:34 pm »
Renaming/deleting the old default.conf does solve the problem, but it's very annoying to have lost all my settings.

Totally agree ! :D
Even if WinMerge is wonderful, I'd like not to use it to get back my compilers settings  :wink:

Dje

Offline pauliusz

  • Multiple posting newcomer
  • *
  • Posts: 73
Re: The 23 July 2007 build (4300) is out.
« Reply #26 on: July 24, 2007, 11:57:13 pm »
Renaming/deleting the old default.conf does solve the problem, but it's very annoying to have lost all my settings.

Totally agree ! :D
Even if WinMerge is wonderful, I'd like not to use it to get back my compilers settings  :wink:

Dje

Maybe the solution would be to make separate conf file for keybinder in order to preserve all other options...

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: The 23 July 2007 build (4300) is out.
« Reply #27 on: July 25, 2007, 12:04:37 am »
Maybe the solution would be to make separate conf file for keybinder in order to preserve all other options...

KeyBinder does not use the default.conf.
It saves it's key bindings in cbKeyBinder10.ini

Offline TDragon

  • Lives here!
  • ****
  • Posts: 943
    • TDM-GCC
Re: The 23 July 2007 build (4300) is out.
« Reply #28 on: July 25, 2007, 12:38:20 am »
Maybe the solution would be to make separate conf file for keybinder in order to preserve all other options...
I don't use the keybinder plugin, and in fact have never had it installed on my system. (The last official nightly build I ever used was before it was included.) So this bug is not related to the keybinder plugin.
https://jmeubank.github.io/tdm-gcc/ - TDM-GCC compiler suite for Windows (GCC 9.2.0 2020-03-08, 32/64-bit, no extra DLLs)