Displaying 20 results from an estimated 123 matches for "nologo".
2019 Feb 20
2
How to build xapian 1.4.10 with MSVC2017
Thanks for your reply.
I had run vcvars64.bat,but still cann't find 'cl'.
Finally I fix it, change msys2_shell.cmd: "if it is present: replace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit".
And other errors :
# ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include LDFLAGS=-LC:\zlib-1.2.3-lib\lib" --prefix="C:\xapian-install"
configure: loading site script /etc/config.site
checking for a BSD-compatible install... /usr/bin/install -c
checking...
2019 Feb 20
1
How to build xapian 1.4.10 with MSVC2017
hi, I have read the install document,https://github.com/xapian/xapian/blob/v1.4.10/xapian-core/INSTALL,but don't how to build xapian project by MSVC.
I execute command in mingw64.exe: ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc AR=lib
has some errors:
# ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS=-EHsc AR=lib
configure: loading site script /mingw64/etc/config.site
checking for a BSD-compatible install... /usr/bin/insta...
2006 Apr 21
2
error in abld build wins udeb
...eseguibile o un file batch.
ERROR: failed to find version information for LINK.EXE
make: *** [MAKEFILESPEEX] Error 1
make -r -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI
AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\WINS.make" LIBRARY
VERBOSE=
-s
nmake -nologo -x - -s -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PRO
GRAMMI\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SPEEX-
1.1.12\SYMBIAN\SPEEX\WINS\SPEE
X.WINS" LIBRARY
process_begin: CreateProcess((null), nmake -nologo -x - -s -f
\Programmi\Symbian
\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\S...
2006 Aug 22
4
Native Extensions on Windows 0.10 series
...sion 7.10.3077
Copyright (C) Microsoft Corporation. Alle Rechte vorbehalten.
ruby extconf.rb update ferret
creating Makefile
nmake
e:\programme\ruby\bin\ruby -e "puts ''EXPORTS'', ''Init_ferret_ext''" >
fer
ret_ext-i386-mswin32.def
cl -nologo -MD -Zi -O2b2xg- -G6 -I.
-Ie:/programme/ruby/lib/ruby/1.8/i38
6-mswin32 -Ie:/programme/ruby/lib/ruby/1.8/i386-mswin32 -I. -c -Tcanalysis.c
analysis.c
e:\Programme\ruby\lib\ruby\gems\1.8\gems\ferret-0.10.0\ext\defines.h(4) :
fatal
error C1083: Include-Datei kann nicht ge?ffnet werden: ''sys/...
2015 Feb 20
2
[LLVMdev] Building Compiler-RT on Windows
...ompiler-rt-build> cmake -G Ninja
-DCMAKE_C_COMPILER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM
AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS=""
..\compiler-rt
-- The C compiler identification is Clang 3.7.0
clang.exe: error: no such file or directory: '/nologo'
clang.exe: error: no such file or directory: '/showIncludes'
-- The CXX compiler identification is Clang 3.7.0
clang.exe: error: no such file or directory: '/nologo'
clang.exe: error: no such file or directory: '/showIncludes'
-- Check for working C compiler using: Ninj...
2019 Feb 18
2
lld-link fails to link 32bits assembly functions but 64bits pass
...s two only source files: main.c and foo.nasm.
$ cat main.c
void Foo (void);
int main()
{
Foo();
return 0;
}
$ cat foo.nasm
SECTION .text
global Foo
Foo:
Ret
64bits compiling and linking is successful:
$ nasm foo.nasm -Ox -f win64 -g -o foo.obj
$ ~/llvm/releaseinstall/bin/clang-cl main.c /nologo /c /WX /GS- /W4 /Gs32768 /D UNICODE /O1b2s /EHs-c- /GR- /GF /Gy /Zi /Gw -m64
$ ~/llvm/releaseinstall/bin/lld-link main.obj foo.obj /NOLOGO /NODEFAULTLIB /IGNORE:4001 /OPT:REF /OPT:ICF=10 /ALIGN:32 /SECTION:.xdata,D /SECTION:.pdata,D /DLL /ENTRY:main /SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER /SAFESEH:NO /B...
2015 Feb 20
3
[LLVMdev] Building Compiler-RT on Windows
...ER=clang.exe -DCMAKE_CXX_COMPILER=clang++.exe -DCM
>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS=""
>>> ..\compiler-rt
>>> -- The C compiler identification is Clang 3.7.0
>>> clang.exe: error: no such file or directory: '/nologo'
>>> clang.exe: error: no such file or directory: '/showIncludes'
>>> -- The CXX compiler identification is Clang 3.7.0
>>> clang.exe: error: no such file or directory: '/nologo'
>>> clang.exe: error: no such file or directory: '/showInclu...
2004 Sep 10
2
stat() and Windows
...ROP BASE Output_Dir "Release"
# PROP BASE Intermediate_Dir "Release"
# PROP BASE Target_Dir ""
# PROP Use_MFC 0
# PROP Use_Debug_Libraries 0
# PROP Output_Dir "Release"
# PROP Intermediate_Dir "Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /YX /FD /c
# ADD CPP /nologo /W3 /GX /O2 /I "../../include" /I "./include" /D "WIN32" /D "NDEBUG" /D "_WINDOWS" /D "FLAC__CPU_IA32" /D "FLAC__HAS_NASM"...
2006 Apr 21
0
errors in abld build wins udeb
...eseguibile o un file batch.
ERROR: failed to find version information for LINK.EXE
make: *** [MAKEFILESPEEX] Error 1
make -r -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\SYMBI
AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\WINS.make" LIBRARY
VERBOSE=
-s
nmake -nologo -x - -s -f
"\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD\PRO
GRAMMI\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SPEEX-
1.1.12\SYMBIAN\SPEEX\WINS\SPEE
X.WINS" LIBRARY
process_begin: CreateProcess((null), nmake -nologo -x - -s -f
\Programmi\Symbian
\7.0s\Series60_v21\EPOC32\BUILD\PROGRAMMI\S...
2006 Apr 21
0
error in abld build wins udeb
...ailed to find version information for LINK.EXE
> make: *** [MAKEFILESPEEX] Error 1
> make -r -f "\Programmi\Symbian\7.0s\Series60_v21\EPOC32\BUILD
> \PROGRAMMI\SYMBI
> AN\7.0S\SERIES60_V21\SERIES60EX\SPEEX- 1.1.12\SYMBIAN\WINS.make"
> LIBRARY VERBOSE=
> -s
> nmake -nologo -x - -s -f "\Programmi\Symbian\7.0s\Series60_v21\EPOC32
> \BUILD\PRO
> GRAMMI\SYMBIAN\7.0S\SERIES60_V21\SERIES60EX\SPEEX-1.1.12\SYMBIAN\SPEEX
> \WINS\SPEE
> X.WINS" LIBRARY
> process_begin: CreateProcess((null), nmake -nologo -x - -s -f
> \Programmi\Symbian
> \7.0s\...
2015 Feb 26
0
[LLVMdev] Building Compiler-RT on Windows
...MAKE_CXX_COMPILER=clang++.exe -DCM
>>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS=""
>>>> ..\compiler-rt
>>>> -- The C compiler identification is Clang 3.7.0
>>>> clang.exe: error: no such file or directory: '/nologo'
>>>> clang.exe: error: no such file or directory: '/showIncludes'
>>>> -- The CXX compiler identification is Clang 3.7.0
>>>> clang.exe: error: no such file or directory: '/nologo'
>>>> clang.exe: error: no such file or directory:...
2015 Feb 26
1
[LLVMdev] Building Compiler-RT on Windows
...R=clang++.exe -DCM
>>>>> AKE_RC_COMPILER=rc.exe -DCMAKE_CXX_FLAGS="" -DCMAKE_C_FLAGS=""
>>>>> ..\compiler-rt
>>>>> -- The C compiler identification is Clang 3.7.0
>>>>> clang.exe: error: no such file or directory: '/nologo'
>>>>> clang.exe: error: no such file or directory: '/showIncludes'
>>>>> -- The CXX compiler identification is Clang 3.7.0
>>>>> clang.exe: error: no such file or directory: '/nologo'
>>>>> clang.exe: error: no such fi...
2009 Jul 31
0
Somewhat OT: OpenOffice.org Headless issues as non-root user
...iles='/\(~\|\.bak\|\.orig\|\.rpmnew\|\.rpmorig\|\.rpmsave\)$/d'
+ ooffice=/opt/openoffice.org3/program/soffice.bin
+ prog='OpenOffice.org Headless'
+ pidfile=/var/run/ooo-headless/ooo-headless.pid
+ lockfile=/var/lock/subsys/ooo-headless
+ OPTIONS='-headless -nofirststartwizard -nologo -norestore -invisible
-accept=socket,host=localhost,port=2002;urp;StarOffice.Service'
+ RETVAL=0
+ case "$1" in
+ start
+ echo -n 'Starting OpenOffice.org Headless: '
Starting OpenOffice.org Headless: + su oooserver '-c
/opt/openoffice.org3/program/soffice.bin -headless -n...
2008 Jul 23
9
Screen resolution help
I changed something in 'configure wine'
And now my configure wine screen looks like this:
http://img186.imageshack.us/my.php?image=screenshotra0.png
And now my games look like this:
http://img137.imageshack.us/my.php?image=screenshot1tq0.png
How can i fix it?
2019 Feb 21
0
How to build xapian 1.4.10 with MSVC2017
...lace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit".
OK, I'll note that in the instructions.
It looks like you can also enable this option as a one-off by passing
-use-full-path:
msys2_shell.cmd -use-full-path
> And other errors :
> # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include LDFLAGS=-LC:\zlib-1.2.3-lib\lib" --prefix="C:\xapian-install"
Your quoting is wrong here - there's no closing quote on CXXFLAGS, so this
sets CXXFLAGS to the value:
-EHsc A...
2019 Feb 21
1
How to build xapian 1.4.10 with MSVC2017
...lace rem set MSYS2_PATH_TYPE=inherit with set MSYS2_PATH_TYPE=inherit".
OK, I'll note that in the instructions.
It looks like you can also enable this option as a one-off by passing
-use-full-path:
msys2_shell.cmd -use-full-path
> And other errors :
> # ./configure CC="cl -nologo" CXX="$PWD/compile cl -nologo" CXXFLAGS="-EHsc AR=lib -IC:\zlib-1.2.3-lib\include LDFLAGS=-LC:\zlib-1.2.3-lib\lib" --prefix="C:\xapian-install"
Your quoting is wrong here - there's no closing quote on CXXFLAGS, so this
sets CXXFLAGS to the value:
-EHsc A...
2007 Oct 09
1
VC6 Patch
...win32/theora_static.dsp
===================================================================
--- win32/theora_static.dsp (revision 13945)
+++ win32/theora_static.dsp (working copy)
@@ -41,7 +41,7 @@
# PROP Intermediate_Dir "Static_Release"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX /FD /c
-# ADD CPP /nologo /MT /W3 /GX /O2 /I "..\..\ogg\include" /I "..\..\theora\include" /D "WIN32" /D "NDEBUG" /D "_MBCS" /D "_LIB" /YX...
2006 Jun 19
9
win32-service patch
Attached is a patch and my service.c if there is any difficulty
applying the patch. I did the following:
1. Created a ruby thread (Ruby_Service_Ctrl), that polls against a
simple integer value (protected by a critical section). I was worried
this would be "expensive"; however, I found the rb_thread_polling
method and it seems to work well.
2. When an event occurs in Service_Ctrl it
2005 Feb 14
8
DONT_RESOLVE_DLL_REFERENCES info
For future reference, it looks like we should avoid
DONT_RESOLVE_DLL_REFERENCES in any extensions.
http://weblogs.asp.net/oldnewthing/archive/2005/02/14/372266.aspx
Regards,
Dan
2017 Mar 31
2
Invoking lld for PE/COFF (Windows) linking
...faultlib:libcmt" "-libpath:C:\\Program Files (x86)\\Microsoft Visual
Studio 14.0\\VC\\lib" "-libpath:C:\\Program Files (x86)\\Windows
Kits\\10\\Lib\\10.0.14393.0\\ucrt\\x86" "-libpath:C:\\Program Files
(x86)\\Windows Kits\\10\\Lib\\10.0.14393.0\\um\\x86" "-nologo" "-debug"
"--start-group"
"C:\\Programming\\VersionControl\\modular-boost\\build\\boost\\bin.v2\\libs\\preprocessor\\test\\config_info.test\\clang-linux-5.0cl\\de
When I actually try to run the lld-link command as:
C:\Programming\VersionControl\bninja_installed_cla...