similar to: Opus installation in BCC/Win32

Displaying 20 results from an estimated 5000 matches similar to: "Opus installation in BCC/Win32"

2002 Jul 18
0
Updated BCC projects
In response to requests, I've given my vorbis BCC projects a thorough cleaning. They are now much more professional, complete, and include a little documentation. Ogg Vorbis 1.0 ready! The new files are available here: http://dave.gasaway.org/vorbis/vorbis_bcc.zip At this time, they cannot compile with the free command-line tools available from Borland. If anyone can help make
2007 Apr 08
3
[LLVMdev] C++ -> C translation problems
Hi All, I am trying to use llvm compiler to translate a non-trivial piece of code from C++ to C. I need this because I need to use part of the code as lib for another project that is strictly C. I am working under MSWin and I have choice to use either BCC or MSVC. After a good deal of tries I found out I had to somewhat massage llc -march=c output to make it *almost* compilable. I have one
2020 Feb 21
1
bcc tools and bpftrace packages misbuilt?
After upgrading to 8.1.1911, bcc-tools and bpftrace seem to be broken. Current package versions I have: bpftrace-0.9-3.el8.x86_64 and bcc-tools-0.8.0-4.el8.x86_64 Both of these seem to be pulling in LLVM version 7, rather than the version 8 that is in 8.1.1911: [root at localhost ~]# bpftrace bpftrace: error while loading shared libraries: libclangFrontend.so.7: cannot open shared object file:
2013 Apr 21
1
Sieve - BCC
Hi ! Can you help me please with sieve plugin for dovecot I have this rule: /require ["variables", "envelope", "fileinto", "subaddress", "imap4flags"]; if anyof ( address :is [ "to", "cc", "bcc" ] "test at example.com", envelope :contains "to" "test at example.com"
2016 Jul 15
3
[PATCH 1/4] Create a simple project to create version.h to run before any other
Avoids trying to create and replace version.h more than once which led to file-locking errors with multicore builds. --- Makefile.am | 1 + win32/VS2015/celt.vcxproj | 48 +++++++++++++++++--------- win32/VS2015/generate_version.vcxproj | 65 +++++++++++++++++++++++++++++++++++ win32/VS2015/opus.sln | 32 ++++++++++++++++-
2016 Nov 05
1
[PATCH] genversion.bat: don't overwrite version.mk
The automake script doesn't mess with it in any way, and the projects use win32/version.h and not version.mk. As it is works now, it's just an annoyance for VS devs that use git. --- win32/genversion.bat | 8 -------- 1 file changed, 8 deletions(-) diff --git a/win32/genversion.bat b/win32/genversion.bat index cd1d4dc..8b31831 100644 --- a/win32/genversion.bat +++ b/win32/genversion.bat
2020 May 08
1
dovecot-lda quota warning email add BCC
Dear dovecot users, I have setup doveot with quota warning. Once a quota wearning is reached a shell script is called which then sends an email to the user via dovecot LDA this is the command in the shell script: /usr/lib/dovecot/dovecot-lda -d $USER -o "plugin/quota=dict:User quota::noenforcing:proxy::quota" I already have looked in the docs: https://wiki.dovecot.org/LDA but
2008 Oct 19
0
accessing bcc recipients in ActionMailer view
Apologies if this has been covered already, but I haven''t been able to turn anything up after a bit of searching. I have an app that sends out a mail to a large bcc list. I''d like to be able to add some personalization to the mail (you know, something like "Hi, person X, thanks for being on our huge mailing list!") but I''m not sure how to access the mail object
2017 Jun 23
0
DEA: BCC input oriented
Dear R users, If anyone could give me a hand coding some airline finance data that I want to do a DEA on using a BCC input oriented primal code that would be much appreciated. Kind regards, Lewis Leslie Get Outlook for iOS<https://aka.ms/o0ukef> [[alternative HTML version deleted]]
2019 Mar 13
0
recipient bcc and dovecot
Add mail_location setting or return 'mail' from userdb. Aki On 13.3.2019 5.53, @lbutlr via dovecot wrote: > I have a recipient_bcc_maps which contains a bcc map that is updated everyday: > > rbcc.pcre: > if !/backup.*@/ > /^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld > endif > > the 071 portion is changed each day to the current day of the year. >
2012 Jul 11
0
:bcc works in development but not in production
I can send emails in development and production but :bcc only works in development. I am with rails 3.0.9 and ruby 1.9.2 and I use delayed_job3.0.pre. Can someone help me? Thanks in advance :) -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To view this discussion on the web visit
2019 Mar 13
2
recipient bcc and dovecot
I have a recipient_bcc_maps which contains a bcc map that is updated everyday: rbcc.pcre: if !/backup.*@/ /^([^+_]*).*@([^.]*)/ backup+071.${1}-${2}@adomain.tld endif the 071 portion is changed each day to the current day of the year. Everything works, but I get an error from dovecot on every message: lda(backup at adomain.tld): Error: User initialization failed: Namespace '':
2005 Jan 20
2
Compiling wxRuby 0.6 with Borland C++ Compiler
I''m trying to recompile wxRuby 0.6 using Borland''s C++ Compiler (version 5.5.1). So far I was able to do the following: 1) Recompile a working version of ruby V1.8.1 executable using bcc32 2) Recompile a working version of wxWindows 2.4.2 using bcc32   However for wxruby, I''m having some problems with the Makefile which I fixed. Now when I''m compiling the
2014 Jun 23
1
[PATCH] Fixed genversion.bat to accept quotations in argument
Ran into some problems compiling opus on Windows. Found out its because the genversion.bat did not strip the arguments of quotations, leading to incorrect variables -------------- next part -------------- An embedded and charset-unspecified text was scrubbed... Name: win32.patch Url: http://lists.xiph.org/pipermail/opus/attachments/20140622/af3f7332/attachment.txt
2014 Jun 04
3
opus_multistream_encode_float not working in libopus 1.1
> > This is as expected. The build system is trying to get a git revision > string out of the source tree to compile in for reference. If you're > building from a downloaded source .zip, there won't be any git > information available and it will fall back to the hard-coded release > string. That's why the error isn't fatal to the build. Ok, this seems
2007 Dec 27
1
Error: cannot allocate vector of size ... Bcc: Add Cc | Add Bcc
I read the subject message in a number of R archived emails. Since I am experiencing the same problem: > upfmla A ~ T + cosP + cos2P + cos4P + cos5P + sin3P + sin5P + cosP2 + sinP3 + P2 > glmod <- gls(upfmla,correlation=corAR1(),method="ML") Error: cannot allocate vector of size 491.3 Mb > dim(xx) [1] 8025 14 and since I'm running R on a 64-bit Linux platform ...
2002 Oct 01
0
Windows 3.1 program hangs at startup
Hi folks, I just joined the list because I am trying very much to get this program working so I can keep the environment that I am working in 100% Linux. If I can't get this to go I'll have to deploy a couple of Windows boxes. I have used Wine before but am by no means an expert in configuration or debugging with it. I have looked through the information at the website and did a Google
2019 Mar 13
1
recipient bcc and dovecot
On 13 Mar 2019, at 01:42, Aki Tuomi via dovecot <dovecot at dovecot.org> wrote: > Add mail_location setting or return 'mail' from userdb. userdb { args = /usr/local/etc/dovecot/dovecot-sql.conf.ext default_fields = uid=vpopmail gid=vchkpw mail_location=/usr/local/virtual/%u mail=maildir:/usr/local/virtual/%u driver = sql } mail_location has always been in there along with
2005 Oct 26
1
Borland C++ and [R] dyn.load() for windows
Hi, I compiled a C program file on Borland C++ 5.5 compiler to get one dll output (as instructed in the file readme.package). The C program file is just the example on page 31 of "writing R extensions": void convolve(double *a, int *na, double *b, int *nb, double *ab) { int i, j, nab = *na + *nb - 1; for(i = 0; i < nab; i++) ab[i] = 0.0; for(i = 0; i < *na; i++) for(j = 0; j
2003 Jul 08
2
OMF static LIBs for Borland ?
Hi, I have a problem and I hope that someone, possibly someone from Vorbis developing team, could help me out. My question is: "Are there OggVorbis static libraries in OMF format that can be statically linked to a Borland C++ Builder compiled applications?" Static LIBs that I found in Vorbis Win32 SDK are in COFF format, and therefore I was only able to link dynamically to DLLs.