Date: Sun, 04 May 2003 21:46:15 -0700 From: walt <wa1ter@myrealbox.com> To: Martin Blapp <mb@imp.ch>, freebsd-openoffice@freebsd.org Subject: Re: BYTE_ORDER undefined in osssound.cxx ? Message-ID: <3EB5EC97.7010301@myrealbox.com> In-Reply-To: <20030504075919.S33100@cvs.imp.ch> References: <3EB3A907.2090907@myrealbox.com> <20030504075919.S33100@cvs.imp.ch>
next in thread | previous in thread | raw e-mail | index | archive | help
Martin Blapp wrote: > Hi, > > >>The line in question is: >>#if BYTE_ORDER == LITTLE_ENDIAN > > > Just fixed it. It should have been > > #if _BYTE_ORDER == _LITTLE_ENDIAN I can see that you made the change in soundcard.h and it appears correct -- unfortunately I still get exactly the same compilation error: In file included from /usr/ports/editors/openoffice/work/oo_1.0.3_src/vcl/unx/source/app/osssound.cxx:78: /usr/include/sys/soundcard.h:166:17: operator '==' has no left operand dmake: Error code 1, while making '../../../unxfbsd.pro/slo/osssound.obj' 'No left operand' is a really weird error message. Have you ever seen it before? I wonder if the syntax error message is one of those misleading clues that misses the real error on a previous line?
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3EB5EC97.7010301>