Displaying 20 results from an estimated 23 matches for "productversion".
2007 Jun 13
1
Resource version in php_xapian.dll (windows)
...version.rc
- and here is the resource file I use (new file "version.rc" in win32):
#include "winres.h"
#include "xapian\version.h"
#include "php_version.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION XAPIAN_MAJOR_VERSION,XAPIAN_MINOR_VERSION,XAPIAN_REVISION
PRODUCTVERSION XAPIAN_MAJOR_VERSION,XAPIAN_MINOR_VERSION,XAPIAN_REVISION
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS VS_FF_DEBUG
#else
FILEFLAGS 0x0L
#endif
FILEOS VOS__WINDOWS32
FILETYPE VFT_DLL
BEGIN
BLOCK "StringFileInfo"
BEGIN
BLOCK "040904b0"
BEGIN...
2016 May 14
2
Samba slow on MacOSX Yosemite
...tp://s.natalian.org/2016-05-14/smb.conf
(I'm always running the latest
https://www.archlinux.org/packages/extra/x86_64/samba/)
And this what the mount looks like on the MBP:
//rufie at NUC._smb._tcp.local/raid1 on /Volumes/raid1 (smbfs, nodev,
nosuid, mounted by rufie)
MBP:~ hendry$ sw_vers -productVersion
10.10.5
Am I missing a trick?
Kind regards,
2009 Apr 01
1
problems with package tutorial
...mple that I could really learn a lot from.
Thanks a lot for any help/enlightenment.
#===========================================================================
=
#include <windows.h>
#include "Rversion.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION R_FILEVERSION
PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK 0x3L
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
? ? ? BLOCK "StringFileInfo"
? ? ? BEGIN
? ? ? ? ? ? ? BLOCK "040904E4"
? ? ? ? ? ? ? BEGIN
? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription", "DLL for R package `t...
2009 Mar 31
1
error when going through Alan Lenarcic's package Tutorial
...ial etc. ? I'm using R 2.8.1 on windows. Oh,
also , if anyone does respond, I won't be able to respond back till after
11pm US ? Eastern Time. Thanks a lot.
#include <windows.h>
#include "Rversion.h"
VS_VERSION_INFO VERSIONINFO
FILEVERSION R_FILEVERSION
PRODUCTVERSION 3,0,0,0
FILEFLAGSMASK 0x3L
FILEOS VOS__WINDOWS32
FILETYPE VFT_APP
BEGIN
? ? ? BLOCK "StringFileInfo"
? ? ? BEGIN
? ? ? ? ? ? ? BLOCK "040904E4"
? ? ? ? ? ? ? BEGIN
? ? ? ? ? ? ? ? ? ? ? VALUE "FileDescription", "DLL for R package `t...
2016 May 14
0
Samba slow on MacOSX Yosemite
...t;
> (I'm always running the latest
> https://www.archlinux.org/packages/extra/x86_64/samba/)
>
> And this what the mount looks like on the MBP:
>
> //rufie at NUC._smb._tcp.local/raid1 on /Volumes/raid1 (smbfs, nodev,
> nosuid, mounted by rufie)
> MBP:~ hendry$ sw_vers -productVersion
> 10.10.5
>
>
> Am I missing a trick?
>
>
>
> Kind regards,
>
> --
> To unsubscribe from this list go to the following URL and read the
> instructions: https://lists.samba.org/mailman/options/samba
>
--
"If we knew what it was we were doing, it would...
2023 Feb 17
0
SOLVED: Re: Dovecot does not start on MacOS 12.01, and now 13.2.1 - RLIMIT_DATA
...t; wrote:
> > >
> > > I've been happily running Dovecot on my Mac for many years (installed via
> > > Homebrew). After upgrading to Monterey (MacOS 12.01), it no longer starts:
> > >
> > > $ sw_vers
> > > ProductName: macOS
> > > ProductVersion: 12.0.1
> > > BuildVersion: 21A559
> > >
> > > $ uname -a
> > > Darwin dfelicia-mac 21.1.0 Darwin Kernel Version 21.1.0: Wed Oct 13
> > > 17:33:23 PDT 2021; root:xnu-8019.41.5~1/RELEASE_X86_64 x86_64
> > >
> > > $ sudo dovecot -F
>...
2014 Jul 28
0
[Bug 1477] ssh-keygen not reading stdin as expected
...sh-keyscan -t rsa login.itd.umich.edu)
# login.itd.umich.edu SSH-1.99-OpenSSH_5.2p1-hpn13v6
/dev/fd/63 is not a public key file.
will at x ~$ uname -a
Darwin x.local 13.3.0 Darwin Kernel Version 13.3.0: Tue Jun 3 21:27:35
PDT 2014; root:xnu-2422.110.17~1/RELEASE_X86_64 x86_64
will at x ~$ sw_vers -productVersion
10.9.4
will at x ~$ system_profiler SPSoftwareDataType
Software:
System Software Overview:
System Version: OS X 10.9.4 (13E28)
Kernel Version: Darwin 13.3.0
Boot Volume: Macintosh HD
Boot Mode: Normal
Computer Name: x
User Name: Will X (will)
Secure V...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...CMake invocation - perhaps they're added via $CC or $CFLAGS? Is this
> being done on purpose?
In the llvm-3.4 toplevel Makefile.rules file, I see...
ifeq ($(HOST_OS),Darwin)
ifdef MACOSX_DEPLOYMENT_TARGET
DARWIN_VERSION := $(MACOSX_DEPLOYMENT_TARGET)
else
DARWIN_VERSION := `sw_vers -productVersion`
endif
# Strip a number like 10.4.7 to 10.4
DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]).*/\1/')
# Get "4" out of 10.4 for later pieces in the makefile.
DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.([0-9]).*/\1/')
Loa...
2014 Dec 30
0
PAM issues on OS X Yosemite
...cial_use = \Trash
}
prefix =
}
passdb {
args = session=yes dovecot
driver = pam
}
ssl_cert = </usr/pkg/etc/openssl/certs/dovecot.pem
ssl_key = </usr/pkg/etc/openssl/private/dovecot.pem
userdb {
driver = passwd
}
$ defaults read "/System/Library/CoreServices/SystemVersion" ProductVersion
10.10.1
Dec 30 13:21:47 my.host.name dovecot[49247]: auth: Debug: auth client
connected (pid=49289)
Dec 30 13:21:51 my.host.name dovecot[49247]: auth: Debug: client in: AUTH
1 PLAIN service=imap
secured session=3bBdlHULNgAAAAAAAAAAAAAAAAAAAAAB lip=::1 rip=::1
lport=143 rport...
2006 Apr 25
6
[Bug 1186] unprotected keys are not properly ignored
...200510
lrwxr-xr-x 1 pepper pepper 20 Nov 16 23:19 id_dsa ->
id_dsa.pepper.200510
-rw-r--r-- 1 pepper pepper 736 Nov 3 00:51 id_dsa.pepper.200510
pepper at pepperbook:~/.ssh$ ssh -V
OpenSSH_3.8.1p1, OpenSSL 0.9.7i 14 Oct 2005
pepper at pepperbook:~/.ssh$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.4.6
BuildVersion: 8I127
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
2003 Jan 06
1
security = domain and Mac OS X
...omputers
b) sudo smbpasswd -j EXAMPLE -r WINSERVER -U Administrator%passwd
(happens successfully)
c) in smb.conf:
security = domain
password server = WINSERVER
nmblookup works for WINSERVER.
[xserve:~] zinch% smbd -V
Version 2.2.3a
[xserve:~] zinch% sw_vers
ProductName: Mac OS X Server
ProductVersion: 10.2.3
BuildVersion: 6G30
transaction in log:
[2003/01/05 16:49:38, 3]
/SourceCache/samba/samba-21/source/lib/util_sock.c:open_socket_out(830)
Connecting to 192.168.1.2 at port 445
[2003/01/05 16:49:38, 4]
/SourceCache/samba/samba-21/source/rpc_client/cli_netlogon.c:cli_net_req_chal(221)...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
Jack,
Where do the "-isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
-mmacosx-version-min=10.8" flags come from? I don't see them in your
CMake invocation - perhaps they're added via $CC or $CFLAGS? Is this
being done on purpose?
I can add a CMake step checking whether the current CFLAGS/LDFLAGS
allow to build an
2011 May 08
5
Kareo please help
Hi,
I am a new Ubuntu user and I am trying to get rid of Windows from all my computers forever! The only hurdle is my medical billing software Kareo. When I tried to run the exe file it states that it is extracting an MSI file and then shut out.
I tried extracting the msi files running w/ the wine msi switch but it states that the msi file cannot run w/o the setup file. The program can be freely
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
...ing are the steps that I have followed:
1. I have downloaded the ‘llvm-stable’ source code from the following location:
https://github.com/llvm-mirror/llvm/tree/stable
2. Machine details(on which llvm source code isbeing built) are as follows:
$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.9.5
BuildVersion: 13F1911
$ clang -v
Apple LLVM version 6.0 (clang-600.0.57) (based onLLVM 3.5svn)
Target: x86_64-apple-darwin13.4.0
Thread model: posix
$ xcode-select -v
xcode-select version 2333.
3. Following command is successful:
$ cmake-DCMAKE_BUILD_TYPE=Release -DLLVM_E...
2020 Jun 04
13
[Bug 14401] New: unicode character conversion problem from MacOS to Linux despite iconv
...Status: NEW
Severity: normal
Priority: P5
Component: core
Assignee: wayne at opencoder.net
Reporter: quickhelp at gmail.com
QA Contact: rsync-qa at samba.org
Target Milestone: ---
// SOURCE (initiating rsync):
ProductName: Mac OS X
ProductVersion: 10.15.4
BuildVersion: 19E287
Homebrew rsync:
rsync version 3.1.3 protocol version 31
Copyright (C) 1996-2018 by Andrew Tridgell, Wayne Davison, and others.
Web site: http://rsync.samba.org/
Capabilities:
64-bit files, 64-bit inums, 64-bit timestamps, 64-bit long ints,
socketpairs, har...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...ded via $CC or $CFLAGS? Is this
>> being done on purpose?
>
> In the llvm-3.4 toplevel Makefile.rules file, I see...
>
> ifeq ($(HOST_OS),Darwin)
> ifdef MACOSX_DEPLOYMENT_TARGET
> DARWIN_VERSION := $(MACOSX_DEPLOYMENT_TARGET)
> else
> DARWIN_VERSION := `sw_vers -productVersion`
> endif
> # Strip a number like 10.4.7 to 10.4
> DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]).*/\1/')
> # Get "4" out of 10.4 for later pieces in the makefile.
> DARWIN_MAJVERS := $(shell echo $(DARWIN_VERSION)| sed -E 's/10.(...
2024 Jan 06
14
[Bug 3649] New: Control sockets do not connect anymore (after updating OpenSSH)
https://bugzilla.mindrot.org/show_bug.cgi?id=3649
Bug ID: 3649
Summary: Control sockets do not connect anymore (after updating
OpenSSH)
Product: Portable OpenSSH
Version: 9.6p1
Hardware: ARM
OS: Mac OS X
Status: NEW
Severity: enhancement
Priority: P5
Component: ssh
2006 Feb 14
24
[Bug 1157] ssh-keygen doesn't handle DOS line breaks
...D to read files
using any of the common line termination sequence, <CR>, <LF> or
<CR><LF>.
Implementations may generate files using which ever line termination
convention is most convenient
My system is:
pepper at salt:~/.ssh$ sw_vers
ProductName: Mac OS X
ProductVersion: 10.4.4
BuildVersion: 8G32
pepper at salt:~/.ssh$ uname -a
Darwin salt.rockefeller.edu 8.4.0 Darwin Kernel Version 8.4.0: Tue Jan 3
18:22:10 PST 2006; root:xnu-792.6.56.obj~1/RELEASE_PPC Power Macintosh powerpc
------- You are receiving this mail because: -------
You are the assignee for the...
2013 Nov 11
2
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...gt; > > In the llvm-3.4 toplevel Makefile.rules file, I see...
> > >
> > > ifeq ($(HOST_OS),Darwin)
> > > ifdef MACOSX_DEPLOYMENT_TARGET
> > > DARWIN_VERSION := $(MACOSX_DEPLOYMENT_TARGET)
> > > else
> > > DARWIN_VERSION := `sw_vers -productVersion`
> > > endif
> > > # Strip a number like 10.4.7 to 10.4
> > > DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]).*/\1/')
> > > # Get "4" out of 10.4 for later pieces in the makefile.
> > > DARWIN_MAJVERS :=...
2013 Nov 11
0
[LLVMdev] [cfe-dev] [Reminder] LLVM 3.4 Release Branching
...being done on purpose?
> >
> > In the llvm-3.4 toplevel Makefile.rules file, I see...
> >
> > ifeq ($(HOST_OS),Darwin)
> > ifdef MACOSX_DEPLOYMENT_TARGET
> > DARWIN_VERSION := $(MACOSX_DEPLOYMENT_TARGET)
> > else
> > DARWIN_VERSION := `sw_vers -productVersion`
> > endif
> > # Strip a number like 10.4.7 to 10.4
> > DARWIN_VERSION := $(shell echo $(DARWIN_VERSION)| sed -E 's/(10.[0-9]).*/\1/')
> > # Get "4" out of 10.4 for later pieces in the makefile.
> > DARWIN_MAJVERS := $(shell echo $(DARWIN_VER...