Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[dsdp-tcf-dev] Cannot compile rev 1901

make PATH_Plugins=/usr/local/lib/tcf/plugins SERVICES="Plugins Splice ZeroCopy Cmdline FileSystem Locator RunControl Breakpoints Memory Registers Processes MemoryMap StackTrace Symbols LineNumbers SysMonitor Expressions Streams PathMap Terminals Trace Discovery DebugContext ContextStateProperties ExtendedMemoryErrorReports ELF SSL Unix_Domain" &> make.log

ends with the error:

cc -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -Wall -Wmissing-prototypes -rdynamic -DPATH_Plugins="/usr/local/lib/tcf/plugins" -DSERVICE_Locator=1 -DSERVICE_RunControl=1 -DSERVICE_Breakpoints=1 -DSERVICE_Memory=1 -DSERVICE_Registers=1 -DSERVICE_Processes=1 -DSERVICE_MemoryMap=1 -DSERVICE_StackTrace=1 -DSERVICE_Symbols=1 -DSERVICE_LineNumbers=1 -DSERVICE_FileSystem=1 -DSERVICE_SysMonitor=1 -DSERVICE_Expressions=1 -DSERVICE_Streams=1 -DSERVICE_PathMap=1 -DSERVICE_Terminals=1 -DENABLE_Plugins=1 -DENABLE_ZeroCopy=1 -DENABLE_Splice=1 -DENABLE_Trace=1 -DENABLE_Discovery=1 -DENABLE_Cmdline=1 -DENABLE_ContextProxy=0 -DENABLE_DebugContext=1 -DENABLE_SymbolsProxy=0 -DENABLE_LineNumbersProxy=0 -DENABLE_Symbols=1 -DENABLE_LineNumbers=1 -DENABLE_ELF=1 -DENABLE_SSL=1 -DENABLE_RCBP_TEST=0 -DENABLE_AIO=0 -DENABLE_STREAM_MACROS=0 -DENABLE_LUA=0 -DENABLE_Unix_Domain=1 -DENABLE_ContextStateProperties=1 -DENABLE_ExtendedMemoryErrorReports=1 -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/agent obj/GNU/Linux/x86_64/Debug/main/main.o obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt -luuid -ldl
obj/GNU/Linux/x86_64/Debug/libtcf.a(runctrl.o): In function `write_context_state':
/home/daniel/Downloads/tm.tcf-rev1901.explicit/agent/services/runctrl.c:339: undefined reference to `context_get_state_properties'
collect2: ld returned 1 exit status
make: *** [obj/GNU/Linux/x86_64/Debug/agent] Error 1 

Omitting ContextStateProperties ends with the same error:

cc -g -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -Wall -Wmissing-prototypes -rdynamic -DPATH_Plugins="/usr/local/lib/tcf/plugins" -DSERVICE_Locator=1 -DSERVICE_RunControl=1 -DSERVICE_Breakpoints=1 -DSERVICE_Memory=1 -DSERVICE_Registers=1 -DSERVICE_Processes=1 -DSERVICE_MemoryMap=1 -DSERVICE_StackTrace=1 -DSERVICE_Symbols=1 -DSERVICE_LineNumbers=1 -DSERVICE_FileSystem=1 -DSERVICE_SysMonitor=1 -DSERVICE_Expressions=1 -DSERVICE_Streams=1 -DSERVICE_PathMap=1 -DSERVICE_Terminals=1 -DENABLE_Plugins=1 -DENABLE_ZeroCopy=1 -DENABLE_Splice=1 -DENABLE_Trace=1 -DENABLE_Discovery=1 -DENABLE_Cmdline=1 -DENABLE_ContextProxy=0 -DENABLE_DebugContext=1 -DENABLE_SymbolsProxy=0 -DENABLE_LineNumbersProxy=0 -DENABLE_Symbols=1 -DENABLE_LineNumbers=1 -DENABLE_ELF=1 -DENABLE_SSL=1 -DENABLE_RCBP_TEST=0 -DENABLE_AIO=0 -DENABLE_STREAM_MACROS=0 -DENABLE_LUA=0 -DENABLE_Unix_Domain=1 -DENABLE_ContextStateProperties=0 -DENABLE_ExtendedMemoryErrorReports=1 -I./. -I./system/GNU/Linux -I./machine/x86_64 -o obj/GNU/Linux/x86_64/Debug/agent obj/GNU/Linux/x86_64/Debug/main/main.o obj/GNU/Linux/x86_64/Debug/libtcf.a -lpthread -lssl -lcrypto -lrt -luuid -ldl
obj/GNU/Linux/x86_64/Debug/libtcf.a(runctrl.o): In function `write_context_state':
/home/daniel/Downloads/tm.tcf-rev1901.explicit/agent/services/runctrl.c:339: undefined reference to `context_get_state_properties'
collect2: ld returned 1 exit status
make: *** [obj/GNU/Linux/x86_64/Debug/agent] Error 1

I'm running Ubuntu 10.10 (Maverick Meerkat) 64-bits and compilations of previous revisions of TCF did not fail like this.

Is revision 1901 broken?

Daniel U. Thibault
R & D pour la défense Canada - Valcartier (RDDC Valcartier) / Defence R&D Canada - Valcartier (DRDC Valcartier)
Système de systèmes (SdS) / System of Systems (SoS)
Solutions informatiques et expérimentations (SIE) / Computing Solutions and Experimentations (CSE)
2459 Boul. Pie XI Nord
Québec, QC  G3J 1X5
CANADA
Vox : (418) 844-4000 x4245
Fax : (418) 844-4538
NAC: 918V QSDJ
Gouvernement du Canada / Government of Canada
<http://www.valcartier.drdc-rddc.gc.ca/>


Back to the top