[Uml-devel] compilation problems with version 1.1 beta 1

E.L. Willighagen egonw at sci.kun.nl
Tue Sep 17 03:14:03 UTC 2002


On Tuesday 17 September 2002 12:03, you wrote:
> > The configure process should better fail with a message that it can not
> > find the required FlexLexer.h.
>
> There's an entry in configure.in.in that I put in as a test for Flex.
> Unfortunatly someone's KDevelop has commented it out.  Working out why
> KDevelop doesn't like it is fairly high on the to do list.

Ah. ok.

I've got some more problems with compiling on SunOS 5.8:

1. setenv is unkown function (commenting it makes it compile):

source='uml.cpp' object='uml.o' libtool=no \
depfile='.deps/uml.Po' tmpdepfile='.deps/uml.TPo' \
depmode=gcc /bin/sh ../admin/depcomp \
/vol/kde/support/bin/g++ -DHAVE_CONFIG_H -I. -I. -I.. 
-I/vol/kde/kde-3.0.1/include -I/vol/kde/qt-3.0.0/include   
-I/usr/local/gnu/include  -DQT_THREAD_SUPPORT  -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4  -Wnon-virtual-dtor 
-Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -fno-builtin -g -O2 -fno-exceptions 
-fno-check-new  -c -o uml.o `test -f uml.cpp || echo './'`uml.cpp
uml.cpp: In method `void UMLApp::initLibraries()':
uml.cpp:1125: `setenv' undeclared (first use this function)
uml.cpp:1125: (Each undeclared identifier is reported only once
uml.cpp:1125: for each function it appears in.)
gmake[3]: *** [uml.o] Error 1
gmake[3]: Leaving directory `/vol/acfiles7/egonw/src/uml-1.1/uml'

2. uml/headings does not have a libheadings.a, and it is not generated with  
make. Moreover, Makefile.am does not have information on how to generate
the library.

/vol/kde/support/bin/g++ -DHAVE_CONFIG_H -I. -I. -I.. 
-I/vol/kde/kde-3.0.1/include -I/vol/kde/qt-3.0.0/include   
-I/usr/local/gnu/include  -DQT_THREAD_SUPPORT  -D_REENTRANT 
-D_POSIX_PTHREAD_SEMANTICS -DUSE_SOLARIS -DSVR4  -Wnon-virtual-dtor 
-Wno-long-long -Wbad-function-cast -Wundef -Wall -pedantic -W -Wpointer-arith 
-Wmissing-prototypes -Wwrite-strings -fno-builtin -g -O2 -fno-exceptions 
-fno-check-new  -c -o uml_meta_unload.o `test -f uml_meta_unload.cpp || echo 
'./'`uml_meta_unload.cpp
gmake[3]: *** No rule to make target `headings/libheadings.a', needed by 
`uml'.  Stop.
gmake[3]: Leaving directory `/vol/acfiles7/egonw/src/uml-1.1/uml'

And this problem make it impossible to do further compilation.

Hope this helps you development,

kind regards,

Egon




More information about the umbrello-devel mailing list