similar to: [LLVMdev] FAQ update and Question on minimum build

Displaying 20 results from an estimated 1000 matches similar to: "[LLVMdev] FAQ update and Question on minimum build"

2019 Mar 29
2
How to build only the necessary components with MSVC
I configure LLVM build with this command cd llvm-8.0.0.src & md buildsys-x64-MT & cd buildsys-x64-MT & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64-MT .. The number of build objects grew with every major release to 1660 for LLVM 7 and 1761 for
2004 Jun 27
2
Samba3 Win95 interoperability
Greetings, I am trying to get samba3 to work well with W95. The windows 95 box can see the samba server, but cannot authenticate (claims wrong password) to get to any shares. I know the smbpasswd is good as I can authenticate and get to the shares using the same account and password on a W2000 machine. I suspect I am doing something wrong in the [global] section of the samba server. Would
2004 Jun 25
3
cupsaddsmb encounter with good info supplied (Plain text)
Sorry, Should have used plain text to begin with and better wrapping: Hi People, Trying to be as informative as possible: I'm trying to add printers drivers to cups-owned, samba shared printer. Called "PDF-Creator" But when I issue the command "cupsaddsmb -U root -v PDF-Creator" I get a "NT_STATUS_LOGON_FAILURE" Weird thing is: I was able to do this a few
2010 Oct 18
3
[LLVMdev] building only libs with cmake
Now I have -DLLVM_INCLUDE_EXAMPLES:BOOL=OFF but Kaleidoscope is still there and selected for build (-G "Visual Studio 9 2008") -Jochen
2005 Mar 25
7
What is web login password for Asteirsk@Home
2004 Jun 25
1
Looping auth problem
Hello, We have had an unusual problem start this week. I observed smbd process using lots of CPU time for an extended period of time. Upon looking at the log for that machine with debug=2, I discovered that a client PC was looking for information on a particular user on our network over and over. That user is a valid user on our network. Killing the effected smbd process did not work; another
2011 Feb 09
3
Loop in variable names
Hello! I would like to do some tables for several variables and I would like to write a loop that does the table for each variable. I should also point out that my data set has several missing observations and sometimes the observations that are missing are not the same for all my variables. What I would like to do: table(StoreData$CompanyID, !is.na(StoreData$P2))
2005 Jul 20
6
Asterisk and flash disks
Hello I see it is possible to buy Flash Disks up to 4GB now. Has anyone any experience of building an Asterisk system with a flash disk as the only storage device? Any brands you recommend? Is 2 or 4GB enough for an Asterisk installation? Typically how many MB is required for voicemail recording files for say a 10 user system? What about voicemail - I suppose files could be emailed and
2005 Aug 07
3
Can call from iax extn but cannot call it - unable to cteate channel iax
Hello I have created an iax exten in my iax.conf file: [300] type=friend username=300 secret=*** context=default host=dynamic callerid="some name" <300> auth=md5 Then in my extensions.conf I have: exten => 300,1,Dial(IAX/${EXTEN},20) exten => 300,2,Hangup I can dial from iaxComm (a soft IAX client) and that works fine. But when I try to dial 300 get: WARNING[22077]:
2004 Jun 15
8
a better smbstatus for monitoring samba ?
Hello, does anyone know if there is a tool in existence that can monitor samba shares like smbstatus but is much more advanced (and runs in console) , I mean a tool that has menues, some search options, and things sorted out nice. A Samba realtime monitor would be the best thing with lots of details and lots of options. I tried Swat, but that aint really a solution to watch who is connected
2005 Jul 24
2
Why can't sip/200 call sip/202
I have 2 sip accounts setup - 200 and 202. If I do sip show peers I get: sip show peers Name/username Host Dyn Nat ACL Mask Port Status 202/202 192.168.0.6 D 255.255.255.255 5060 Unmonitored 201/201 (Unspecified) D 255.255.255.255 5060 Unmonitored 200/200 192.168.0.3 D 255.255.255.255 5060
2009 Apr 09
2
how to automatically select certain columns using for loop in dataframe
Hi, I am trying to display / print certain columns in my data frame that share certain condition (for example, part of the column name). I am using for loop, as follow: # below is the sample data structure all.data <- data.frame( NUM_A = 1:5, NAME_A = c("Andy", "Andrew", "Angus", "Alex", "Argo"), NUM_B = 1:5, NAME_B =
2005 Oct 09
4
*8 and group pickup not working
Hello I have a Junghanns ISDN BRI card for incoming calls and use SIP Polycom IP300 phones. My config files look like this: features.conf pickupextn = *8 zapata.conf context=frompstnisdn group=1 callgroup=1 pickupgroup=1 I also edited sip.conf like this: group=1 callgroup=1 pickupgroup=1 But on internal and incoming calls if I dial *8 from any phone I cannot pickup. Do I need to add
2005 Sep 05
2
Asterisk overheating on VIA Epia M Series motherboard
Hello I am running Asterisk on SUSE Linux Professional 9.3 on a VIA Epia M Series motherboard - CPU runs at 1GHz. There is no fan - just a large heatsink. Currently system is running off standard IDE hard drive - because I couldn't get astlinux to run with my Digium TDM04B card (only PCI card in system). Strangely I also have the same system also running SUSE Linux running as a file
2006 Apr 09
16
Mapping to BigDecimals instead of Floats
Hi everyone, I''m new to Rails and Ruby, and have been working my way through the Pickaxe and Agile Rails books for the last week or so. With a background in payroll apps I found that the default ActiveRecord mapping of decimal columns to float variables really bothered me! Financial calcs need high levels of accuracy and floats just don''t give you that. I know there are a bunch
2005 Sep 30
2
Will a VIA Epia ME6000 with a 600MHz Eden fanless CPU be suffiecient for 8 extension system?
Hello I am using a VIA Epia ME6000 with a 600MHz Eden Fanless CPU. Is this likely to be enough power for a 8 extension system with 6 external pstn lines? How important is cpu? Is there some measure, eg xMHz CPU per extension or something benchmark? I have installed 512MB memory - again any benchmark for asterisk memory usage? Angus
2005 Jul 21
2
Problems installing asterisk-addons
Hello I have downloaded asterisk-addons but when I make install get: cc -fPIC -I../asterisk -D_GNU_SOURCE -DMYSQL_LOGUNIQUEID -I/usr/include/mysql -c -o app_addon_sql_mysql.o app_addon_sql_mysql.c app_addon_sql_mysql.c:164:64: macro "AST_LIST_REMOVE" requires 4 arguments, but only 3 given app_addon_sql_mysql.c: In function `del_identifier': app_addon_sql_mysql.c:164: error:
2005 Aug 05
3
Is this echo problem down to IP Phone hardware?
Hello I have a Grandstream GXP2000 with latest firmware. When I use it holding the handpiece I don't hear any echo - neither does other end. However, if I use it handsfree, the other end notices echo when they speak - ie their voice is echoy. I hear their voice being a bit echoy. Is this purely down to the IP Phone? Is there anything I can do about it? I considered buying a more
2005 Sep 29
1
Cannot figure out why calls from my Asterisk appear to be from country code +34?
Hello When I dial out from my Asterisk (using Digium analog TDM04B card over pstn line), calls appear to be from +34<rest of number> I am in UK which is +44 so cannot work out why seeing +34. In my zapata.conf I have: loadzone = uk defaultzone = uk I can't find any country specific stuff in any other conf files. Any ideas how I can correctly set so that calls from my asterisk do
2005 Sep 30
2
Why does the s extension not work in my extensions.conf file
Hello In my extensions.conf file: [frompstnisdn] exten => s,1,Dial(SIP/200&SIP/202,20) exten => s,2,Voicemail(su200) exten => s,3,Hangup I use the s, start, extension to handle incoming calls. In my zapata.conf: context=frompstnisdn This works ok on another asterisk box I setup. But on incoming calls I get: -- Extension '787367' in context 'frompstnisdn'