Bugs item #1392103, was opened at 2005-12-28 18:06 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1392103&group_id=2439
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: Scintilla Group: Bug Status: Open Resolution: None Priority: 5 Submitted By: pdecat (pdecat) Assigned to: Nobody/Anonymous (nobody) Summary: Mingw makefile is missing LexUser.o dependency Initial Comment: Version affected: at least 166 and 167 Error message: C:\dev\scintilla\win32> mingw32-make dllwrap --add-stdcall-alias --target i386-mingw32 -o ../bin/SciLexer.dll ScintillaWinL.o ScintillaBaseL.o Editor.o Document.o ContractionState.o CellBuffer.o CallTip.o ScintRes.o PlatWin.o KeyMap.o Indicator.o LineMarker.o RESearch.o Style.o ViewStyle.o AutoComplete.o UniConversion.o KeyWords.o DocumentAccessor.o PropSet.o ExternalLexer.o StyleContext.o XPM.o LexAda.o LexAPDL.o LexAsm.o LexAsn1.o LexAU3.o LexAVE.o LexBaan.o LexBash.o LexBasic.o LexBullant.o LexCaml.o LexCLW.o LexConf.o LexCPP.o LexCrontab.o LexCsound.o LexCSS.o LexEiffel.o LexErlang.o LexEScript.o LexFlagship.o LexForth.o LexFortran.o LexGui4Cli.o LexHaskell.o LexHTML.o LexKix.o LexLisp.o LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o -mwindows -lstdc++ -limm32 -lole32 -luuid -mno-cygwin -s --relocatable dllwrap: no export definition file provided. Creating one, but that may not be what you want KeyWords.o(.text+0x2ac):KeyWords.cxx: undefined reference to `lmUserDefine' dllwrap: gcc exited with status 1 mingw32-make: *** [../bin/SciLexer.dll] Error 1 Fix: $ diff -c scintilla-167/win32/makefile.bak scintilla-167/win32/makefile *** scintilla-167/win32/makefile.bak Fri Jul 8 07:16:16 2005 --- scintilla-167/win32/makefile Wed Dec 28 17:58:28 2005 *************** *** 58,64 **** LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o \ LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o \ LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o \ ! LexSQL.o LexTADS3.o LexTeX.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ --- 58,64 ---- LexLout.o LexLua.o LexMatlab.o LexMetapost.o LexMMIXAL.o LexMPT.o LexMSSQL.o \ LexNsis.o LexOthers.o LexPascal.o LexPB.o LexPerl.o LexPOV.o LexPS.o \ LexPython.o LexRebol.o LexRuby.o LexScriptol.o LexSmalltalk.o LexSpecman.o \ ! LexSQL.o LexTADS3.o LexTeX.o LexUser.o LexVB.o LexVerilog.o LexVHDL.o LexYAML.o #--Autogenerated -- end of automatically generated section SOBJS = ScintillaWin.o ScintillaBase.o Editor.o Document.o \ Regards, Patrick. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=102439&aid=1392103&group_id=2439 _______________________________________________ Scintilla-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scintilla-interest
