On Sat, Apr 30, 2011 at 9:28 PM, Clemens <clemens.zeidler@xxxxxxxxxxxxxx> wrote: > On Sun, 01 May 2011 09:10:55 +1200, scottmc <scottmc2@xxxxxxxxx> wrote: > >> Here's the error I'm getting when trying to build Pe: >> C++ generated/objects-nodebug/Extensions/HTMLUpdate.o >> >> /boot/develop/haikuports/haiku-apps/pe/work/pe-2.4.3-600/Extensions/HTMLUpdate.cpp: >> In function `void ReplaceGlossary(string &, const char *, const char >> *)': >> >> /boot/develop/haikuports/haiku-apps/pe/work/pe-2.4.3-600/Extensions/HTMLUpdate.cpp:214: >> implicit declaration of function `int count_pop_accounts(...)' >> >> /boot/develop/haikuports/haiku-apps/pe/work/pe-2.4.3-600/Extensions/HTMLUpdate.cpp:217: >> implicit declaration of function `int get_pop_account(...)' >> >> -scottmc >> > > hi scottmc, its probably my fault was not aware that these methods are part > of the BeAPI, feel free to add them again to the header the implementation > is still in the lib, though. > > thanks, > Clemens > > Ok, my attempt at fixing this is in r41327. Let me know if I did it correctly. I only readded the count_pop and the get and set functions. Should all of the previous global functions be added back in, or just if they are needed as in this case? -scottmc