search for: ranjeet

Displaying 5 results from an estimated 5 matches for "ranjeet".

Did you mean: sanjeet
2019 Jul 15
2
DirectoryWatcher causing build failures on Redhat linux with kernel version 2.6.32
...assumes that if sys/inotify.h > exists, then IN_EXCL_UNLINK is defined in it. > > But I think that there are old versions of inotify.h where > IN_EXCL_UNLINK isn't defined. > Could you file a bug for this and cc me. Thanks, Tom > /Mikael > > On 2019-07-15 12:56, Ranjeet Singh via llvm-dev wrote: >> Hi Jan, >> >> >> our builds have been failing on Redhat linux kernel version 2.6.32 with >> the following error: >> >> >> *2019.07.15 11:10:28* >> ../llvm/tools/clang/lib/DirectoryWatcher/linux/DirectoryWatcher-lin...
2019 Jul 15
2
DirectoryWatcher causing build failures on Redhat linux with kernel version 2.6.32
...INK | IN_MODIFY | this is because of the patch https://reviews.llvm.org/rG77dd8a79286d2fff94c765f787d7f7debb2a10c4 which adds this code in. We build on a platform that uses the linux kernel version 2.6.32 which doesn't have the IN_EXCL_UNLINK feature, could you please take a look ? Thanks, Ranjeet -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190715/ab5e6245/attachment.html>
2005 Oct 14
1
Samba for Embedded System, Network-Storage and Print-Server
...th other machines in the network. Is there any other way to support this feature? In case of Samba, what is the memory footprint required? Is there any tiny version of Samba for Embedded System? For your information, we have 16MB RAM and 4MB FLASH. Really appreciate any help and comment! Regards, Ranjeet
2009 Mar 11
6
Monkey Patching a Plugin
I am using a plugin that adds a method to ActiveRecord::Base. The added method is called self.create_or_update. I need to monkey patch this method. I tried in lib/ config/initializers and in environment.rb, but the one in the plugin is always the one that is run. Where do I put my version of the method so that it overrides that of the plugin? I only use this method when running a rake task, so
2009 Sep 28
0
Should I be able to dynamically load metals at runtime?
My goal is to be able to poke a metal endpoint into an app from a plugin''s init.rb AND not have said metal class'' name camelized since it contains acronyms. I didn''t think this was going to be difficult at all, but my attempts to replicate the metal loading procedure just gets me error spew (the "env" argument isn''t passed through to my class''