Opened 6 years ago

Closed 6 years ago

#192 closed defect (fixed)

** error 1 ** deleting objmingw/libstx_goodies_refactoryBrowser.dll

Reported by: patrik.svestka@… Owned by:
Priority: major Milestone: 8.0.0
Component: default Keywords:
Cc: Also affects CVS HEAD (eXept version): no

Description

When compiling refactoryBrowser: rake stx:goodies/refactoryBrowser:main

I get this kind of error:

...

dll
objmingw/ntLibInit.obj: In function `_refactoryBrowser_Init':
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:24: undefined reference to `_Refactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:25: undefined reference to `_VariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:26: undefined reference to `_AbstractClassVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:27: undefined reference to `_RBAbstractCondition_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:28: undefined reference to `_AbstractInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:29: undefined reference to `_AbstractVariablesRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:30: undefined reference to `_ClassRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:31: undefined reference to `_AddClassRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:32: undefined reference to `_AddClassVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:33: undefined reference to `_AddInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:34: undefined reference to `_MethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:35: undefined reference to `_AddMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:36: undefined reference to `_ChangeMethodNameRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:37: undefined reference to `_AddParameterRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:38: undefined reference to `_RBProgramNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:39: undefined reference to `_RBStatementNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:40: undefined reference to `_RBValueNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:41: undefined reference to `_RBAssignmentNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:42: undefined reference to `_RBToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:43: undefined reference to `_RBAssignmentToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:44: undefined reference to `_RBValueToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:45: undefined reference to `_RBBinarySelectorToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:46: undefined reference to `_RBBlockNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:47: undefined reference to `_RBCascadeNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:48: undefined reference to `_RBProgramNodeVisitor_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:49: undefined reference to `_RBFormatter_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:50: undefined reference to `_RBIdentifierToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:51: undefined reference to `_RBKeywordToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:52: undefined reference to `_RBLiteralNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:53: undefined reference to `_RBLiteralToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:54: undefined reference to `_RBMessageNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:55: undefined reference to `_RBMethodNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:56: undefined reference to `_RBMetaMessageNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:57: undefined reference to `_RBMetaMethodNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:58: undefined reference to `_RBVariableNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:59: undefined reference to `_RBMetaVariableNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:60: undefined reference to `_RBMultiSelectionInList_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:61: undefined reference to `_RBOptimizedNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:62: undefined reference to `_RBOptimizedToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:63: undefined reference to `_RBParser_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:64: undefined reference to `_RBReadBeforeWrittenTester_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:65: undefined reference to `_RBReturnNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:66: undefined reference to `_RBScanner_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:67: undefined reference to `_ParseTreeRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:68: undefined reference to `_RBParseTreeRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:69: undefined reference to `_RBSearchRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:70: undefined reference to `_RBSequenceNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:71: undefined reference to `_RBSpecialCharacterToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:72: undefined reference to `_RBComment_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:73: undefined reference to `_LintRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:74: undefined reference to `_BasicLintRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:75: undefined reference to `_BlockLintRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:76: undefined reference to `_RBReplaceRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:77: undefined reference to `_RBBlockReplaceRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:78: undefined reference to `_RBStringReplaceRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:79: undefined reference to `_ChildrenToSiblingsRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:80: undefined reference to `_RefactoryChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:81: undefined reference to `_RefactoryClassChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:82: undefined reference to `_AddClassChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:83: undefined reference to `_ClassRefactoryChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:84: undefined reference to `_CompositeLintRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:85: undefined reference to `_RBCondition_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:86: undefined reference to `_RBConjunctiveCondition_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:87: undefined reference to `_CreateAccessorsForVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:88: undefined reference to `_ExtractMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:89: undefined reference to `_ExtractToTemporaryRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:90: undefined reference to `_InlineAllSendersRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:91: undefined reference to `_InlineMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:92: undefined reference to `_InlineMethodFromComponentRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:93: undefined reference to `_InlineTemporaryRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:94: undefined reference to `_MethodRefactoryChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:95: undefined reference to `_MoveMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:96: undefined reference to `_MoveVariableDefinitionRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:97: undefined reference to `_NavigatorState_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:98: undefined reference to `_RBNegationCondition_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:99: undefined reference to `_ParseTreeLintRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:100: undefined reference to `_ParseTreeSearcher_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:101: undefined reference to `_ParseTreeRewriter_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:102: undefined reference to `_ParseTreeSourceRewriter_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:103: undefined reference to `_ProtectInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:104: undefined reference to `_RestoringVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:105: undefined reference to `_PullUpClassVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:106: undefined reference to `_PullUpInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:107: undefined reference to `_PushDownClassVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:108: undefined reference to `_PushDownInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:109: undefined reference to `_PushDownMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:110: undefined reference to `_PushUpMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:111: undefined reference to `_RefactoringManager_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:112: undefined reference to `_RefactoryBuilder_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:113: undefined reference to `_RefactoryTyper_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:114: undefined reference to `_RemoveClassRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:115: undefined reference to `_RemoveClassVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:116: undefined reference to `_RemoveInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:117: undefined reference to `_RemoveMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:118: undefined reference to `_RemoveParameterRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:119: undefined reference to `_RenameClassRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:120: undefined reference to `_RenameClassVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:121: undefined reference to `_RenameInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:122: undefined reference to `_RenameMethodRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:123: undefined reference to `_RenameTemporaryRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:124: undefined reference to `_RenameVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:125: undefined reference to `_SearchRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:126: undefined reference to `_TemporaryToInstanceVariableRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:127: undefined reference to `_TransformationRule_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:128: undefined reference to `_ValueHolderRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:129: undefined reference to `_RefactoryVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:130: undefined reference to `_AddClassVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:131: undefined reference to `_AddMethodChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:132: undefined reference to `_AddPoolVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:133: undefined reference to `_RBReplaceStringInOriginalSource_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:134: undefined reference to `_CompositeRefactoryChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:135: undefined reference to `_ExpandReferencedPoolsRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:136: undefined reference to `_ExtractMethodToComponentRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:137: undefined reference to `_InlineParameterRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:138: undefined reference to `_InteractiveAddClassChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:139: undefined reference to `_InteractiveAddMethodChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:140: undefined reference to `_RBAbstractClass_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:141: undefined reference to `_RBClass_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:142: undefined reference to `_RBMetaclass_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:143: undefined reference to `_RBMethod_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:144: undefined reference to `_RBMethodName_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:145: undefined reference to `_RBNamespace_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:146: undefined reference to `_RBPatternBlockNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:147: undefined reference to `_RBPatternBlockToken_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:148: undefined reference to `_RBPatternMessageNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:149: undefined reference to `_RBPatternMethodNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:150: undefined reference to `_RBPatternVariableNode_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:151: undefined reference to `_RefactoringError_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:152: undefined reference to `_RefactoringWarning_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:153: undefined reference to `_RefactoryBrowserPlatformSupport_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:154: undefined reference to `_RefactoryChangeManager_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:155: undefined reference to `_ReferenceFinder_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:156: undefined reference to `_RemoveClassChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:157: undefined reference to `_RemoveInstanceVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:158: undefined reference to `_RemoveClassVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:159: undefined reference to `_RemovePoolVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:160: undefined reference to `_RemoveMethodChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:161: undefined reference to `_RenameClassChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:162: undefined reference to `_RenameVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:163: undefined reference to `_RenameInstanceVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:164: undefined reference to `_RenameClassVariableChange_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:165: undefined reference to `_SmalllintChecker_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:166: undefined reference to `_SplitClassRefactoring_Init'
C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser/ntLibInit.c:167: undefined reference to `_extensions_Init'
collect2.exe: error: ld returned 1 exit status

** error 1 ** deleting objmingw/libstx_goodies_refactoryBrowser.dll

...

The refactoryBrowser at Mercurial:

C:\prg_sdk\stx_8\stx-8.0.0\build\stx\goodies\refactoryBrowser>hg sum
parent: 5232:f778bfccd561
 Issue #80: catch up with changes in `stx:libbasic`
branch: jv
commit: 834 unknown (clean)
update: (current)
phases: 164 draft

Attachments (1)

goodies_refactoryBrowser.txt (49.5 KB ) - added by patrik.svestka@… 6 years ago.
complete compile log

Download all attachments as: .zip

Change History (4)

by patrik.svestka@…, 6 years ago

complete compile log

comment:1 by jan vrany, 6 years ago

Status: newtesting

Argh, ntLibInit.c should not be commited in the repository.
Should be fixed in 0d0a7467f423/stx.goodies.refactoryBrowser, try that one (from my repo)

comment:2 by patrik.svestka@…, 6 years ago

I have recompiled it and it works now.

I'm closing the issue.

comment:3 by patrik.svestka@…, 6 years ago

Resolution: fixed
Status: testingclosed
Note: See TracTickets for help on using tickets.