Date: Fri, 22 Apr 2005 21:49:59 +0200 (SAST) From: "Sebastian Schulze Struchtrup" <seb@struchtrup.com> To: "John W. Eaton" <jwe@bevo.che.wisc.edu> Cc: Sebastian Schulze Struchtrup <seb@struchtrup.com> Subject: Re: issues compiling octave-2.1.69 on FreeBSD 5.4 Message-ID: <8742.146.232.65.6.1114199399.squirrel@mail.struchtrup.com> In-Reply-To: <17001.4818.589089.94780@devzero.bogus.domain> References: <20050420175047.GB29990@grummit.biaix.org> <42674D94.7070108@gmail.com> <20050421155406.GB86490@grummit.biaix.org> <16999.53351.603626.223836@devzero.bogus.domain> <20050421191441.GB9754@grummit.biaix.org> <16999.65302.366221.91861@devzero.bogus.domain> <20050422130841.GB40624@grummit.biaix.org> <42691073.6070106@struchtrup.com> <17001.4818.589089.94780@devzero.bogus.domain>
next in thread | previous in thread | raw e-mail | index | archive | help
> On 22-Apr-2005, Sebastian Schulze Struchtrup <seb@struchtrup.com> wrote: > > | I don't know if it's relevant and I don't know why, but octave compiles > | and runs without problems on a recent 6.0-CURRENT. > | Tested a few days ago with the latest port (just removed the BROKEN > line) > > Does that system have the extern "C" wrapper around the contents of > the system fnmatch.h and glob.h files? It has, but it's the same as on 5.4 All declarations are wrapped by __BEGIN_DECLS/__END_DECLS which will expand to extern "C" { } in case of C++ or to nothing in case of C I also have a 5.3 box available, I can test the build there during the weekend. I assume it should be the same issue on 5.3 and 5.4. Sebastian
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?8742.146.232.65.6.1114199399.squirrel>