Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 05 Jul 2018 22:39:20 +0000
From:      bugzilla-noreply@freebsd.org
To:        ports-bugs@FreeBSD.org
Subject:   [Bug 229517] games/xptools won't build on anything newer than 11.1
Message-ID:  <bug-229517-7788-nYp2GUfvXb@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-229517-7788@https.bugs.freebsd.org/bugzilla/>
References:  <bug-229517-7788@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D229517

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

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.

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-229517-7788-nYp2GUfvXb>