Nerijus Baliunas | 2 Nov 2006 19:27
Picon

no match for 'operator==' in 'icon ==

Hello,

.src/gui/wxIconManager.cpp: In member function 'wxIcon wxIconManager::GetIconFromMimeType(const
String&, const String&)':
.src/gui/wxIconManager.cpp:679: error: no match for 'operator==' in 'icon == ((wxIconManager*)this)->wxIconManager::m_unknownIcon'
/a/M/wxWindows.27/wxWindows/include/wx/string.h:1517: note: candidates are: bool
operator==(const wxString&, const wxString&)
...

Regards,
Nerijus

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Vadim Zeitlin | 3 Nov 2006 00:12
Favicon

Re: no match for 'operator==' in 'icon ==

On Thu, 2 Nov 2006 20:27:40 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> .src/gui/wxIconManager.cpp: In member function 'wxIcon
wxIconManager::GetIconFromMimeType(const String&, const String&)':
NB> .src/gui/wxIconManager.cpp:679: error: no match for 'operator==' in 'icon == ((wxIconManager*)this)->wxIconManager::m_unknownIcon'
NB> /a/M/wxWindows.27/wxWindows/include/wx/string.h:1517: note: candidates are: bool
operator==(const wxString&, const wxString&)

 I'll hopefully fix this and other problems with wx 2.7.2/2.8 this weekend.
VZ

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Mark Livingstone | 3 Nov 2006 18:06
Picon

Configure error with DSpam


gcc -DHAVE_CONFIG_H -DLOGDIR=\"/usr/local/var/dspam/log\" - 
DCONFIG_DEFAULT=\"/usr/local/etc/dspam.conf\" -D_THREAD_SAFE - 
D_REENTRANT -D_POSIX_PTHREAD_SEMANTICS -D_GNU_SOURCE -I. -I../.src/ 
src -I. -g -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -MT  
hash_drv.lo -MD -MP -MF .deps/hash_drv.Tpo -c ../.src/src/hash_drv.c - 
o hash_drv.o
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes  
-Wmissing-declarations   -o libdspam.la -rpath /usr/local/lib -rpath  
'/usr/local/lib' -version-info 7:0:0 libdspam.lo heap.lo diction.lo  
base64.lo buffer.lo util.lo nodetree.lo error.lo decode.lo pref.lo  
config_shared.lo bnr.lo hash.lo list.lo ldap_client.lo  
tokenizer.lo    -lm   hash_drv.lo -lm
mkdir .libs
ar cru .libs/libdspam.a  libdspam.o heap.o diction.o base64.o  
buffer.o util.o nodetree.o error.o decode.o pref.o config_shared.o  
bnr.o hash.o list.o ldap_client.o tokenizer.o hash_drv.o
ranlib .libs/libdspam.a
creating libdspam.la
(cd .libs && rm -f libdspam.la && ln -s ../libdspam.la libdspam.la)
make -C src libhash_drv.la
/bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes  
-Wmissing-declarations   -o libhash_drv.la -rpath /usr/local/lib    -lm
ar cru .libs/libhash_drv.a
ar: no archive members specified
usage:  ar -d [-TLsv] archive file ...
         ar -m [-TLsv] archive file ...
         ar -m [-abiTLsv] position archive file ...
         ar -p [-TLsv] archive [file ...]
         ar -q [-cTLsv] archive file ...
(Continue reading)

Nerijus Baliunas | 6 Nov 2006 00:41
Picon

Failed to send the message

Hello,

I cannot send messages with current svn - I get the box

Failed to send the message

But posting to newsgroups (nntp) works.

Regards,
Nerijus

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Nerijus Baliunas | 6 Nov 2006 17:12
Picon

Re: Failed to send the message

On Mon, 06 Nov 2006 01:41:07 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> I cannot send messages with current svn - I get the box
NB> 
NB> Failed to send the message
NB> 
NB> But posting to newsgroups (nntp) works.

