search for: sourcearch

Displaying 7 results from an estimated 7 matches for "sourcearch".

Did you mean: source&arch
2011 Dec 12
2
sambaMungedDial
Hi, does anybody know how to decode/recode sambaMungedDial attribute? I need to store the terminal server profile path in it but can not find any documentation. Thanks, Alex
2010 Jul 07
3
Message: "err:psdrv:PSDRV_PPDGetNextTuple Line too long."
...etInvocationValue(fp, cp, tuple); 00449 break; 00450 00451 case '^': 00452 PSDRV_PPDGetSymbolValue(cp, tuple); 00453 break; 00454 00455 default: 00456 PSDRV_PPDGetStringValue(cp, tuple); 00457 } 00458 return TRUE; 00459 } Source: http://wine.sourcearchive.com/lines/1.0.1-0ubuntu2/ppd_8c-source.html Is there any way around this limitation? Thank you.
2013 Mar 18
1
Windows R-3.0.0 and Tcl/tkrplot issue
...noticed that the plotting functionality in package tkrplot was not working correctly. Further diagnosis found the issue to be related to the command '.Tcl("image create Rplot plotname")' from package "tkrplot". The following example is taken from here: http://tkrplot.sourcearchive.com/documentation/0.0.14/tcltkimg_8c_source.html > library(tkrplot) > library(tcltk) > my.tkdev <- function() win.metafile(width=4,height=4) > my.tkdev() > plot(1:20) > .Tcl("image create Rplot fred") Error in structure(.External(.C_dotTcl, ...), class = "tcl...
2010 Sep 11
2
Re: Trouble with libgsm on Mac OS X 10.6.2
...l > > > > [2] Edit the portfile for wine-devel. It is located at: > /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/wine-devel > > Change "--without-gsm" to "--with-gsm" > > [3] Download libgsm source from: > http://libgsm.sourcearchive.com/ > > [4] Copy libgsm source to ~/Desktop and extract it there > > [5] Compile and install libgsm per instructions below: > > > rwoodsmall (with minor path edits and added spaces for clarity) wrote: > > > > > > Code: > > cd ~/Desktop/gsm-1.0-...
2010 Jun 22
4
Where can I find libgsm development files?
Code: configure: libgsm development files not found, gsm 06.10 codec won't be supported. Where can I find the source for libgsm? I've done thorough searches on Google and found nothing.
2010 Jul 14
1
Re: Trouble with libgsm on Mac OS X 10.6.2
...ll wine-devel Code: sudo port uninstall wine-devel [2] Edit the portfile for wine-devel. It is located at: /opt/local/var/macports/sources/rsync.macports.org/release/ports/x11/wine-devel Change "--without-gsm" to "--with-gsm" [3] Download libgsm source from: http://libgsm.sourcearchive.com/ [4] Copy libgsm source to ~/Desktop and extract it there [5] Compile and install libgsm per instructions below: rwoodsmall (with minor path edits and added spaces for clarity) wrote: > > > Code: > cd ~/Desktop/gsm-1.0-pl13 > > GSMOBJS="" > > for GSM...
2012 Sep 05
1
Trouble implementing Antispam plug-in for Dovecot
...ntispam . After restarting Dovecot, my IMAP client (Thunderbird v15) reports the following whenever I attempt to move mail from Inbox to "Junk" directory: "[CANNOT] antispam plugin not configured" That exact phrase appears only once in a Google search ( http://dovecot-antispam.sourcearchive.com/documentation/1.1plus-p20090218.git.g28075fa/mailtrain_8c-source.html ): if (!hamaddr || !spamaddr) { mail_storage_set_error(t->box->storage, ME(NOTPOSSIBLE) "antispam plugin not configured"); return -1; } Based on the surrounding source code, which I realize ma...