similar to: [LLVMdev] Building llvm-2.6 on Eclipse CDT

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] Building llvm-2.6 on Eclipse CDT"

2010 Jun 25
0
[LLVMdev] Building llvm-2.6 on Eclipse CDT
Hemanth Murthy <hcmurthy at gmail.com> writes: > No, I am not using CMake. I think Eclipse CDT uses GNU Make.. > > On Fri, Jun 25, 2010 at 3:05 PM, Óscar Fuentes <ofv at wanadoo.es> wrote: > >> Hemanth Murthy <hcmurthy at gmail.com> writes: >> >> > I am trying to build llvm-2.6 src on Eclipse CDT (Helios) and I was >> > getting some
2010 Dec 10
4
Windows XP Profile-Samba 3
Hi, We are setting up a samba PDC with rhcl 5.I made some restrictions in XP box using GPEDIT like restricting the access to control panel,desktop properties, registry and etc. ,then i copied the DEFAULT USER folder frm that XP box to netlogon share of samba server.(thought it would act as baseprofile for all users and this profile policy will be copied to all new users).But what ever the
2010 Nov 23
1
Eclipse Helios on CentOS 5.5 (was Websites Up!)
> Then I hope to finish my tutorial on installing Eclipse > Helios for Centos 5.5 Is there anything special to be done? I just unzipped the SR1 distribution for RCP/RAP developers linux-gtk-x86_64 and it works without problem on an up to date CentOS 5.5 x86_64. (to be more precise: I install it as root under /opt, install some plugins like subclipse and regular users start it from there)
2010 Jul 22
2
[LLVMdev] Question about function arguments
Hello All, I was wondering how I could determine the values of function arguments using the iterators defined in Function.cpp. Any advice or hints would be great..! Basically, what I am trying out is: Function foo has the following function body: int foo(int a, int b) { } Function * f = module->getFunction("foo"); Function::arg_iterator start = f->arg_begin();
2010 Jul 22
0
[LLVMdev] Question about function arguments
Hi Hemanth, > I was wondering how I could determine the values of function arguments > using the iterators defined in Function.cpp. are you sure you aren't confusing values and names? In something like this int foo(int a, int b) there are names "a" and "b". To make it easier for humans to read LLVM IR, most front-ends will use the same names for the function
2010 Jul 22
1
[LLVMdev] Question about function arguments
Hi Duncan, Thanks for the clarification. My doubt is to know how I can extract the values contained in the arguments from LLVM IR. Thanks, Hemanth On Thu, Jul 22, 2010 at 2:28 AM, Duncan Sands <baldrick at free.fr> wrote: > Hi Hemanth, > > > I was wondering how I could determine the values of function arguments > > using the iterators defined in Function.cpp. > >
2011 Apr 15
1
How to disbale storing exe files in a SAMBA share
Hi all, I want to disable writing .exe and .inf files in the sambashares for all shares and its users.How can i achive it. thanks in advance hemanth kumar.M -
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2016 May 02
3
[Announce] Samba 4.4.3 Available for Download
====================================================== "I read part of it all the way through." Samuel Goldwyn ====================================================== Release Announcements --------------------- This is the latest stable release of Samba 4.4. This release fixes some regressions introduced by the last security fixes. Please see bug
2016 May 02
2
[Announce] Samba 4.4.3 Available for Download ( DebianJessie DEBs amd64 )
No its not so hard to build. Basilcy its : add sid source repo. Check for build depends. apt-get build-dep samba for the missing files, get these sources also and check build-dep. Build them, add them to local repo, apt-update Now again : apt-get build-dep samba And you are ready to build samba. I do change the changelog in debian/ folder. I added "-lvb1" to it so it wont
2013 Dec 26
3
CentOS & eclipse
I'm running an up-to-date CentOS 6.5 and I wanted to install eclipse so I went to System->Adminitration->Add/Remove Software and installed eclipse-cdt-1:7.0.1-4.el6 and a bunch of dependent packages. >From the eclipse help menu I see that this is version 3.6.1. According to wikipedia this is a eclipse Helios which was released in June of 2010. My question is why is this so far out of
2006 May 29
0
smbd hanging at BDC
Hi all I have a samba pdc(master LDAP Server) with 1 BDC(slave ldap server), the version of Samba at PDC and BDC is samba 3.0.21c. At BDC , there are some shares declared. The shares are used to store Fox pro files. The client uses foxpro and opens DBF file in the share declared. and also Roaming profiles is also used at BDC. The problem is samba hangs frequently. Once rebooted works for some
2007 Jun 22
3
idmap_ad Integration with Windows 2003 pre-R2
Is then new idmap_ad module capable of getting uid/gid info from a Windows 2003 AD pre-R2 with RFC2307 Unix Identity Mapping Extensions applied? Also, is the correct syntax for specifying the schema_mode as follows: idmap config dom.example.com:schema_mode = rfc2307 (I am not confident that I am reading the idmap_ad manpage and the new idmap document correctly.) Thanks for the help, Murthy
2010 Aug 01
1
[LLVMdev] Creating and building LLVM projects with Eclipse CDT on Windows?
I just downloaded LLVM a couple days ago -- I got everything built and installed quite easily using CMake to generate build files for Eclipse CDT + MinGW. That much worked like a charm -- but I've spent most of the intervening time trying to get a simple project set up. :-P My goal is to create a project consisting of two main parts: - A backend for WDC 65816 - A frontend including a
2015 Aug 01
5
Call Center
Hi All Has anyone used Asterisk for a Call Center operation? What I mean is: given a list of phone numbers, can Asterisk dial each number, play a message and accept some DTMF? I ask because I am an employee of a non-profit company based in San Diego, CA. I already evaluated Voicent and Voxeo. The former has expensive licensing terms and the latter is not best suited for a call center. I would
2013 Feb 07
1
Eclipse CDT not working properly
Hello again, Another problem with my new CentOS 6 installation: The C/C++ support in Eclipse seems to be partial or missing - even though eclipse-cdt is installed. Eclipse starts all right, and I get a C/C++ perspective, but: 1. If I open a C++ file, it's sent to an external editor. 2. C or C++ is not mentioned in Preferences. 3. I can't find a reference to CDT under Help->About
2012 Jun 07
1
Access denied from Windows XP and Mac
Hi All, I have the following setup. Samba Server: Scientific Linux 6.2 with the following samba config. I am able to ping the samba server from both a Mac and Windows XP machines. I can even connect to the samba share. However when I try to access files in the directory I get the error Access Denied. What am I doing wrong? Any help is appreciated greatly. From Mac I can Connect as Samba User,
2017 Jan 09
1
Validated BCM4321 chip on CentOS 7.3
Hey All! I've validated the Broadcom chipset 4321 on 7.3 with the latest 64-bit Broadcom driver(6_30_223_271) if someone with edit capability can update the table please: https://wiki.centos.org/HowTos/Laptops/Wireless/Broadcom https://wiki.centos .org/HowTos/Laptops/Wireless/Broadcom#head-5b5da35ce5cedf2cddd2e815739a64758e341ab8 Table entry: Chip: BCM4321 EL version: CentOS 7.3 Kernel:
2006 Nov 09
5
Build sybase adapter on winxp with eclipse/cdt
Hi folks, I try to get the sybase adapter installed. I downloaded the sybase-ctlib from here: http://raa.ruby-lang.org/project/sybase-ctlib and now want to build the stuff on my winxp machine somehow. I decided to eclipse/cdt and downloaded mingw32-make, gdp and gcc. I created a new project and imported the sybase-ctlib sources. With the extconf.rb I created the makefile and after cleaning up some
2006 Jul 26
3
newbie: Scaffold doesn''t pickup DB changes
I''m following along with the depot example in ''Agile Web Development'' and ran into a problem with Scaffold. I changed the MySQL table structure to add a few columns directly and also tried the migrate script to change the database after I got the initial scaffolding to work. However, I can''t seem to get the new columns to show up and am stumped as to how I can