Marguerite Su changed bug 1068836
What Removed Added
Status NEW IN_PROGRESS

Comment # 1 on bug 1068836 from
Hi, Chen,

The problem is not poedit, it's cpprest.

poedit checks cpprest with a test building, use "-lcpprest" to link it, but it
doesn't append a "-L/usr/lib64". so unless libcpprest.so is in the same
directory as where "./configure" lays, there's no way for poedit to find out
cpprest's existence.

So basically it's cpprest. 

After creating a pkgconfig file in cpprest package, everything works fine:

https://build.opensuse.org/request/show/555058


You are receiving this mail because: