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

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

[Octave-bug-tracker] [bug #51450] [octave-forge] database 2.4.2 fails to


From: John Donoghue
Subject: [Octave-bug-tracker] [bug #51450] [octave-forge] database 2.4.2 fails to build in dev octave 4.3.0+
Date: Wed, 19 Jul 2017 13:43:39 -0400 (EDT)
User-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/52.0.2743.116 Safari/537.36 Edge/15.15063

Follow-up Comment #9, bug #51450 (project octave):

I guess should be a new bug report, but attempting to compile under windows
(using latest from the repo)


if grep -q DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS pq_update_types.cc; then
echo "The string 'DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS' must not be present
in source code, but is in pq_update_types.cc."; exit 1; fi
if grep -q DEFUNX_DLD_REPLACEMENT_FOR_PACKAGE_DOCS pq_update_types.cc; then
echo "The string 'DEFUNX_DLD_REPLACEMENT_FOR_PACKAGE_DOCS' must not be present
in source code, but is in pq_update_types.cc."; exit 1; fi
(echo "#include <stdio.h>"; echo "int main () {"; sed -e
s/DEFUN_DLD/DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS/g -e
s/DEFUNX_DLD/DEFUNX_DLD_REPLACEMENT_FOR_PACKAGE_DOCS/g pq_update_types.cc |
g++ -std=gnu++11 -E `mkoctfile -p INCFLAGS` -I`pg_config --includedir` -x c++
-iquote '.'
-D'DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS(name,args,nargout,doc)=DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS(name,doc)'
-D'DEFUNX_DLD_REPLACEMENT_FOR_PACKAGE_DOCS(name,fname,gname,args,nargout,doc)=DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS(name,doc)'
- | sed -e '/.*DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS/!D'; echo "}";) | g++ -x
c++ -D'DEFUN_DLD_REPLACEMENT_FOR_PACKAGE_DOCS(name,doc)=printf("%c" #name
"address@hidden " #name " pq_update_types.cc\n" doc "\n\n", 0x1D);' -o
pq_update_types.bin -
(echo "### This file is generated automatically from the"; echo "###
corresponding .cc file by a Makefile rule."; echo ""; ./pq_update_types.bin) >
pq_update_types.cc.docstrings
/bin/sh: ./pq_update_types.bin: Bad file number
make: *** [pq_update_types.cc.docstrings] Error 126


Trying to run the pq_update_types.bin file afterwards gives same
'Bad file number' error





    _______________________________________________________

Reply to this item at:

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

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




reply via email to

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