bsnes | Super Nintendo emulator | Game Engine library
kandi X-RAY | bsnes Summary
kandi X-RAY | bsnes Summary
bsnes is a multi-platform Super Nintendo (Super Famicom) emulator, originally developed by [Near] which focuses on performance, features, and ease of use.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of bsnes
bsnes Key Features
bsnes Examples and Code Snippets
Community Discussions
Trending Discussions on bsnes
QUESTION
I'm currently trying to get the Mario project from https://github.com/aleju/mario-ai to work on my ubuntu (16.04) system. I followed the tutorial and already solved some errors, but now I get something that looks like a compile error on the lsnes emulator and that doesn't make sense to me.
My command is LDFLAGS="-L/usr/lib -L/usr/local/lib -L/usr/lib/x86_64-linux-gnu" CFLAGS="-I/usr/include -I/usr/local/include -I/usr/include/lua5.1" make
. I added the flags trying to solve my last error.
This is the error that I get:
...ANSWER
Answered 2017-May-12 at 12:46I just looked closer at your call to g++
and you are using the option -std=c++0x
. That tells the compiler to use the C++11 standard. However, as stated in my comment, the code you posted requires at least C++14 to work. So use the option -std=c++14
instead and it should work.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install bsnes
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page