Activity for Nick DeCoursin

  • Nick DeCoursin Nick DeCoursin posted a comment on merge request #5

    Yeah, that makes sense. Thanks.

  • Nick DeCoursin Nick DeCoursin posted a comment on merge request #5

    It looks like the following line doesn't do anything, and it's causing compilation to fail (Line 237 on src/hugin1/ptbatcher/ChangeUserDefinedDialog.cpp). m_utilsBinDir = exePath.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR); I think it's best to just delete the line or else adding const wxString before the m_utilsBinDir like so: const wxString m_utilsBinDir = exePath.GetPath(wxPATH_GET_VOLUME | wxPATH_GET_SEPARATOR);

  • Nick DeCoursin Nick DeCoursin created merge request #5 on Hugin

    Unix compilation fix

  • Nick DeCoursin Nick DeCoursin committed [8d87ee] on Hugin - Hugin

    Fix Unix compilation

1
MongoDB Logo MongoDB