discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] Missing includes


From: Christian Meier
Subject: [Discuss-gnuradio] Missing includes
Date: Mon, 12 Oct 2009 17:39:54 +0100
User-agent: Thunderbird 2.0.0.23 (Windows/20090812)

Hi,
I am using GCC 4.4.1 and when I compile OpenBTS I need to adjust
the folling few things:

Sockets.h
added #include <stdio.h>

Timeval.h
added #include <stdint.h>

Logger.h
added #include <stdio.h>

F16.h
added #include <stdint.h>

SMSMessages.cpp
added #include <stdio.h>

Transceiver.cpp (both 64 and 52 version)
added #include <stdio.h>

USRPDevice.h (both)
change usrp pointers back to _sptr

USRPDevice.cpp (both)
added #include <stdint.h>
remove deletes
remove = NULL to sptrs

sendSimple.cpp
#include <stdio.h>

After changing these, it compiles and works well.

Did you all change those includes?
If not, what else did you do?

Christian





reply via email to

[Prev in Thread] Current Thread [Next in Thread]