discuss-gnuradio
[Top][All Lists]
Advanced

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

Re: [Discuss-gnuradio] Re: Re: OpenBTS compilation error


From: Johnathan Corgan
Subject: Re: [Discuss-gnuradio] Re: Re: OpenBTS compilation error
Date: Wed, 4 Mar 2009 10:14:30 -0800

>> Index: Transceiver/USRPDevice.h
>> ===================================================================
>> --- Transceiver/USRPDevice.h  (revision 10235)
>> +++ Transceiver/USRPDevice.h  (working copy)
>> @@ -19,8 +19,8 @@
>>
>>  */
>>
>> +#define HAVE_BYTESWAP_H

The correct fix was to add the missing autoconf section to the start
of USRPDevice.cpp:

Modified: openbts/trunk/Transceiver/USRPDevice.cpp
===================================================================
--- openbts/trunk/Transceiver/USRPDevice.cpp    2009-03-03 19:44:29
UTC (rev 10556)
+++ openbts/trunk/Transceiver/USRPDevice.cpp    2009-03-04 18:12:16
UTC (rev 10557)
@@ -26,6 +26,9 @@
        SWLOOPBACK      compile for software loopback testing
 */

+#ifdef HAVE_CONFIG_H
+#include <config.h>
+#endif

This has been done in the openbts trunk.

Johnathan




reply via email to

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