Issue:
autoconf and ./configure run fine, however when I run make I get the following error:
{ fish-shell } master » make
g++ -g -O2 -D_LARGEFILE_SOURCE=1 -D_FILE_OFFSET_BITS=64 -fno-exceptions -Wall -Wno-sign-compare -Ipcre2-10.20/src -iquote. -iquote./src/ -DLOCALEDIR=\"/usr/local/share/locale\" -DPREFIX=L\"/usr/local\" -DDATADIR=L\"/usr/local/share\" -DSYSCONFDIR=L\"/usr/local/etc\" -DBINDIR=L\"/usr/local/bin\" -DDOCDIR=L\"/usr/local/share/doc/fish\" -DFISH_BUILD_VERSION=\"2.2.0-775-gf034d8b\" -c src/history.cpp -o obj/history.o
src/history.cpp: In member function ‘bool history_t::save_internal_via_rewrite()’:
src/history.cpp:1433:52: error: ‘mkostemp’ was not declared in this scope
out_fd = mkostemp(narrow_str, O_CLOEXEC);
^
Makefile:805: recipe for target 'obj/history.o' failed
make: *** [obj/history.o] Error 1
Reproduction Steps:
git clone https://github.com/fish-shell/fish-shell.git
cd fish-shell
autoconf
./configure
make
Expected behavior:
Fish should compile correctly
Observed behavior:
Fish does not compile and instead returns an error.
Additional information:
Windows 10 running Babun 1.2.0/Cygwin
Fish version: current source
Operating system: Windows 10, attempting to build from Git
Terminal or terminal emulator: MinTTy
Reactions are currently unavailable
Issue:
autoconfand./configurerun fine, however when I runmakeI get the following error:Reproduction Steps:
git clone https://github.com/fish-shell/fish-shell.gitcd fish-shellautoconf./configuremakeExpected behavior:
Fish should compile correctly
Observed behavior:
Fish does not compile and instead returns an error.
Additional information:
Windows 10 running Babun 1.2.0/Cygwin
Fish version: current source
Operating system: Windows 10, attempting to build from Git
Terminal or terminal emulator: MinTTy