Opened 14 years ago

Last modified 14 years ago

#23499 closed defect

wxwidgets does not build with macport 1.8.2 — at Initial Version

Reported by: m.kermani@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: wxWidgets

Description

$ sudo rm -rf \

/opt/local \ /Applications/DarwinPorts \ /Applications/MacPorts \ /Library/LaunchDaemons/org.macports.* \ /Library/Receipts/DarwinPorts*.pkg \ /Library/Receipts/MacPorts*.pkg \ /Library/StartupItems/DarwinPortsStartup \ /Library/Tcl/darwinports1.0 \ /Library/Tcl/macports1.0 \

$ tar -xvzf MacPorts-1.8.2.tar.bz2 $ cd MacPorts-1.8.2 $ ./configure $ make $ sudo make install $ sudo port selfupdate $ sudo port install wxWidgets

I get an error for full debug log see attachment. ts_sources_rsync.macports.org_release_ports_graphics_wxWidgets/work/wxWidgets-2.8.9/build/lib -install_name /opt/local/lib/libwx_macu-2.8.0.dylib -compatibility_version 6.0 -current_version 6.0 -lz -lpthread -lwxtiff-2.8 -lwxjpeg-2.8 -lwxpng-2.8 -lwxregexu-2.8 -arch i386 -L/opt/local/lib -framework IOKit -framework Carbon -framework Cocoa -framework System -framework QuickTime -framework OpenGL -framework AGL -lz -lpthread -framework WebKit -lexpat -L/opt/local/lib -lSDLmain -lSDL -Wl,-framework,Cocoa ld: warning: in /opt/local/lib/libz.dylib, file is not of required architecture ld: warning: in /opt/local/lib/libexpat.dylib, file is not of required architecture ld: warning: in /opt/local/lib/libSDLmain.a, file is not of required architecture ld: warning: in /opt/local/lib/libSDL.dylib, file is not of required architecture Undefined symbols:

"_XML_SetDefaultHandler", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_inflateInit_", referenced from:

_png_create_read_struct_2 in libwxpng-2.8.a(wxpng_pngread.o) _png_read_init_3 in libwxpng-2.8.a(wxpng_pngread.o)

"_deflateEnd", referenced from:

wxZlibOutputStream::Close() in monodll_zstream.o _png_write_destroy in libwxpng-2.8.a(wxpng_pngwrite.o)

"_XML_SetCommentHandler", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_inflateReset", referenced from:

wxZlibInputStream2::Open(wxInputStream&) in monodll_zipstrm.o _png_reset_zstream in libwxpng-2.8.a(wxpng_png.o) _png_read_finish_row in libwxpng-2.8.a(wxpng_pngrutil.o) _png_decompress_chunk in libwxpng-2.8.a(wxpng_pngrutil.o) _png_decompress_chunk in libwxpng-2.8.a(wxpng_pngrutil.o)

"_inflateEnd", referenced from:

wxZlibInputStream::~wxZlibInputStream()in monodll_zstream.o wxZlibInputStream::~wxZlibInputStream()in monodll_zstream.o _png_read_destroy in libwxpng-2.8.a(wxpng_pngread.o)

"_XML_GetCurrentLineNumber", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_XML_ErrorString", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_inflateInit2_", referenced from:

wxZlibInputStream::Init(int) in monodll_zstream.o

"_XML_SetElementHandler", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_XML_SetCharacterDataHandler", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_crc32", referenced from:

wxZipInputStream::OpenDecompressor(bool) in monodll_zipstrm.o wxZipOutputStream::CreatePendingEntry() in monodll_zipstrm.o wxZipOutputStream::OnSysWrite(void const*, unsigned long)in monodll_zipstrm.o wxZipOutputStream::DoCreate(wxZipEntry*, bool) in monodll_zipstrm.o wxZipInputStream::OnSysRead(void*, unsigned long)in monodll_zipstrm.o _png_calculate_crc in libwxpng-2.8.a(wxpng_png.o) _png_reset_crc in libwxpng-2.8.a(wxpng_png.o)

"_deflateReset", referenced from:

wxZlibOutputStream2::Open(wxOutputStream&) in monodll_zipstrm.o _png_write_compressed_data_out in libwxpng-2.8.a(wxpng_pngwutil.o) _png_write_finish_row in libwxpng-2.8.a(wxpng_pngwutil.o) _png_write_finish_row in libwxpng-2.8.a(wxpng_pngwutil.o)

"_XML_ParserCreate", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.o

"_XML_Parse", referenced from:

wxXmlDocument::Load(wxInputStream&, wxString const&, int)in monodll_xml.

Change History (1)

Changed 14 years ago by m.kermani@…

Attachment: failWxWidgets added

The -d build log.

Note: See TracTickets for help on using tickets.