From: Thomas Zehbe on
Hi,

I got the new wxWidgets 2.8.0 and the new DialogBlocks 3.13.

On Linux (SuSE 9.3) I used DB to build the wxWidgets libs with an existing
project and the settings remaining the same but changing the version to 2.8.0
and changing the path.
After the GCCBuildDebugGTK2UnicodeDLL build I got errors concerning the
missing libgnomeprintui.

My app compiles fine, but I get link errors:
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxArchiveFSHandler::wxArchiveFSHandler[in-charge]()'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxTextCtrl::SetWindowStyleFlag(long)'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxGenericListCtrl::SetScrollPos(int, int, bool)'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxWindowBase::GetWindowBorderSize() const'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxTopLevelWindowBase::SetMinSize(wxSize const&)'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxStaticLineNameStr'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxTopLevelWindowGTK::DoSetSizeHints(int, int, int, int, int, int)'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxGenericListCtrl::GetScrollPos(int) const'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxWindowBase::SetInitialSize(wxSize const&)'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxTopLevelWindowBase::SetMaxSize(wxSize const&)'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxGenericTreeCtrl::DoGetBestSize() const'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`non-virtual thunk [nv:-340] to wxComboBox::GetCurrentSelection() const'
*** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
`wxTopLevelWindowGTK::EnableCloseButton(bool)'

These seem to be a bit arbitrary and not related to the libgnome message.
Any Ideas?

When I'm building the libs under windows, everything is fine building the
unicode release version, but not building the unicode debug version. In this
case the build process stops after a while with this error:
In directory: G:\wxWidgets-2.8.0/build/msw
nmake /nologo -f makefile.vc INCLUDE="D:\Programme\Microsoft Visual
Studio\vc98\include" LIB="D:\Programme\Microsoft Visual Studio\vc98\lib"
USE_XRC=1 BUILD=debug UNICODE=1 WXUNIV=0 MONOLITHIC=0 USE_EXCEPTIONS=1
USE_ODBC=1 USE_OPENGL=1 USE_GUI=1 RUNTIME_LIBS=dynamic SHARED=0 all
if not exist ..\..\lib\vc_lib\mswud mkdir ..\..\lib\vc_lib\mswud
if not exist ..\..\lib\vc_lib\mswud\wx mkdir ..\..\lib\vc_lib\mswud\wx
if not exist ..\..\lib\vc_lib\mswud\wx\msw mkdir ..\..
\lib\vc_lib\mswud\wx\msw
cl /EP /nologo "..\..\include\wx\msw\genrcdefs.h" > "..\..
\lib\vc_lib\mswud\wx\msw\rcdefs.h"
*** genrcdefs.h

cl /c /nologo /TP /Fovc_mswud\corelib_dummy.obj /MDd /DWIN32 /Zi /Fd..\..
\lib\vc_lib\wxmsw28ud_core.pdb /D_DEBUG /Od /D__WXMSW__ /D__WXDEBUG__ /D_UNICODE /I..
\..\lib\vc_lib\mswud /I..\..\include /W4 /I..\..\src\tiff /I..\..
\src\jpeg /I..\..\src\png /I..\..\src\zlib /I..\..\src\regex /I..\..
\src\expat\lib /DwxUSE_BASE=0 /GR /EHsc /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /Ycwx/wxprec.h ..
\..\src\common\dummy.cpp
dummy.cpp

*** NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2'

Same question as before: Any Ideas what'S going wrong?

Thanks
Thomas



--
Dipl.-Ing. Thomas Zehbe
INGENION GmbH
Kuhweide 6
31552 Apelern
Fon: 05043 / 40 57 90 4
Fax: 05043 / 40 57 90 7
www.ingenion.de

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: Thomas Zehbe on
Hi,

after installing 2.8.0 again from scratch,
the Linux Problem remains but ...
Am Freitag, 22. Dezember 2006 17:38 schrieb Thomas Zehbe:
> Hi,
>
> I got the new wxWidgets 2.8.0 and the new DialogBlocks 3.13.
>
> On Linux (SuSE 9.3) I used DB to build the wxWidgets libs with an existing
> project and the settings remaining the same but changing the version to
> 2.8.0 and changing the path.
> After the GCCBuildDebugGTK2UnicodeDLL build I got errors concerning the
> missing libgnomeprintui.
>
> My app compiles fine, but I get link errors:
> *** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
> `wxArchiveFSHandler::wxArchiveFSHandler[in-charge]()'
> *** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
> `wxTextCtrl::SetWindowStyleFlag(long)'
....
>
> These seem to be a bit arbitrary and not related to the libgnome message.
> Any Ideas?

but the windows problem is gone. Mybe due to an interruption during the first
debug build .

Any hint, where to look at to solve the Linux link problem, would be
appreciated.

Regards and Merry Christmas!

Thomas

>
> When I'm building the libs under windows, everything is fine building the
> unicode release version, but not building the unicode debug version. In
> this case the build process stops after a while with this error:
> In directory: G:\wxWidgets-2.8.0/build/msw
> nmake /nologo -f makefile.vc INCLUDE="D:\Programme\Microsoft Visual
> Studio\vc98\include" LIB="D:\Programme\Microsoft Visual Studio\vc98\lib"
> USE_XRC=1 BUILD=debug UNICODE=1 WXUNIV=0 MONOLITHIC=0 USE_EXCEPTIONS=1
> USE_ODBC=1 USE_OPENGL=1 USE_GUI=1 RUNTIME_LIBS=dynamic SHARED=0 all
> if not exist ..\..\lib\vc_lib\mswud mkdir ..\..\lib\vc_lib\mswud
> if not exist ..\..\lib\vc_lib\mswud\wx mkdir
> ..\..\lib\vc_lib\mswud\wx if not exist ..\..\lib\vc_lib\mswud\wx\msw mkdir
> ..\..
> \lib\vc_lib\mswud\wx\msw
> cl /EP /nologo "..\..\include\wx\msw\genrcdefs.h" > "..\..
> \lib\vc_lib\mswud\wx\msw\rcdefs.h"
> *** genrcdefs.h
>
> cl /c /nologo /TP /Fovc_mswud\corelib_dummy.obj /MDd /DWIN32 /Zi /Fd..\..
> \lib\vc_lib\wxmsw28ud_core.pdb /D_DEBUG /Od /D__WXMSW__ /D__WXDEBUG__
> /D_UNICODE /I.. \..\lib\vc_lib\mswud /I..\..\include /W4
> /I..\..\src\tiff /I..\.. \src\jpeg /I..\..\src\png /I..\..\src\zlib
> /I..\..\src\regex /I..\.. \src\expat\lib /DwxUSE_BASE=0 /GR /EHsc
> /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /Ycwx/wxprec.h ..
> \..\src\common\dummy.cpp
> dummy.cpp
>
> *** NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2'
>
> Same question as before: Any Ideas what'S going wrong?
>
> Thanks
> Thomas

--
Dipl.-Ing. Thomas Zehbe
INGENION GmbH
Kuhweide 6
31552 Apelern
Fon: 05043 / 40 57 90 4
Fax: 05043 / 40 57 90 7
www.ingenion.de

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org

From: Thomas Zehbe on
Hi,

The problem is solved. I had to regenerate the Linux Makefile in Dialogblocks
to make it using the 2.8.0 installation instead of the 2.7.1. :-)

Regards,

Thomas


Am Freitag, 22. Dezember 2006 19:15 schrieb Thomas Zehbe:
> Hi,
>
> after installing 2.8.0 again from scratch,
> the Linux Problem remains but ...
>
> Am Freitag, 22. Dezember 2006 17:38 schrieb Thomas Zehbe:
> > Hi,
> >
> > I got the new wxWidgets 2.8.0 and the new DialogBlocks 3.13.
> >
> > On Linux (SuSE 9.3) I used DB to build the wxWidgets libs with an
> > existing project and the settings remaining the same but changing the
> > version to 2.8.0 and changing the path.
> > After the GCCBuildDebugGTK2UnicodeDLL build I got errors concerning the
> > missing libgnomeprintui.
> >
> > My app compiles fine, but I get link errors:
> > *** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
> > `wxArchiveFSHandler::wxArchiveFSHandler[in-charge]()'
> > *** /home/tz/projects/igstd/.libs/libigdbapp.so: undefined reference to
> > `wxTextCtrl::SetWindowStyleFlag(long)'
>
> ...
>
> > These seem to be a bit arbitrary and not related to the libgnome message.
> > Any Ideas?
>
> but the windows problem is gone. Mybe due to an interruption during the
> first debug build .
>
> Any hint, where to look at to solve the Linux link problem, would be
> appreciated.
>
> Regards and Merry Christmas!
>
> Thomas
>
> > When I'm building the libs under windows, everything is fine building the
> > unicode release version, but not building the unicode debug version. In
> > this case the build process stops after a while with this error:
> > In directory: G:\wxWidgets-2.8.0/build/msw
> > nmake /nologo -f makefile.vc INCLUDE="D:\Programme\Microsoft Visual
> > Studio\vc98\include" LIB="D:\Programme\Microsoft Visual Studio\vc98\lib"
> > USE_XRC=1 BUILD=debug UNICODE=1 WXUNIV=0 MONOLITHIC=0 USE_EXCEPTIONS=1
> > USE_ODBC=1 USE_OPENGL=1 USE_GUI=1 RUNTIME_LIBS=dynamic SHARED=0 all
> > if not exist ..\..\lib\vc_lib\mswud mkdir ..\..\lib\vc_lib\mswud
> > if not exist ..\..\lib\vc_lib\mswud\wx mkdir
> > ..\..\lib\vc_lib\mswud\wx if not exist ..\..\lib\vc_lib\mswud\wx\msw
> > mkdir ..\..
> > \lib\vc_lib\mswud\wx\msw
> > cl /EP /nologo "..\..\include\wx\msw\genrcdefs.h" > "..\..
> > \lib\vc_lib\mswud\wx\msw\rcdefs.h"
> > *** genrcdefs.h
> >
> > cl /c /nologo /TP /Fovc_mswud\corelib_dummy.obj /MDd /DWIN32 /Zi
> > /Fd..\.. \lib\vc_lib\wxmsw28ud_core.pdb /D_DEBUG /Od /D__WXMSW__
> > /D__WXDEBUG__ /D_UNICODE /I.. \..\lib\vc_lib\mswud /I..\..\include /W4
> > /I..\..\src\tiff /I..\.. \src\jpeg /I..\..\src\png /I..\..\src\zlib
> > /I..\..\src\regex /I..\.. \src\expat\lib /DwxUSE_BASE=0 /GR /EHsc
> > /Yu"wx/wxprec.h" /Fp"vc_mswud\wxprec_corelib.pch" /Ycwx/wxprec.h ..
> > \..\src\common\dummy.cpp
> > dummy.cpp
> >
> > *** NMAKE : fatal error U1077: 'cl' : Rueckgabe-Code '0x2'
> >
> > Same question as before: Any Ideas what'S going wrong?
> >
> > Thanks
> > Thomas

--
Dipl.-Ing. Thomas Zehbe
INGENION GmbH
Kuhweide 6
31552 Apelern
Fon: 05043 / 40 57 90 4
Fax: 05043 / 40 57 90 7
www.ingenion.de

---------------------------------------------------------------------
To unsubscribe, e-mail: wx-users-unsubscribe(a)lists.wxwidgets.org
For additional commands, e-mail: wx-users-help(a)lists.wxwidgets.org