Author Topic: Yiannis: Please run svn add  (Read 4452 times)

Offline Urxae

  • Regular
  • ***
  • Posts: 376
Yiannis: Please run svn add
« on: December 03, 2005, 11:16:24 pm »
Quote from: mandrav (log for rev. 1433)
* Written documentation for cbProject, ProjectBuildTarget and ProjectFile.
* Moved declaration and definition of ProjectFile and pfDetails in sdk/projectfile.cpp|h.
* Added ProjectBuildTarget::GetFilesList() to get a list of files belonging to the target for easy iteration.
* Further improved project loading times by ~75%. Please note cbProject::AddFile()'s documentation...

Mind sharing those files with us? ;)

Code
--------------------------------------------------------------------------------
Project   : Code::Blocks (wx2.6)
Compiler  : GNU GCC Compiler
--------------------------------------------------------------------------------
Switching to target: sdk
Precompiling header: sdk\sdk_precomp.h
In file included from sdk/cbproject.h:12,
                 from sdk/sdk_events.h:6,
                 from sdk\sdk_precomp.h:75:
sdk/projectbuildtarget.h:7:25: projectfile.h: No such file or directory
In file included from sdk/cbproject.h:12,
                 from sdk/sdk_events.h:6,
                 from sdk\sdk_precomp.h:75:
sdk/projectbuildtarget.h:112: error: ISO C++ forbids declaration of `FilesList' with no type
sdk/projectbuildtarget.h:112: error: `FilesList' declared as a `virtual' field
sdk/projectbuildtarget.h:112: error: expected `;' before '&' token
sdk/projectbuildtarget.h:113: error: expected `;' before "private"
sdk/projectbuildtarget.h:119: error: `FilesList' does not name a type
In file included from sdk/sdk_events.h:6,
                 from sdk\sdk_precomp.h:75:
sdk/cbproject.h:353: error: `FilesList' does not name a type
sdk/cbproject.h: In member function `int cbProject::GetFilesCount()':
sdk/cbproject.h:107: error: `m_Files' undeclared (first use this function)
sdk/cbproject.h:107: error: (Each undeclared identifier is reported only once for each function it appears in.)

Process terminated with status 1 (7 minutes, 44 seconds)
9 errors, 0 warnings

Offline mandrav

  • Project Leader
  • Administrator
  • Lives here!
  • *****
  • Posts: 4315
    • Code::Blocks IDE
Re: Yiannis: Please run svn add
« Reply #1 on: December 03, 2005, 11:20:20 pm »
Done :)
Be patient!
This bug will be fixed soon...