[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [HTCondor-users] built 8.x quill?



On 09/11/2013 08:22 AM, Michael Di Domenico wrote:
Has anyone successfully built quill on 8.x?

I don't think that quill has been built on 8.x

I'm trying to build it now, but its throwing an error with the MyString struct.

It looks like pgsqldatabase.cpp is looking for MyString:sprintf which
doesn't seem to exist inside MyString.cpp

Is this an oversight or am i misreading the code?

There used to be a method Mystring::sprintf, but it was renamed to MyString::formatstr, taking the same arguments.

-Greg