User forums > Nightly builds

The 19 July 2007 build (4281) is out.

<< < (3/4) > >>

cstudent:

--- Quote from: DC@DR on July 20, 2007, 11:11:52 pm ---Why it's .tar.gz now instead of the usual .deb package for Ubuntu 7.04?

--- End quote ---

The Linux builds are now broken down into 7 separate packages.

Generated packages are:
    * libcodeblocks0
    * codeblocks
    * codeblocks-contrib
    * codeblocks-dbg
    * codeblocks-dev
    * libwxsmithlib0
    * libwxsmithlib0-dev

All the files are archived in the tar.gz file. The file is also considerably larger than the old .deb file. The tar file is around 18 mb.

dje:
Hi all !

It seems that (at least) cbEVT_SHOW_DOCK_WINDOW is not correctly processed in certain circumstances.
BerliOS bug is 11596:

Here is how to reproduce it (systematic)
- Hide Messages notebook
- "Find in files"
- Search for an existing word
- Results are displayed in log
- Normally, first found result is displayed in current editor and Message notebook is shown.

Message notebook doesn't appear.


--- Code: ---int EditorManager::FindInFiles(cbFindReplaceData* data)
--- End code ---
calls

--- Code: ---Manager::Get()->GetMessageManager()->Open();
--- End code ---

with

--- Code: ---void MessageManager::Open()
{
    if (!m_AutoHide)
        return;

    CodeBlocksDockEvent evt(cbEVT_SHOW_DOCK_WINDOW);
    evt.pWindow = m_pNotebook;
    Manager::Get()->ProcessEvent(evt);
}
--- End code ---

The same problem happens with ThreadSearch plugin.

DC@DR:

--- Quote from: cstudent on July 20, 2007, 11:26:50 pm ---The Linux builds are now broken down into 7 separate packages.

Generated packages are:
    * libcodeblocks0
    * codeblocks
    * codeblocks-contrib
    * codeblocks-dbg
    * codeblocks-dev
    * libwxsmithlib0
    * libwxsmithlib0-dev

All the files are archived in the tar.gz file. The file is also considerably larger than the old .deb file. The tar file is around 18 mb.

--- End quote ---
Could you explain the reason why we need to split the build into packages like that? Thx :-)

raph:

--- Quote from: DC@DR on July 21, 2007, 07:35:52 am ---Could you explain the reason why we need to split the build into packages like that? Thx :-)

--- End quote ---
Because it makes sense? :D
See this thread.

raph

DC@DR:

--- Quote from: raph on July 21, 2007, 07:45:24 am ---Because it makes sense? :D
See this thread.

raph

--- End quote ---
OK, now I got the idea, thanks :-)

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version