[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]

[XaraXtreme-dev] Re: [XaraXtreme-commits] Commit Complete



In message <200603301255.k2UCtnVE024777@xxxxxxxxxxxxxxxx>
          subversion@xxxxxxxxxxxxxx wrote:

> Commit by  : luke
> Repository : xara
> Revision   : 743
> Date       : Thu Mar 30 13:55:49 BST 2006
> 
> Changed paths:
>    M /Trunk/XaraLX/Kernel/aboutdlg.cpp
>    M /Trunk/XaraLX/Kernel/aboutdlg.h
>    M /Trunk/XaraLX/Kernel/main2.cpp
>    M /Trunk/XaraLX/wxOil/camelot.cpp
>    M /Trunk/XaraLX/wxOil/camelot.h
>    M /Trunk/XaraLX/wxOil/camframe.cpp
>    M /Trunk/XaraLX/wxOil/camframe.h
> 
> Reinstate AboutDlg, BUT note this does not use DialogOP it's just a
> normal messagebox

This results in:
Kernel/libKernel.a(main2.o): In function `InitPostTools1()':
Kernel/main2.cpp:502: undefined reference to `AboutDlg::Init()'

I think you need to add aboutdlg.cpp to the build list in 
Kernel/Makefile.am.

Martin