[Bug 229517] games/xptools won't build on anything newer than 11.1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Thu Jul 5 22:39:23 UTC 2018


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=229517

--- Comment #2 from w.schwarzenfeld at utanet.at ---
I had a look into the code. There are a lot of syntax errors. 

this error could solved with:
-paired_files.push_back(make_pair<string,string>(files[i], files[i+1]));
+paired_files.push_back(make_pair(files[i], files[i+1]));

but I think there are other errors after this one.

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list