octave-bug-tracker
[Top][All Lists]
Advanced

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

[Octave-bug-tracker] [bug #34725] Something regarding Lex causes build f


From: John W. Eaton
Subject: [Octave-bug-tracker] [bug #34725] Something regarding Lex causes build failure on OpenBSD
Date: Wed, 02 Nov 2011 16:42:20 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:6.0.2) Gecko/20100101 Firefox/6.0.2 Iceweasel/6.0.2

Follow-up Comment #5, bug #34725 (project octave):

Thanks for the tip about packages.

OK, I have OpenBSD 5.0 installed and configure runs successfully with
CPPFLAGS="-I/usr/X11R6/include -I/usr/local/include" LDFLAGS="-L/usr/X11R6/lib
-L/usr/local/lib"

It looks like the builtins.cc problem might be caused by the following sed
expression in src/find-defun-files.sh failing:


s/.(cc|yy|ll)$/.df/


I think you can get around this by modifying the expression to be


s/.(cc|yy|ll)$/.df/


and calling sed with -E.

I'm not sure what the best fix is for this so that it will work on all
systems.


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?34725>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

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