From: Per P. <per...@ma...> - 2004-06-15 15:34:02
|
On Jun 15, 2004, at 09:56, David Bateman wrote: > The stuff in the directory main/fixed/examples doesn't build on OS X, > but as I don't have this OS I can't debug it. It was Per Persson who > pointed this out, and suggested he might find time to fix it, but as > he hasn't yet, I just added a test to disable building of this code > if the canonical_host_type includes the string "darwin". Thanks! > > The only other possible thing in my code was a bug report by Tom > G. Smith about the building of fixedCNDArray::sumsq. I can't duplicate > his problem, and I can make no sense of why this problem occurs for > him, except to think he might have a problem with the install of his > compiler. FWIW, I'm seeing the same thing here: fixedCNDArray.cc: In member function `FixedComplexNDArray FixedComplexNDArray::sumsq(int) const': fixedCNDArray.cc:638: error: operands to ?: have different types make[2]: *** [fixedCNDArray.o] Error 1 make[1]: *** [fixed/] Error 2 make: *** [main/] Error 2 Mac OS X 10.3, GCC 3.3 /Per (just now checking octave-forge CVS against octave 2.1.57 and CVS on OS=20= X...) > So at this point I can propose no fix. If you really want to > be on the save side, I can disable the building of the parts of the > code that caused his problem as it only occurs in the classes for > fixed point NDArrays. As I haven't integrated this with the rest of > the code yet, they could only be used from within an oct-file in any > case. during the lead-up to a release I expect more people will do > builds of octave-forge and we'll see if other people have the same > problems as Tom G. Smith and if so we can then think about disabling > the build.. > > Cheers > David > > Dapr=E8s Paul Kienzle <pki...@us...> (le = 15/06/2004): >> I would like make a new octave-forge release. Please let me >> know when you all are ready. >> >> - Paul >> >> |