[MacPorts] #40608: pgAdmin3: error: no viable conversion from 'wxString' to 'const wxChar *'
#40608: pgAdmin3: error: no viable conversion from 'wxString' to 'const wxChar *' ---------------------+---------------------- Reporter: mojca@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: Keywords: | Port: pgAdmin3 ---------------------+---------------------- I'm not sure why I only noticed it now, but pgAdmin3 fails to compile here: {{{ /usr/bin/clang++ -DHAVE_CONFIG_H -I. -I.. -I../pgadmin/include -I/opt/unilocal/include -I/opt/unilocal/include/postgresql92 -I/opt/unilocal/include/postgresql92/server -I/opt/unilocal/include/postgresql92 -DSSL -DHAVE_CONNINFO_PARSE -I/opt/unilocal/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.9/lib/wx/include /osx_cocoa-unicode-2.9 -I/opt/unilocal/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.9/include/wx-2.9 -D_FILE_OFFSET_BITS=64 -DWXUSINGDLL -D__WXMAC__ -D__WXOSX__ -D__WXOSX_COCOA__ -DEMBED_XRC -arch x86_64 -I/opt/unilocal/include/libxml2 -I/opt/unilocal/include -I/opt/unilocal/include/libxml2 -pipe -Os -arch x86_64 -MT pgAdmin3.o -MD -MP -MF .deps/pgAdmin3.Tpo -c -o pgAdmin3.o `test -f './pgAdmin3.cpp' || echo './'`./pgAdmin3.cpp ./pgAdmin3.cpp:192:27: error: no viable conversion from 'wxString' to 'const wxChar *' (aka 'const wchar_t *') dlg->LoadResource(this, dlgName); ^~~~~~~ /opt/unilocal/Library/Frameworks/wxWidgets.framework/Versions/wxWidgets/2.9/include/wx-2.9/wx/string.h:1423:3: note: candidate function operator wxStringToStdStringRetType() const { return ToStdString(); } ^ }}} -- Ticket URL: <https://trac.macports.org/ticket/40608> MacPorts <http://www.macports.org/> Ports system for OS X
#40608: pgAdmin3: error: no viable conversion from 'wxString' to 'const wxChar *' -----------------------+-------------------- Reporter: mojca@… | Owner: jwa@… Type: defect | Status: closed Priority: Normal | Milestone: Component: ports | Version: Resolution: fixed | Keywords: Port: pgAdmin3 | -----------------------+-------------------- Changes (by mojca@…): * status: new => closed * resolution: => fixed Comment: Commit r112213 for #40694 seems to have solved the problem. -- Ticket URL: <https://trac.macports.org/ticket/40608#comment:1> MacPorts <http://www.macports.org/> Ports system for OS X
participants (1)
-
MacPorts