Package: raul
Version: 0.5.1-1
Severity: normal
Tags: patch

Hello,

your package "raul" failed to build in Ubuntu Lucid with g++ 4.4:
,----[ 
http://launchpadlibrarian.net/36473766/buildlog_ubuntu-lucid-i386.raul_0.5.1-1_FAILEDTOBUILD.txt.gz
 ]-
| MFWriter.cpp: In member function 'bool Raul::SMFWriter::start(const 
std::string&, Raul::TimeStamp)':
| SMFWriter.cpp:72: error: 'fopen' was not declared in this scope
| SMFWriter.cpp: In member function 'virtual void 
Raul::SMFWriter::write_event(Raul::TimeStamp, size_t, const unsigned char*)':
| SMFWriter.cpp:108: error: 'fseek' was not declared in this scope
| SMFWriter.cpp:120: error: 'fwrite' was not declared in this scope
| SMFWriter.cpp:127: error: 'fwrite' was not declared in this scope
| [...]
`----
The patch at the end of this mail fixes it.

Regards,
Michael

--- raul-0.5.1.orig/src/SMFWriter.cpp
+++ raul-0.5.1/src/SMFWriter.cpp
@@ -16,6 +16,7 @@
  */
 
 #include <stdint.h>
+#include <cstdio>
 #include <cassert>
 #include <cstring>
 #include <iostream>



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to