-
After typing make -f Makefile.linux the compilation
fails with several repititions of the following error:
model/nodei.cc:54: instantiated from here
/usr/include/c++/3.3.2/bits/stl_algo.h:229: error: ISO
C++ says that `bool
d_ptr_base::handle::operator==(const
Parent*) const [with Parent =
Edge]' and `operator==' are ambiguous even though
the worst conversion for...
2004-01-05 17:36:43 UTC by nobody
-
Here's the error message:
g++ -fpic -O2 -Wall -fno-exceptions -fno-rtti -Iinclude
-I/usr/local/include/ -DUSE_TCL_STUBS -DUSE_TK_STUBS
-DSWIGSTATIC= -c -o bin/voodoo_wrap.o
lowlevel/voodoo_wrap.cc
lowlevel/voodoo_wrap.cc: In function `int
Voodoo_Init(Tcl_Interp *)':
lowlevel/voodoo_wrap.cc:1595: argument passing to `int
(*)(void *, Tcl_Interp *, int, const char **)' from
`int (*)(void...
2003-02-05 03:35:57 UTC by nobody
-
Finally got voodoo to work on gcc 3.0 support.
I'm still in the process of trying to figure out how to put autoconf support in. Basic problem is that I want to use Automake, but TEA (the Tcl extension architecture) uses Autoconf only and is incompatible with libtool. Anybody willing to help? Email me! (bge at videtron dot ca)
2001-09-26 03:59:22 UTC by bge
-
bge committed patchset 42 of module voodoo to the Voodoo UML Class Diagram Editor CVS repository, changing 8 files.
2001-09-23 14:34:49 UTC by bge
-
Heavenes - Ignorance is not blis...
The extesions on the source files is *.cc.
How do I get the MSVC++ compiler to recognize them as a valid cpp extension?
Any pointers will be appreciated.
Thanks In Advance.
Enjoy!
Roberto Artigas Jr.
2001-07-02 00:07:06 UTC by bortov1
-
Logged In: YES
user_id=137930
Thank you for your quick answer.
As you wrote, I used tcl/tk 8.04 with TurboLinux 6.0 which
caused the problem.
Now voodoo has been successfully installed on Debian (slink)
which has tcl/tk 8.2. I'm really glad I can enjoy editting
UML diagram.
So I'd like to thank you again for making this usefull
editor.
2001-03-08 05:46:32 UTC by masakatsu
-
Logged In: YES
user_id=30980
This is really a documentation bug--I believe you are using
Tcl/Tk 8.0; however, newer builds of voodoo (ever since
1.99.10 I think) require 8.3.2 to work out of the box.
You can still get it to compile under 8.0, but you'll have
to monkey with the makefile. Namely, make sure
USE_TCL_STUBS and USE_TK_STUBS are *not* defined and link
with -ltcl -ltk instead...
2001-03-07 14:21:53 UTC by bge
-
I found compilation of voodoo-src-1.99.12.tar.gz
was failed with g++ ( gcc version 2.95.2 19991024
(release) ).
Here is the error message.
g++ -fpic -O2 -Wall -fno-exceptions -fno-rtti -Iinclude
-I/usr/include/tcl8.3 -DUSE_TCL_STUBS -DUSE_TK_STUBS
-DSWIGSTATIC= -c -o bin/voodoo_wrap.o
lowlevel/voodoo_wrap.cc
lowlevel/voodoo_wrap.cc: In function `int
Voodoo_Init(Tcl_Interp *)'...
2001-03-07 07:38:06 UTC by masakatsu
-
bge committed patchset 41 of module voodoo to the Voodoo UML Class Diagram Editor CVS repository, changing 64 files.
2001-02-10 08:08:24 UTC by bge
-
bge committed patchset 40 of module voodoo to the Voodoo UML Class Diagram Editor CVS repository, changing 4 files.
2001-02-10 05:43:56 UTC by bge