Local MTA works too, but SMTP: localhost does not.

Regards,
Nerijus

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Vadim Zeitlin | 7 Nov 2006 02:39
Favicon

Re: Failed to send the message

On Mon, 06 Nov 2006 01:41:07 +0200 Nerijus Baliunas <nerijus <at> users.sourceforge.net> wrote:

NB> I cannot send messages with current svn - I get the box
NB> 
NB> Failed to send the message

 Some too aggressive ifdef'ing resulted in the smtp_open() code being not
compiled, fixed now.

 Thanks for testing,
VZ

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Vadim Zeitlin | 8 Nov 2006 17:48
Favicon

Re: Configure error with DSpam

On Sat, 4 Nov 2006 03:06:03 +1000 Mark Livingstone <mlivingstone <at> users.sourceforge.net> wrote:

ML> make -C src libhash_drv.la
ML> /bin/sh ../libtool --mode=link gcc  -g -O2 -Wall -Wmissing-prototypes  
ML> -Wmissing-declarations   -o libhash_drv.la -rpath /usr/local/lib    -lm
ML> ar cru .libs/libhash_drv.a
ML> ar: no archive members specified
ML> usage:  ar -d [-TLsv] archive file ...
ML>          ar -m [-TLsv] archive file ...
ML>          ar -m [-abiTLsv] position archive file ...
ML>          ar -p [-TLsv] archive [file ...]
ML>          ar -q [-cTLsv] archive file ...
ML>          ar -r [-cuTLsv] archive file ...
ML>          ar -r [-abciuTLsv] position archive file ...
ML>          ar -t [-TLsv] archive [file ...]
ML>          ar -x [-ouTLsv] archive [file ...]
ML> make[3]: *** [libhash_drv.la] Error 1

 This is some strange ar you have... "ar cru .libs/libhash_drv.a" works
just fine here, what system do you compile on? Do you use any non default
configure switches?

 Thanks,
VZ

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
(Continue reading)

Nerijus Baliunas | 27 Nov 2006 17:13
Picon

assert when deleting IMAP folder

ASSERT INFO:
.src/gui/wxMainFrame.cpp(140): assert "folder" failed in OnOpenHere(): can't open a NULL folder

BACKTRACE:
[1] wxOnAssert(char const*, int, char const*, char const*, char const*)
[2] wxMainFolderTree::OnOpenHere(MFolder*) .src/gui/wxMainFrame.cpp:140
[3] wxFolderTree::OnSelectionChange(MFolder*, MFolder*) .src/gui/wxFolderTree.cpp:938
[4] wxMainFolderTree::OnSelectionChange(MFolder*, MFolder*) .src/gui/wxMainFrame.cpp:136
[5] wxFolderTreeImpl::OnContextMenu(wxContextMenuEvent&) .src/gui/wxFolderTree.cpp:2891
[6] wxAppConsole::HandleEvent(wxEvtHandler*, void (wxEvtHandler::*)(wxEvent&), wxEvent&) cons)
[7] wxEvtHandler::ProcessEventIfMatches(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&)
[8] wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*)
[9] wxEvtHandler::ProcessEvent(wxEvent&)
[10] wxEvtHandler::ProcessEvent(wxEvent&)
[11] wxScrollHelperEvtHandler::ProcessEvent(wxEvent&)
[12] wxWindow::GTKProcessEvent(wxEvent&) cons)
[13] g_closure_invoke()
[14] g_signal_emit_valist()
[15] g_signal_emit()
[16] gtk_propagate_event()
[17] gtk_main_do_event()
[18] g_main_context_dispatch()
[19] g_main_loop_run()
[20] gtk_main()
[21] wxEventLoop::Run()
[22] wxAppBase::MainLoop()
[23] wxAppBase::OnRun()

Regards,
Nerijus
(Continue reading)


Gmane