| Umbrello UML Modeller: A Diagramming Programme for the Unified Modelling Language Developed Using Bazaar Methods; BSc Honuors Dissertation, Final Report; University of Stirling, Department of Computing Science and Mathematics; April 2003 | ||
|---|---|---|
| Prev | Chapter 3. Developing Umbrello UML Modeller | Next |
While I have been unable to test Umbrello on Solaris myself, there have been a couple of users who tried to compile it and failed. The compilation error was with a C library function setenv() which doesn't exist in Solaris. Fortunately this problem has already been solved by the KDE developers who provide an alternative setenv() in a compatibility library so it just required a test in the autoconf file for the setenv() function. Umbrello now successfully compiles on Solaris.