eranif / codelite

A multi purpose IDE specialized in C/C++/Rust/Python/PHP and Node.js. Written in C++
https://codelite.org
GNU General Public License v2.0
2.08k stars 444 forks source link

[Bug]: build fail with -DENABLE_SFTP=0 #3335

Closed rozhuk-im closed 3 months ago

rozhuk-im commented 3 months ago

What happened?

Continue of: https://github.com/eranif/codelite/issues/3302

[ 49%] Building CXX object Plugin/CMakeFiles/plugin.dir/xmlutils.cpp.o
cd /tmp/ports/usr/ports/editors/codelite-devel/work/.build/Plugin && ccache /usr/local/libexec/ccache/c++ -DGTK_USE_NATIVEBOOK=1 -DINSTALL_DIR=\"/usr/local/share/codelite\" -DNDEBUG -DPLUGINS_DIR=\"/usr/local/lib/codelite\" -DUSE_SFTP=0 -DUSE_UCHARDET=1 -DWXUSINGDLL -DWXUSINGDLL_CL -DWXUSINGDLL_WXSQLITE3 -DYAML_CPP_STATIC_DEFINE -DYY_NEVER_INTERACTIVE=1 -D_FILE_OFFSET_BITS=64 -D_THREAD_SAFE -D__WXGTK__ -Dplugin_EXPORTS -DwxUSE_GUI=1 -I/usr/local/include/gtk-3.0 -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -I/usr/local/include -I/usr/local/include/pango-1.0 -I/usr/local/include/cairo -I/usr/local/include/gdk-pixbuf-2.0 -I/usr/local/include/atk-1.0 -I/usr/local/include/uchardet -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/dtl -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/Plugin -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/sdk/wxsqlite3/include -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/CodeLite -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/yaml-cpp/include -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/CodeLite/ssh -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/PCH -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/ThemeImporters -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/wxTerminalCtrl -I/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/Interfaces -isystem /usr/local/lib/wx/include/gtk3-unicode-3.2 -isystem /usr/local/include/wx-3.2 -O2 -pipe -O3 -pipe -funroll-loops -mretpoline -fno-delete-null-pointer-checks -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fdebug-prefix-map=/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698=. -O3 -funroll-loops -mretpoline -fno-delete-null-pointer-checks  -isystem /usr/local/include  -fdebug-prefix-map=/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698=. -Wno-deprecated-declarations -isystem /usr/include/harfbuzz -isystem /usr/local/include/harfbuzz -pthread -fPIC -O2 -pipe -O3 -pipe -funroll-loops -mretpoline -fno-delete-null-pointer-checks -fstack-protector-strong -isystem /usr/local/include -fno-strict-aliasing -fdebug-prefix-map=/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698=. -O3 -funroll-loops -mretpoline -fno-delete-null-pointer-checks  -isystem /usr/local/include  -fdebug-prefix-map=/tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698=. -DNDEBUG -std=c++17 -fPIC -Winvalid-pch -Xclang -include-pch -Xclang /tmp/ports/usr/ports/editors/codelite-devel/work/.build/Plugin/CMakeFiles/plugin.dir/cmake_pch.hxx.pch -Xclang -include -Xclang /tmp/ports/usr/ports/editors/codelite-devel/work/.build/Plugin/CMakeFiles/plugin.dir/cmake_pch.hxx -MD -MT Plugin/CMakeFiles/plugin.dir/xmlutils.cpp.o -MF CMakeFiles/plugin.dir/xmlutils.cpp.o.d -o CMakeFiles/plugin.dir/xmlutils.cpp.o -c /tmp/ports/usr/ports/editors/codelite-devel/work/codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/Plugin/xmlutils.cpp
--- Plugin/CMakeFiles/plugin.dir/wxTerminalCtrl/wxTerminalCtrl.cpp.o ---
../../codelite-d54c081b7f50236cc48985aaa3c73cc3a789a698/Plugin/wxTerminalCtrl/wxTerminalCtrl.cpp:297:17: error: use of undeclared identifier 'remote_workspace_file'
  297 |     wxUnusedVar(remote_workspace_file);
      |                 ^
1 error generated.
*** [Plugin/CMakeFiles/plugin.dir/wxTerminalCtrl/wxTerminalCtrl.cpp.o] Error code 1

Version

Other

Operating system

Other

Steps to reproduce

No response

Relevant log output

No response

rozhuk-im commented 3 months ago

Thanks!