
On Tue, Nov 08, 2005 at 10:56:32AM -0700, Joshua A. Andler wrote:
Ralf Stephan wrote:
the Windoh errors must be due to the new files not added to your Windoze makefiles, I guess configure would solve that one, but there is maybe a simpler solution.
I'm pretty clueless when it gets beyond just typeing the commands in the instructions. Anyone else?
That would mean newly added files are not automagically propagated to Windoh maklefiles, wouldn't it?
I can swear that the perl scripts (mkfiles & mkdep) us win32 folks run are for that purpose... to update the makefiles. I could be wrong though.
For myself, after I make clean, mine is barfing on: ui/widget/ruler.cpp:73: error: `gettext' undeclared (first use this function) ui/widget/ruler.cpp:73: error: (Each undeclared identifier is reported only once for each function it appears in.)
Hmm, this sounds vaguely familiar; people had trouble with gettext on certain platforms when compiling gtkmm stuff before. It seems there is a macro definition for gettext which is not universally available or something. When this came up before it was in relation to the _() macro specifically. I think the solution was that the macro just needed to be locally defined.
Bryce