Package Details: magicseteditor 2.1.2-1

Git Clone URL: https://aur.archlinux.org/magicseteditor.git (read-only, click to copy)
Package Base: magicseteditor
Description: A program to help create Magic: the Gathering cards and sets. Comes with no game support.
Upstream URL: https://github.com/twanvl/MagicSetEditor2
Licenses: GPL
Provides: magicseteditor
Submitter: ShadowKyogre
Maintainer: ShadowKyogre (silverhikari)
Last Packager: silverhikari
Votes: 8
Popularity: 0.000000
First Submitted: 2011-12-20 05:45 (UTC)
Last Updated: 2021-10-03 19:22 (UTC)

Latest Comments

« First ‹ Previous 1 2 3 Next › Last »

zachtib commented on 2014-01-15 03:02 (UTC)

I'm getting the following error when I try to build this package: /usr/include/boost/functional/hash/extensions.hpp:115:17: note: template argument deduction/substitution failed: /usr/include/boost/functional/hash/extensions.hpp:269:34: note: 'const wxUniChar' is not derived from 'const std::multimap<_Key, _Tp, _Compare, _Alloc>' return hash_value(val); ^ /usr/include/boost/functional/hash/extensions.hpp:121:17: note: template<class T> std::size_t boost::hash_value(const std::complex<_Tp>&) std::size_t hash_value(std::complex<T> const& v) ^ /usr/include/boost/functional/hash/extensions.hpp:121:17: note: template argument deduction/substitution failed: /usr/include/boost/functional/hash/extensions.hpp:269:34: note: 'const wxUniChar' is not derived from 'const std::complex<_Tp>' return hash_value(val); ^ In file included from ./src/util/io/package_manager.hpp:13:0, from ./src/main.cpp:10: ./src/util/io/package.hpp: In member function 'virtual VCSP Package::getVCS()': ./src/util/io/package.hpp:150:55: warning: control reaches end of non-void function [-Wreturn-type] virtual VCSP getVCS() { return intrusive(new VCS()); } ^ Makefile:1622: recipe for target 'src/magicseteditor-main.o' failed make: *** [src/magicseteditor-main.o] Error 1 ==> ERROR: A failure occurred in build(). Aborting... ==> ERROR: Makepkg was unable to build magicseteditor. ==> Restart building magicseteditor ? [y/N] ==> --------------------------------------- ==>

ShadowKyogre commented on 2014-01-08 05:29 (UTC)

Updated PKGBUILD after noticing it doesn't build when I tried to recompile it to update library linkages on my system. This should build again.

ShadowKyogre commented on 2013-01-01 20:20 (UTC)

Updated the PKGBUILD to include your solution. Thank you very much for the notification :).

minder commented on 2013-01-01 15:17 (UTC)

OK, I found the solution: you need to set LDFLAGS='-lboost_system' preferably before ./configure

minder commented on 2013-01-01 14:34 (UTC)

Does not compile even with permissive flag set. ./src/script/magicseteditor-value.o: In function `boost::lock_error::lock_error(int, char const*)': value.cpp:(.text._ZN5boost10lock_errorC2EiPKc[_ZN5boost10lock_errorC5EiPKc]+0x1c): undefined reference to `boost::system::system_category()' ./src/script/magicseteditor-value.o: In function `boost::thread_resource_error::thread_resource_error(int, char const*)': value.cpp:(.text._ZN5boost21thread_resource_errorC2EiPKc[_ZN5boost21thread_resource_errorC5EiPKc]+0x1c): undefined reference to `boost::system::system_category()' ./src/script/magicseteditor-value.o: In function `_GLOBAL__sub_I__ZNK11ScriptValuecv8wxStringEv': value.cpp:(.text.startup+0x23): undefined reference to `boost::system::generic_category()' value.cpp:(.text.startup+0x2f): undefined reference to `boost::system::generic_category()' value.cpp:(.text.startup+0x3b): undefined reference to `boost::system::system_category()' collect2: error: ld returned 1 exit status

elegua commented on 2012-04-12 23:20 (UTC)

With GCC 4.7, this no longer compiles due to more strict implementation requirements. For now, there is a permissive mode which can be activated with the CPPFLAGS option of -fpermissive.

ShadowKyogre commented on 2011-12-20 06:09 (UTC)

New barebones package: https://aur.archlinux.org/packages.php?ID=55117 The functionality for Magic: the Gathering support, YuGiOh! support, and VS support has been split into separate packages for use in the barebones build. The following packages that have been split from the original are listed below: mse-ygo (https://aur.archlinux.org/packages.php?ID=55119) mse-ygo-xyz (https://aur.archlinux.org/packages.php?ID=55118) mse-vs (https://aur.archlinux.org/packages.php?ID=55122) mse-mtg (https://aur.archlinux.org/packages.php?ID=55121) mse-mtg-phyrexian (https://aur.archlinux.org/packages.php?ID=55120)

ShadowKyogre commented on 2011-11-24 06:17 (UTC)

Forgot to post here that I added unzip to the make dependencies. Damn I should split up the core templates in here some time soon...

zachtib commented on 2011-11-20 18:35 (UTC)

Heads up: unzip should be on the dependencies, just failed the build on my system due to it

ShadowKyogre commented on 2011-11-05 06:35 (UTC)

I am planning to, but I'm kind of busy because of university studies. Making a vanilla build should be pretty easy, since it's just removing the build lines that copy the updated files. Speaking of vanilla, I was also hoping to split off the main YuGiOh, VS, and MtG templates into different packages so it's more modular to install. I might get around to pushing a vanilla build tomorrow, as it's also getting a little late here >< (and putting that specific file on my dropbox so checksums aren't as weird with the Xyzv5.zip file).