rapp-dev
[Top][All Lists]
Advanced

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

Re: [Rapp-dev] Build fails on OSX


From: Hans-Peter Nilsson
Subject: Re: [Rapp-dev] Build fails on OSX
Date: Wed, 15 Dec 2010 05:46:33 +0100

> Date: Wed, 15 Dec 2010 05:24:42 +0100
> From: Hans-Peter Nilsson <address@hidden>

> > Date: Wed, 15 Dec 2010 01:23:21 +0100
> > From: Johan Almbladh <address@hidden>
> > When I run configure/make/make check on release 0.6 I get build errors
> > when building the test suite:
> Rats.  No immediately visible explanation unfortunately.

Not until I opened my eyes, anyway.  Can you try this, please?

diff --git a/driver/rapp_integral.c b/driver/rapp_integral.c
index 85a6d16..d414480 100644
--- a/driver/rapp_integral.c
+++ b/driver/rapp_integral.c
@@ -34,8 +34,8 @@
 #include "rapp_util.h"      /* Validation          */
 #include "rapp_error.h"     /* Error codes         */
 #include "rapp_error_int.h" /* Error handling      */
-#include "rapp_crop.h"      /* Binary cropping API */
 #include "rapp_api.h"
+#include "rapp_integral.h"
 
 
 /*

The interface export declaration is apparently required in the
implementation file on non-ELF platforms what with the weak
declarations and all, somewhat obvious when you think of it.
Why was rapp_crop.h included?  Just a copypasto?  But why before
the rapp_api.h include?

> Can
> you please open an issue in the bug tracker so we have all
> issues logged in the expected place?

(Please do this anyway.)

brgds, H-P



reply via email to

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