gnustep-dev
[Top][All Lists]
Advanced

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

Re: Problem with Cenon


From: Fred Kiefer
Subject: Re: Problem with Cenon
Date: Wed, 30 Jan 2013 09:53:42 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130105 Thunderbird/17.0.2

On 30.01.2013 05:12, Georg Fleischmann wrote:

On 26.01.2013, at 14:40, Fred Kiefer wrote:
Thank you for this new version of Cenon. I had to add the definition

#ifndef MAXFLOAT
#define MAXFLOAT        FLT_MAX
#endif

into DocView.m, VGroup.m and VPolyline.m to get it to compile on my OpenSuse 
12.2. There this macro is only defined in math.h for __USE_XOPEN.

Thank's, I will fix this, when I'm back in Germany.

Great!

I am also having problems to compile VHFShared, there I get the error:

In file included from VHFPopUpButtonAdditions.m:36:0:
VHFPopUpButtonAdditions.h:40:71: fatal error: VHFShared/vhfCompatibility.h: 
Datei oder Verzeichnis nicht gefunden
compilation terminated.

Probably it helps to change this line from

#include "VHFPopUpButtonAdditions.h"

to

#include <VHFShared/VHFPopUpButtonAdditions.h>

This makes things worse, now I get:

VHFPopUpButtonAdditions.m:37:47: fatal error: VHFShared/VHFPopUpButtonAdditions.h: Datei oder Verzeichnis nicht gefunden

instead of

In file included from VHFPopUpButtonAdditions.m:36:0:
VHFPopUpButtonAdditions.h:40:71: fatal error: VHFShared/vhfCompatibility.h: Datei oder Verzeichnis nicht gefunden


For both to work you would need to have the parent directory in the include path. Most likely it will even work on your computer as you already have a previous version of these header files installed and they will get included from there.

Fred






reply via email to

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