Re: [REQADM-Users-L] REQADM on NetBSD (was: REQADM moved to SourceForge)
Brought to you by:
rcopeland101,
slw
From: Steve W. <st...@al...> - 2003-12-15 08:21:45
|
> One needed change is the decoupling of the dependencies on scwoop and > stooop. I had the latter installed, as part of tcllib, but the REQADM > build insisted that I reinstall it in the same directory where I > installed scwoop. Yeah, they're better decoupled than they used to be, but we can make it so the configure script will look for them in separate directories as well. > OK -- I guess I'll give it another go, and this time change nothing. > You can't have gotten everything to work, though, as there's no sign > of a "reqadm-config.pl" in the distribution, and that's needed for the > cron jobs. ;-) Great. That did get left out of the distribution. Okay, sounds like we'll be seeing a 1.3.1 soon. Until then, it's attached to this mail (hopefully the attachment will survive the mail list system; I haven't tried that before). > Then, I run xreqadm, and try to create a new ticket. It suggest me as > the submitter, and when I press "Ok", I get a dialog saying "464C4723: That's FLG#, the REQADM main option flag variable. (46=F 4C=L 47=G 23=#) If your file is missing that, there's a lot of things that aren't going to\ work. The default that ships with REQADM is: FLG#=%000110011-000000000000011111--- > OK, I'm attaching three files: the first is what I did in the src > directory to get it to configure for NetBSD (really just a copy of the > FreeBSD setup). The next is the diff for the Makefiles in the build Thanks for the diffs. We'll start a "NetBSD" configure option with those. > directories, as needed to get things built. (What's libttf? I didn't > have one, so I just ripped it out of the link statement.) Finally, > my Makelog from the build, showing the warnings I mentioned. A true-type font library. It's not used directly by REQADM, but one of the other graphics libs used to complain if it wasn't included as well. If you get a clean compile without it, you don't need it. --steve |