|
From: Mark H. <ma...@fi...> - 2011-01-12 20:37:39
|
>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... :) Ah, got it. I compile with a separate makefile that I don't want to commit and I forgot to copy your change over to my makefile. It is now compiling. I will give it a spin. Mark -- Spangalese for beginnners: `Bacq el Lab' `There are tire marks on your forehead.' |