search for: markvalid

Displaying 2 results from an estimated 2 matches for "markvalid".

2006 Aug 17
2
[LLVMdev] help with link problems
...ile. At this last step, I get several error messages about undefined references; snippet shown below. Don't know if this is relevant, but the makefile's ld command uses -Bsymbolic. ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x123e): In function `nsCacheEntryDescriptor::MarkValid()': : undefined reference to `nsCacheService::ServiceLock()' ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x1278): In function `nsCacheEntryDescriptor::MarkValid()': : undefined reference to `nsCacheService::ValidateEntry(nsCacheEntry*)' ../../dist/lib/libnkcache_...
2006 Aug 23
0
[LLVMdev] help with link problems
...step, I get several error messages about > undefined references; snippet shown below. Don't know if this is > relevant, but the makefile's ld command uses -Bsymbolic. > > ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x123e): In function `nsCacheEntryDescriptor::MarkValid()': > : undefined reference to `nsCacheService::ServiceLock()' > > ../../dist/lib/libnkcache_s.a(nsCacheEntryDescriptor.o)(.text+0x1278): In function `nsCacheEntryDescriptor::MarkValid()': > : undefined reference to `nsCacheService::ValidateEntry(nsCacheEntry*)' > &gt...