|
From: Jacques L. <jla...@es...> - 2004-01-30 23:52:15
|
On Sat, 31 Jan 2004 04:32, Miroslav Fidler wrote: > > If you're prepared to do that, that would be great! > > www.ntllib.org/upp/upp.zip Unfortunately, this source can't build. Core/Core.h looks for Core/Debug.h, which doesn't exist. It also wasn't in 0.1.4b, so this is probably a code problem, not a packaging problem. Interesting (and a little scary) that BLITZ allows this to succeed... Here's the output of the first file's compilation attempt: [zapata IdeEditor] c++ -c -I"/upp/uppsrc" -I"/usr/include" -I"/usr/X11R6/include" -I"/usr/include/Xft2" -I"/usr/include/freetype2" -I"/usr/include/c++/3.2" -I"/usr/include/g++-3" -DflagGUI -DflagST -DflagGCC -DflagRELEASE -DflagOPTIMIZE -DflagLINUX -O2 -ffunction-sections -fuse-cxa-atexit "/upp/uppsrc/IdeEditor/Highlight.cpp" -o "/upp/out/IdeEditor/GCC-GCC-GUI-LINUX-OPTIMIZE-RELEASE-ST/Highlight.o" In file included from /upp/uppsrc/Draw/Draw.h:6, from /upp/uppsrc/CtrlCore/CtrlCore.h:10, from /upp/uppsrc/CtrlLib/CtrlLib.h:6, from /upp/uppsrc/ide/Common.h:6, from /upp/uppsrc/IdeEditor/IdeEditor.h:6, from /upp/uppsrc/IdeEditor/Highlight.cpp:3: /upp/uppsrc/Core/Core.h:221:24: Core/Debug.h: No such file or directory In file included from /upp/uppsrc/Core/Core.h:232, from /upp/uppsrc/Draw/Draw.h:6, from /upp/uppsrc/CtrlCore/CtrlCore.h:10, from /upp/uppsrc/CtrlLib/CtrlLib.h:6, from /upp/uppsrc/ide/Common.h:6, from /upp/uppsrc/IdeEditor/IdeEditor.h:6, from /upp/uppsrc/IdeEditor/Highlight.cpp:3: /upp/uppsrc/Core/Value.h: In member function `virtual void RefManager::SetValue(void*, const Value&)': /upp/uppsrc/Core/Value.h:413: `NEVER' undeclared (first use this function) /upp/uppsrc/Core/Value.h:413: (Each undeclared identifier is reported only once for each function it appears in.) In file included from /upp/uppsrc/Draw/Draw.h:1007, from /upp/uppsrc/CtrlCore/CtrlCore.h:10, from /upp/uppsrc/CtrlLib/CtrlLib.h:6, from /upp/uppsrc/ide/Common.h:6, from /upp/uppsrc/IdeEditor/IdeEditor.h:6, from /upp/uppsrc/IdeEditor/Highlight.cpp:3: /upp/uppsrc/Draw/Debug.h: In constructor `SimpleTiming::SimpleTiming(const char*)': /upp/uppsrc/Draw/Debug.h:23: invalid operands of types `const char*' and `const char[11]' to binary `operator<<' /upp/uppsrc/Draw/Debug.h:23: `RLOG' undeclared (first use this function) Jacques -- Where am I going, and what am I doing in this handbasket? |