search for: _environ

Displaying 8 results from an estimated 8 matches for "_environ".

Did you mean: environ
2018 Mar 20
0
r327904 / 5c4cd77db3a08587c6ac82a8e2c92cd4be0bc200 broke compiler-rt master
...the issue. I'd also be happy with an ifdef though it seems unnecessary. $uname -rms FreeBSD 12.0-CURRENT amd64 $ninja ... /srv/src/llvm/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:504:25: error: no member named 'environ' in the global namespace; did you mean '_environ'? for (char **Env = ::environ; *Env != 0; Env++) { ~~^~~~~~~ _environ /srv/src/llvm/llvm/projects/compiler-rt/lib/sanitizer_common/sanitizer_linux.cc:114:15: note: '_environ' declared here extern char **_environ; ^ 2 errors...
2002 Oct 10
2
Environment variables under Windows
...quot; and also in the discussion of the Windows configuration of R in the recent book "An Introduction to R" authored by Venables, Smith, and the R Development Core Team (referred to as VS in this message). The Startup documentation and VS make reference to environment variables, e.g., R\_ENVIRON, R_USER, or R\_PROFILE. Apparently the R startup procedure operates differently depending on whether these variables are "set" or "unset". What is unclear to me is how to set these variables. For example, is something to be done with the AUTOEXEC.BAT file or the CONFIG.SYS fi...
2003 Dec 25
3
Missing LDSHARED in Makefiles; build problems.
I've been trying to build Wine (20031118) on a G4 PowerBook running OS X 10.3.1. The first problem occurs during configure: checking for XF86VidModeQueryExtension in -lXxf86vm... yes checking for XRRSetScreenConfigAndRate in -lXrandr... yes checking for XvShmCreateImage in -lXv... yes configure: error: /usr/X11R6/lib/libGL.a is present on your system. This prevents linking to OpenGL. Delete
2002 Oct 17
1
Startup on Windows 2000
...is something of a mystery. I quote from the Startup file: "In R, the startup mechanism is as follows. Unless --no-environ was given, R searches for user and site files to process for setting environment variables. The name of the site file is the one pointed to by the environment variable R\_ENVIRON; if this is unset, `$R_HOME/etc/Renviron.site' is used. The user files searched for are `.Renviron' in the current or in the user's home directory (in that order). See Details for how the files are read." How can I tell if "--no-environ" was given? I cannot find either R...
2008 Oct 12
6
Compile help for Solaris 10 x86, samba 3.0.28a deficient?
Hi all, I've got an ongoing battle with samba shipped with Sun Solaris 10 in it's current form (Samba version 3.0.28a) not wanting to talk to my OpenLDAP master correctly. Essentially, under certain conditions, this behaviour is observed, in the log.smbd: [2008/10/11 08:54:03, 1, pid=13610] libsmb/cliconnect.c:(1451) Error connecting to 192.168.117.150 (Connection refused)
2005 Nov 27
0
Latest CVS download opensolaris, AMD 64, build errors
...msvcrt.dll.so -L../../dlls -L../../dlls/user32 -L../../dlls/kernel32 -L../../dlls/ntdll -luser32 -lkernel32 -lntdll -Wb,-duser32 -L../../libs/wine -lwine -L../../libs/unicode -lwine_unicode -L../../libs/port -lwine_port -lsocket -lnsl ld: fatal: symbol `_environ' is multiply-defined: (file /usr/lib/crt1.o type=OBJT; file data.o type=OBJT); ld: fatal: File processing errors. No output written to msvcrt.dll.so collect2: ld returned 1 exit status winegcc: gcc failed. gmake[2]: *** [msvcrt.dll.so] Err...
2011 Nov 19
2
issues with 2.1b1 on OS X
Two issues came up for me when building 2.1beta1 on OS X (10.5.8 on PPC). The first was already mentioned in an earlier thread by a BSD user (http://dovecot.org/list/dovecot/2011-September/061201.html). I just wanted to point out that the error is still occurring in spite of a new test for GNU ld in the configure script. I needed to remove "-no-undefined" specifically:
2008 Jan 11
0
Wine release 0.9.53
...our dialog. comdlg32: Modernize the look of the colour boxes in the colour dialog. Dmitry Timoshkov (9): winecfg: Don't mix the strings in unix and windows locales. gdi32: Remove redundant indentation levels in CreateFontIndirectA and CreateFontIndirectW. msvcrt: Rename _environ to avoid a conflict on Solaris. gdi32: Add more tests for bitmap font metrics scaling. comdlg32: If lpstrFile points to a valid string use it as a default value for edit control. gdi32: Add support for scaling font metrics. gdi32: Fix the regression caused by the scaling fon...