Giter Site home page Giter Site logo

nih-at / ckmame Goto Github PK

View Code? Open in Web Editor NEW
8.0 8.0 3.0 4.95 MB

Check ROM sets and dat files for MAME and other emulators

Home Page: https://nih.at/ckmame/

License: Other

C 2.77% C++ 94.68% CMake 0.93% Python 1.55% Perl 0.06%
checker emulation mame romset

ckmame's People

Contributors

0-wiz-0 avatar dillof avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

ckmame's Issues

New release tag?

I would like to package ckmame for Void Linux. May I ask for a release tag? The latest 0.12 and its date is 2015-05-03. The configuration back then was using the tools automake and libtool instead of cmake which is described in INSTALL.md.

src/liblibckmame.so: undefined reference to `xmlNewNode'

I'm trying to build ckmame-1.0 on a Gentoo Linux system, but I get the following error messages:

FAILED: src/dumpgame 
: && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed    -rdynamic src/CMakeFiles/dumpgame.dir/dumpgame.c.o -o src/dumpgame  -Wl,-rpath,/var/tmp/portage/app-misc/ckmame-1.0/work/ckmame-1.0_build/src:  src/liblibckmame.so  -lz  -lzip  -lsqlite3 && :
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlNewNode'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlNewChild'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderGetParserLineNumber'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderConstValue'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderIsEmptyElement'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlNewDoc'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlSetProp'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderRead'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlFreeTextReader'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderNodeType'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlCreateIntSubset'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlReaderForIO'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlFreeDoc'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderGetAttribute'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlNewTextChild'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlTextReaderConstName'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlDocFormatDump'
/usr/lib/gcc/x86_64-pc-linux-gnu/10.3.0/../../../../x86_64-pc-linux-gnu/bin/ld: src/liblibckmame.so: undefined reference to `xmlDocSetRootElement'
collect2: error: ld returned 1 exit status
[130/148] : && /usr/bin/x86_64-pc-linux-gnu-gcc -O2 -march=native -pipe -Wl,-O1 -Wl,--as-needed    -rdynamic src/CMakeFiles/detective.dir/detective.c.o -o src/detective  -Wl,-rpath,/var/tmp/portage/app-misc/ckmame-1.0/work/ckmame-1.0_build/src:  src/liblibckmame.so  -lz  -lzip  -lsqlite3  -lxml2 && :
ninja: build stopped: subcommand failed.

How can I fix this problem?

ckmame-1.0.txt

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.