-
Notifications
You must be signed in to change notification settings - Fork 235
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Errors When Compiling on Ubuntu 22.04 #187
Comments
Hello, just don't use the gtest? there is one available with apt, or just apt-get source lucene++ and build from there. There are few patches and configuration switches. |
@LocutusOfBorg It is not my job to fix other people's build systems. If things don't compile correctly using the provided build files, then the programming team needs to fix that, not the users who don't want to waste time fixing other people's mistakes. The programming team should also not be so slow to read and respond to these issues. I've already found a solution and moved on. |
I guess "the programming team" in this case is me? I certainly don't want to waste your time, but at the same time I don't have access to Ubuntu or the time to deep dive into this particular problem, apologies. |
@krixano using bundled libraries is considered bad pratice in Debian and Ubuntu, this is why I suggested you to just use system provided googletest. |
Also, works for me in the very same Ubuntu version, as well as Debian, so unless you provide build flags, and steps to reproduce, I guess there is not much we can do. |
Reading the error message, the obvious solution is setting the dummy
variable to 0, or any other value. Haven't you tried that?
…On Mon, Feb 20, 2023 at 8:18 PM Gianfranco Costamagna < ***@***.***> wrote:
Also, works for me in the very same Ubuntu version, as well as Debian, so
unless you provide build flags, and steps to reproduce, I guess there is
not much we can do.
—
Reply to this email directly, view it on GitHub
<#187 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAIX3J22V76YKRO6RUXZ4VTWYO7QXANCNFSM54FNO7JA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
(my message was of course directed at the thread starter, not Cianfranco)
On Mon, Feb 20, 2023 at 9:21 PM Kjetil Matheussen ***@***.***>
wrote:
… Reading the error message, the obvious solution is setting the dummy
variable to 0, or any other value. Haven't you tried that?
On Mon, Feb 20, 2023 at 8:18 PM Gianfranco Costamagna <
***@***.***> wrote:
> Also, works for me in the very same Ubuntu version, as well as Debian, so
> unless you provide build flags, and steps to reproduce, I guess there is
> not much we can do.
>
> —
> Reply to this email directly, view it on GitHub
> <#187 (comment)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AAIX3J22V76YKRO6RUXZ4VTWYO7QXANCNFSM54FNO7JA>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Well, OTOH updating googletest to latest version will indeed fix this and other problems V1.13.0 has the fix |
I am getting these errors while compiling, on Ubuntu 22.04:
Gcc Version:
gcc (Ubuntu 11.2.0-19ubuntu1) 11.2.0
The text was updated successfully, but these errors were encountered: