Search Criteria
Package Details: ygopro 1.034-4
Git Clone URL: | https://aur.archlinux.org/ygopro-zh.git (read-only, click to copy) |
---|---|
Package Base: | ygopro-zh |
Description: | A script engine for “yu-gi-oh!” and sample gui |
Upstream URL: | https://github.com/Fluorohydride/ygopro |
Licenses: | |
Submitter: | ximlel |
Maintainer: | ximlel |
Last Packager: | ximlel |
Votes: | 1 |
Popularity: | 0.000000 |
First Submitted: | 2018-05-09 10:37 |
Last Updated: | 2018-06-08 08:00 |
Dependencies (8)
- freetype2 (freetype2-v35, freetype2-old-hinting, freetype2-infinality, freetype2-ttmetrics, freetype2-ultimate5, freetype2-git, freetype2-infinality-remix, freetype2-minimal-git)
- irrlicht (irrlicht-svn)
- libevent (libevent-git, libevent-fb)
- lua
- sqlite (sqlite-fossil, sqlite-replication, sqlite-fts3-parenthesis, sqlite-minimal-git)
- gcc (gcc-multilib-x32, fastgcc, gcc-multilib-git, gcc-git) (make)
- make (make3, make-git, make-without-guile) (make)
- premake (premake-git) (make)
Latest Comments
deved99 commented on 2019-08-18 20:56
On first try this gives me the following error: ... GL/glu.h: No such file or directory Installing the "glu" package fixed it, so I suppose it should be added as a dependency. I can't still compile:
../gframe/duelclient.cpp: In static member function ‘static int ygo::DuelClient::ClientAnalyze(char*, unsigned int)’: ../gframe/duelclient.cpp:3420:7: error: ‘MSG_ANNOUNCE_CARD_FILTER’ was not declared in this scope; did you mean ‘MSG_ANNOUNCE_CARD’? 3420 | case MSG_ANNOUNCE_CARD_FILTER: { | ^~~~~~~~~~~~~~~~~~~~~~~~ | MSG_ANNOUNCE_CARD make[1]: [ygopro.make:163: ../obj/Debug/ygopro/duelclient.o] Error 1 make: [Makefile:25: ygopro] Error 2
Any way to solve this?