Uzebox / uzebox

A retro-minimalist game console engine for the ATMega644
http://uzebox.org
126 stars 43 forks source link

Uzem fails to compile in latest trunk #19

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Download the latest trunk(r286) under Ubuntu 14.04 64-bit.
2. Attempt to compile sources.

What is the expected output? What do you see instead?
Expect all sources to compile without error, instead I see this:

In file included from avr8.h:34:0,
                 from uzem.cpp:25:
SDEmulator.h: In constructor ‘SDEmu::SDEmu()’:
SDEmulator.h:136:30: error: ‘memset’ was not declared in this scope
   memset(&toc, 0, sizeof(toc));

What version of the product are you using? On what operating system?
r286.

Please provide any additional information below.
The fix for this is pretty trivial. In SDEmulator.h, the include for <string.h> 
is missing. Adding this fixes the problem and allows the source to compile 
correctly.

Original issue reported on code.google.com by ben.foote@gmail.com on 2 Jul 2014 at 12:23

Attachments:

felipesanches commented 8 years ago

I am able to build it. I think this issue is currently invalid. Please consider closing it or maybe demonstrating evidence that there is still a problem with the build system.

uze6666 commented 8 years ago

Old issue resolved.