|
From: Raymond C. R. <ra...@ba...> - 2011-01-12 05:13:37
|
On 1/11/2011 3:57 PM, Mark Hellegers wrote: > [snip explanation of cookie changes] > > Hey Raymond, > > very cool. > I am getting a few errors building the changes, however. > I'm getting this: > > objects/add-ons/http/cookieman.o: In function > `CookieManager::CookieManager(void)': > objects/add-ons/http/cookieman.o(.text+0x1f9): undefined reference to > `PrefsManager::PrefsManager(char const *, long)' > objects/add-ons/http/cookieman.o(.text+0x22e): undefined reference to > `PrefsManager::loadPrefs(long *)' > objects/add-ons/http/cookieman.o: In function > `CookieManager::~CookieManager(void)': > objects/add-ons/http/cookieman.o(.text+0x784): undefined reference to > `PrefsManager::savePrefs(BMessage *, long *)' > collect2: ld returned 1 exit status > > Do you have a change still on your system? > Could you also check for the warnings about the unused variables. > I'd love to give it a testdrive. > > Mark > No, that should be solved by a different change I made: I noticed that prefsman.cpp wasn't included in the makefile and committed that before I committed the changes to http/cookies. Make sure your makefile is up to date and rebuild the framework app if necessary. If that doesn't fix it, I'll have to got digging around... Which I should do anyway... :) Raymond |