Dia for Mac?
I was wondering if there was something like Dia for Mac. I remembered I used that for documenting and create the basic source classes for my final university project, and I was wondering if it would be possible to have it running on mac. First searches are very negative, and I couldn't figure out how the Class Diagrams of XCode (the development environment for mac) worked (maybe I was way too sleepy…)
Anybody, any suggestion? :-)


same boat
20051118
I was thinking of moving to a mac. But I need dia, because I use dia for my senior project. So far it looks like darwinports or fink are the only solutions. But there is http://www.pixelglow.com/graphviz/. I wish they had windows binaries, as my groupmates use windows.
Jorge
20070214
Hi!
Maybe you have solved already your problem about Dia. I have Dia running in my PowerBook G4. You need to have X11 installed. After downloading Dia's source code you must, in a terminal window, change directory to the directory of the Dia's source, and run "./configure". After this run "make", and, finally, "sudo make install". It install dia in /usr/local/bin.
With Asticones, http://www.spyroland.net, you can even make a nice double click alias for Dia and move this alias into /Applications.
Bye
Jorge
sole
20070214
Good one, Jorge!
Actually I hadn't tried that again, but if I need Dia functionalities in the future I'll revisit your trick. Thanks a lot!