Author Topic: The 15 january 2007 build will NOT be out.  (Read 7345 times)

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
The 15 january 2007 build will NOT be out.
« on: January 15, 2007, 05:58:36 pm »
due to a change of today  [full paths handed over to the GCC], we have a little bug :  I have noticed that when the path contains spaces, there are no quotes put around the full filename causing GCC to fail (I discovered it with GnuARM). This will be fixed tomorrow, so be patient one more day please ...

Offline Grom

  • Almost regular
  • **
  • Posts: 206
Re: The 15 january 2007 build will NOT be out.
« Reply #1 on: January 15, 2007, 07:10:31 pm »
 :cry:
gcc+winXP+suse.

Angelo

  • Guest
Re: The 15 january 2007 build will NOT be out.
« Reply #2 on: January 15, 2007, 08:11:27 pm »
It look's like 'Duke Nuken Forever '   :shock:

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 15 january 2007 build will NOT be out.
« Reply #3 on: January 15, 2007, 08:33:53 pm »
here's some info :

I have printed it out for my testcase :

      wxString Test1 = pfd.source_file;
      wxString Test2 = pfd.source_file_absolute_native;
   Manager::Get()->GetMessageManager()->Log(Test1);
   Manager::Get()->GetMessageManager()->Log(Test2);

which gives :

Opening /home/killerbot/Documents/CbProjects/Delete Me/Delete Me.cbp: done
main.cpp
/home/killerbot/Documents/CbProjects/Delete Me/main.cpp

the latter case needs to be quoted. Don't worry should be easily fixed tomorrow.

Offline killerbot

  • Administrator
  • Lives here!
  • *****
  • Posts: 5491
Re: The 15 january 2007 build will NOT be out.
« Reply #4 on: January 15, 2007, 08:50:37 pm »
setting breakpoints is also not working that well anymore (rev 3495) :

tried to put a breakpoint in directcommands.cpp in GetCompilerFileCommand, never halts there although we passed in that method. I put a breakpoint in compiler.cpp and then moved up ending up in the GetComilerFileCommand :

LOg :
Code
Building to ensure sources are up-to-date
Build succeeded
Selecting target: src
Adding source dir: /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/
Adding source dir: /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/
Changing directory to: devel
Adding file: devel/codeblocks
Starting debugger: done
Registered new type: wxString
Registered new type: STL String
Registered new type: STL Vector
Setting breakpoints
Debugger name and version: GNU gdb 6.5
No source file named sdk/compiler.cpp.
Breakpoint 1 ("sdk/compiler.cpp:193) pending.
No source file named plugins/compilergcc/directcommands.cpp.
Breakpoint 2 ("plugins/compilergcc/directcommands.cpp:151) pending.
No source file named plugins/compilergcc/compilergcc.cpp.
Breakpoint 3 ("plugins/compilergcc/compilergcc.cpp:2598) pending.
Pending breakpoint ""sdk/compiler.cpp:193" resolved
Pending breakpoint ""plugins/compilergcc/compilergcc.cpp:2598" resolved
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:193
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:195
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:196
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/plugins/compilergcc/directcommands.cpp:542
Continuing...
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:193
Continuing...
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/sdk/compiler.cpp:196
At /home/killerbot/Documents/CodeBlocksDev/CbGuiBuild/trunk/src/plugins/compilergcc/directcommands.cpp:201