<p></p>
<p>$ make<br>
make  all-recursive<br>
make[1]: Entering directory '/home/sugon/geany.git'<br>
Making all in ctags<br>
make[2]: Entering directory '/home/sugon/geany.git/ctags'<br>
CC       main/args.lo<br>
CC       main/ctags-api.lo<br>
CC       main/debug.lo<br>
CC       main/dependency.lo<br>
CC       main/entry.lo<br>
CC       main/error.lo<br>
CC       main/field.lo<br>
CC       main/flags.lo<br>
CC       main/fmt.lo<br>
CC       main/htable.lo<br>
CC       main/keyword.lo<br>
CC       main/kind.lo<br>
CC       main/lcpp.lo<br>
CC       main/lregex.lo<br>
CC       main/lxcmd.lo<br>
CC       main/lxpath.lo<br>
CC       main/main.lo<br>
CC       main/mio.lo<br>
CC       main/nestlevel.lo<br>
CC       main/numarray.lo<br>
CC       main/objpool.lo<br>
CC       main/options.lo<br>
CC       main/output-ctags.lo<br>
CC       main/parse.lo<br>
CC       main/pcoproc.lo<br>
CC       main/promise.lo<br>
CC       main/ptag.lo<br>
CC       main/ptrarray.lo<br>
CC       main/read.lo<br>
CC       main/repoinfo.lo<br>
CC       main/routines.lo<br>
CC       main/selectors.lo<br>
CC       main/sort.lo<br>
CC       main/strlist.lo<br>
CC       main/trashbox.lo<br>
CC       main/vstring.lo<br>
CC       main/xtag.lo<br>
CC       parsers/abaqus.lo<br>
CC       parsers/abc.lo<br>
CC       parsers/asciidoc.lo<br>
CC       parsers/asm.lo<br>
CC       parsers/basic.lo<br>
CC       parsers/bibtex.lo<br>
CC       parsers/c.lo<br>
CC       parsers/cobol.lo<br>
CC       parsers/iniconf.lo<br>
CC       parsers/css.lo<br>
CC       parsers/diff.lo<br>
CC       parsers/docbook.lo<br>
CC       parsers/erlang.lo<br>
CC       parsers/flex.lo<br>
CC       parsers/fortran.lo<br>
CC       parsers/go.lo<br>
CC       parsers/haskell.lo<br>
CC       parsers/haxe.lo<br>
CC       parsers/html.lo<br>
CC       parsers/jscript.lo<br>
CC       parsers/json.lo<br>
CC       parsers/lua.lo<br>
CC       parsers/make.lo<br>
CC       parsers/markdown.lo<br>
CC       parsers/matlab.lo<br>
CC       parsers/nsis.lo<br>
CC       parsers/objc.lo<br>
CC       parsers/pascal.lo<br>
CC       parsers/perl.lo<br>
CC       parsers/php.lo<br>
CC       parsers/powershell.lo<br>
CC       parsers/python.lo<br>
CC       parsers/r.lo<br>
CC       parsers/rst.lo<br>
CC       parsers/ruby.lo<br>
CC       parsers/rust.lo<br>
CC       parsers/sh.lo<br>
CC       parsers/sql.lo<br>
CC       parsers/tcl.lo<br>
CC       parsers/tex.lo<br>
CC       parsers/txt2tags.lo<br>
CC       parsers/verilog.lo<br>
CC       parsers/vhdl.lo<br>
CCLD     libctags.la<br>
make[2]: Leaving directory '/home/sugon/geany.git/ctags'<br>
Making all in scintilla<br>
make[2]: Entering directory '/home/sugon/geany.git/scintilla'<br>
Making all in include<br>
make[3]: Entering directory '/home/sugon/geany.git/scintilla/include'<br>
make[3]: Nothing to be done for 'all'.<br>
make[3]: Leaving directory '/home/sugon/geany.git/scintilla/include'<br>
make[3]: Entering directory '/home/sugon/geany.git/scintilla'<br>
CXX      gtk/PlatGTK.lo<br>
CXX      gtk/ScintillaGTK.lo<br>
CXX      gtk/ScintillaGTKAccessible.lo<br>
CC       gtk/scintilla-marshal.lo<br>
CXX      lexlib/Accessor.lo<br>
CXX      lexlib/CharacterCategory.lo<br>
CXX      lexlib/CharacterSet.lo<br>
CXX      lexlib/DefaultLexer.lo<br>
CXX      lexlib/LexerBase.lo<br>
CXX      lexlib/LexerModule.lo<br>
CXX      lexlib/LexerNoExceptions.lo<br>
CXX      lexlib/LexerSimple.lo<br>
CXX      lexlib/PropSetSimple.lo<br>
CXX      lexlib/StyleContext.lo<br>
CXX      lexlib/WordList.lo<br>
CXX      src/AutoComplete.lo<br>
CXX      src/CallTip.lo<br>
CXX      src/CaseConvert.lo<br>
CXX      src/CaseFolder.lo<br>
CXX      src/Catalogue.lo<br>
CXX      src/CellBuffer.lo<br>
CXX      src/CharClassify.lo<br>
CXX      src/ContractionState.lo<br>
CXX      src/DBCS.lo<br>
CXX      src/Decoration.lo<br>
CXX      src/Document.lo<br>
CXX      src/Editor.lo<br>
CXX      src/EditModel.lo<br>
CXX      src/EditView.lo<br>
CXX      src/ExternalLexer.lo<br>
CXX      src/Indicator.lo<br>
CXX      src/KeyMap.lo<br>
CXX      src/LineMarker.lo<br>
CXX      src/MarginView.lo<br>
CXX      src/PerLine.lo<br>
CXX      src/PositionCache.lo<br>
CXX      src/RESearch.lo<br>
CXX      src/RunStyles.lo<br>
CXX      src/ScintillaBase.lo<br>
CXX      src/Selection.lo<br>
CXX      src/Style.lo<br>
CXX      src/UniConversion.lo<br>
CXX      src/UniqueString.lo<br>
src/UniqueString.cxx:31:1: error: function 'Scintilla::UniqueStringSet::UniqueStringSet()' defaulted on its redeclaration with an exception-specification that differs from the implicit declaration 'Scintilla::UniqueStringSet::UniqueStringSet()'<br>
UniqueStringSet::UniqueStringSet() noexcept = default;<br>
^<br>
Makefile:972: recipe for target 'src/UniqueString.lo' failed<br>
make[3]: *** [src/UniqueString.lo] Error 1<br>
make[3]: Leaving directory '/home/sugon/geany.git/scintilla'<br>
Makefile:996: recipe for target 'all-recursive' failed<br>
make[2]: *** [all-recursive] Error 1<br>
make[2]: Leaving directory '/home/sugon/geany.git/scintilla'<br>
Makefile:582: recipe for target 'all-recursive' failed<br>
make[1]: *** [all-recursive] Error 1<br>
make[1]: Leaving directory '/home/sugon/geany.git'<br>
Makefile:467: recipe for target 'all' failed<br>
make: *** [all] Error 2<br>
$ git branch<br>
master</p>
<ul>
<li>scintilla/update-3-20-0</li>
</ul>
<pre><code>I first cloned the repo on windows, then tried
git fetch --all
    Fetching origin
git fetch origin (output empty)
git checkout -b scintilla/update-3-20-0
Switched to a new branch 'scintilla/update-3-20-0'

Then copied to an offline linux, dos2unix every text files in the directory.
</code></pre>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/geany/geany/issues/2518#issuecomment-635218876">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAIOWJ6XKN6Z6LSOTQ4WSJ3RTYS3RANCNFSM4NMW7FPQ">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAIOWJ26K6QWK3XXXGH6ZHLRTYS3RA5CNFSM4NMW7FP2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEXOKXPA.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/geany/geany/issues/2518#issuecomment-635218876",
"url": "https://github.com/geany/geany/issues/2518#issuecomment-635218876",
"name": "View Issue"
},
"description": "View this Issue on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>