wx2.6-examples
- From: gustavo halperin <ggh.develop@xxxxxxxxx>
- Date: Tue, 01 May 2007 00:49:09 +0300
Hello, apparently the wxWidget packages from debian are compiled only for work with Unicode versions, I really don't agree with this because I have a lot of code wrote that doesn't work with Unicode.
But the are another problem, I can show the problem with the "db" example from the debian package wx2.6-examples. If you go inside the directory "/usr/share/doc/wx2.6-examples/examples/samples/db" and try compile it you get the next errors:
db : make
g++ -c `wx-config --cxxflags` -o dbtest.o dbtest.cpp
dbtest.cpp:74:4: error: #error Sample cannot be compiled unless setup.h has wxUSE_ODBC set to 1
dbtest.cpp: In member function 'bool DbGridFrame::Initialize()':
dbtest.cpp:3339: error: 'wxDbGridColInfo' was not declared in this scope
dbtest.cpp:3339: error: 'cols' was not declared in this scope
dbtest.cpp:3340: error: expected type-specifier before 'wxDbGridColInfo'
dbtest.cpp:3340: error: expected `;' before 'wxDbGridColInfo'
dbtest.cpp:3398: error: 'wxDbGridTableBase' was not declared in this scope
dbtest.cpp:3398: error: 'db' was not declared in this scope
dbtest.cpp:3398: error: expected type-specifier before 'wxDbGridTableBase'
dbtest.cpp:3398: error: expected `;' before 'wxDbGridTableBase'
dbtest.cpp:3400: error: type '<type error>' argument given to 'delete', expected pointer
make: *** [dbtest.o] Error 1
Any Idea what happen here?
Thank you,
Gustavo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx with a subject of "unsubscribe". Trouble? Contact listmaster@xxxxxxxxxxxxxxxx
- Follow-Ups:
- Re: wx2.6-examples
- From: Kevin Mark
- Re: wx2.6-examples
- Prev by Date: Search certain string in a directory
- Next by Date: PRISM 2/2.5/3 wifi driver for Debian?
- Previous by thread: Search certain string in a directory
- Next by thread: Re: wx2.6-examples
- Index(es):
Relevant Pages
- Re: string v.s. basic_string
... the standard (and MSFT's own guidelines regarding identifier names at "file
scope"). ... Unicode is now pervasive enough that most can just rely on "wchar_t"
instead. ... (microsoft.public.vc.language) - Re: Function for removing Accents?
... It looks more as if the authors of ICU tried very hard to get every aspect of Unicode
right. ... Mapping an accented character to a single non-accented "equivalent" is certainly not
right in the scope of Unicode, and also not in the scope of non-ascii languages. ... That
should include scripting of checking the decomposition values for these "bad" accents. ...
(comp.lang.java.programmer) - Re: Function for removing Accents?
... Unicode package such as ICU: ... Mapping an accented character
to a single non-accented ... in the scope of non-ascii languages. ... (comp.lang.java.programmer) - Re: pdfedit compilation problem
... main.cpp:46: error: 'messages' was not declared in this scope ... main.cpp:46:
error: 'qWarning' was not declared in this scope ... main.cpp:113: error: initializing
argument 1 of 'void message' ... To UNSUBSCRIBE, email to debian-user-REQUEST@xxxxxxxxxxxxxxxx
... (Debian-User) - Re: Perl realted..?
... Can any demistify 'my' for me?? ... "my" declares a variable that exists
within the current scope and is ... unreachable from outside the scope. ... To UNSUBSCRIBE,
email to debian-user-REQUEST@xxxxxxxxxxxxxxxx ... (Debian-User)