On Tue, Dec 10, 2013 at 8:14 AM, Petr Bena <[email protected]> wrote:
> Hi, > > Huggle 3 is slowly getting near to first release, and I have yet set > up some built environment for early beta versions. 1 for windows on > one of my own windows boxens (using NSIS and MinGW) which I use to > release beta version packages on sourceforge, and other one for linux > using launchpad. > > So that both Windows and Linux users can easily get and install huggle > packages with no need to understand how compiling works or any need to > resolve any dependencies themselves. [1] > > Unfortunately, we have no such thing for MacOS, not just because > neither me or any other current huggle dev owns a Mac, but also > because there is no free launchpad like service for mac's I know of. > > So, if someone of you has enough experience with packaging software > for Macs and wants to help with huggle packaging for MacOS, let us > know so that we can setup some build process for MacOS users as well. > I hacked together a Homebrew formula: <https://gist.github.com/atdt/7894375> But: brew install --HEAD huggle3 Warning: Your Xcode (4.6.3) is outdated Please update to Xcode 5.0.1. Xcode can be updated from the App Store. ==> Cloning https://github.com/huggle/huggle3-qt-lx.git Updating /Library/Caches/Homebrew/huggle3--git ==> ./configure --disable-silent-rules --prefix=/usr/local/Cellar/huggle3/HEAD ==> make exception.cpp: In instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’: exception.cpp:17: instantiated from here exception.cpp:17: error: explicit instantiation of ‘std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::basic_string<_CharT, _Traits, _Alloc>&) [with _CharT = char, _Traits = std::char_traits<char>, _Alloc = std::allocator<char>]’ but no definition available make: *** [exception.o] Error 1 make: *** Waiting for unfinished jobs.... _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
