Re: [gem5-users] Regarding changeset 9396

2013-01-08 Thread Nilay Vaish
On Tue, 8 Jan 2013, Andreas Hansson wrote: If you've installed protoc using apt/yast etc pkg-config should know how to use it. I just compiled the source and installed it in a non-standard location. protoc is available in the path and the libraries are available in LIBRARY_PATH. Can you

Re: [gem5-users] Regarding changeset 9396

2013-01-08 Thread Andreas Hansson
If you've installed protoc using apt/yast etc pkg-config should know how to use it. Can you verify that: http://reviews.gem5.org/r/1615/ resolves the issue? Thanks, Andreas On 08/01/2013 13:42, "Nilay Vaish" wrote: >On Tue, 8 Jan 2013, Andreas Hansson wrote: > >> Hi Nilay, >> >> I am not sure

Re: [gem5-users] Regarding changeset 9396

2013-01-08 Thread Nilay Vaish
On Tue, 8 Jan 2013, Andreas Hansson wrote: Hi Nilay, I am not sure I follow your comment. pkg-config is used for protobuf, but not for anything else at this point. I cannot reproduce the error on my side as my pkg-config knows of protobuf and handles it correctly. The tests in the scons script

Re: [gem5-users] Regarding changeset 9396

2013-01-08 Thread Andreas Hansson
Hi Nilay, I am not sure I follow your comment. pkg-config is used for protobuf, but not for anything else at this point. I cannot reproduce the error on my side as my pkg-config knows of protobuf and handles it correctly. The tests in the scons script check that you have pkg-config, and protoc/pro

Re: [gem5-users] Regarding changeset 9396

2013-01-07 Thread Nilay Vaish
On Mon, 7 Jan 2013, Ali Saidi wrote: Hi Nilay, Do you have protoc installed, but pkg-config doesn't know about it? Yes, but it should not matter. I would expect that protoc and the associated libraries are detected like gcc. -- Nilay ___ gem5-

Re: [gem5-users] Regarding changeset 9396

2013-01-07 Thread Ali Saidi
Hi Nilay, Do you have protoc installed, but pkg-config doesn't know about it? Thanks, Ali On 07.01.2013 17:42, Nilay Vaish wrote: > This changeset adds support for building with google protobuf. I think the > patch erroneously assumes that pkg-config will work correctly in all > situ

[gem5-users] Regarding changeset 9396

2013-01-07 Thread Nilay Vaish
This changeset adds support for building with google protobuf. I think the patch erroneously assumes that pkg-config will work correctly in all situations. I got the following error while trying to build gem5 -- scons: Reading SConscript files ... Package protobuf was not found in the pkg-confi