Hi there!
I've downloaded the source and went to compile in Xcode and the build fails with 2 errors and 32 warnings.
The errors are:
std::string filename = QString::fromStdWString( file_header->GetFileName().c_str() ).toStdString();
Code:
/Users/edward/sigil/src/Sigil/Importers/ImportOEBPS.cpp:89:0 /Users/edward/sigil/src/Sigil/Importers/ImportOEBPS.cpp:89: error: no matching function for call to 'QString::fromStdWString(const char*)'
/Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers/qstring.h:1067:0 /Developer/SDKs/MacOSX10.5.sdk/Library/Frameworks/QtCore.framework/Headers/qstring.h:1067: note: candidates are: static QString QString::fromStdWString(const QStdWString&)
If anyone knows what I can do to fix this, I would be most grateful!
Thanks