Re: [gem5-dev] Cannot build on mac anymore

2019-08-06 Thread Kamran Hasan
Developer List Subject: Re: [gem5-dev] Cannot build on mac anymore Kamran, Thank you for the feedback. Yet, I am confused; There should be no need to declare the virtual keyword on a derived class's destructor, since the destructor being virtual is a inherited trait (as long as the base's

Re: [gem5-dev] Cannot build on mac anymore

2019-08-03 Thread Daniel Carvalho
generated. scons: *** [build/X86/python/_m5/param_CompressedTags.o] Error 1 From: Daniel Carvalho Sent: Saturday, August 3, 2019 6:11:16 AM To: Kamran Hasan Cc: Gem5 Developer List Subject: Re: [gem5-dev] Cannot build on mac anymore Can you cherry-pick this patch and see

Re: [gem5-dev] Cannot build on mac anymore

2019-08-03 Thread Kamran Hasan
niel Carvalho Sent: Saturday, August 3, 2019 6:11:16 AM To: Kamran Hasan Cc: Gem5 Developer List Subject: Re: [gem5-dev] Cannot build on mac anymore Can you cherry-pick this patch and see if it solves your issue, Kamran? https://gem5-review.googlesource.com/c/public/gem5/+/19808 (The answ

Re: [gem5-dev] Cannot build on mac anymore

2019-08-03 Thread Daniel Carvalho
Can you cherry-pick this patch and see if it solves your issue, Kamran? https://gem5-review.googlesource.com/c/public/gem5/+/19808 (The answer to your question may be found here:

[gem5-dev] Cannot build on mac anymore

2019-08-02 Thread Kamran Hasan
Hi, I did a git pull and tried to build again but found that I couldn't. I also tried doing a clean git clone and building again but got the same error message that I'm pasting below. I'm running OS X Mojave (10.14.5) with Xcode 10.3. Before I did a git pull, I was able to build and run fine