代码搜索:cannot

找到约 7,468 项符合「cannot」的源代码

代码结果 7,468
www.eeworm.com/read/384760/2597744

pubdef chk.pubdef

#!/bin/sh - # # Reconcile the list of public defines with the man pages and the Java files. d=../.. docs=$d/../db_docs [ -f $d/LICENSE ] || { echo 'FAIL: cannot find source distribution directory.'
www.eeworm.com/read/383154/2619750

properties cxf-messages.properties

1=Soap version {0} is not supported. 2=No service interfaces could be found for component "{0}" 3=Failed to register component "{0}" as a service 4=Cannot invoke WS call without an Operation. Set the
www.eeworm.com/read/383154/2619764

properties soap-messages.properties

1=Failed to shutdown Http server for url: {0} 2=No service interfaces could be found for component '{0}' 3=Failed to register component '{0}' as a service 4=Cannot invoke WS call without an Operation.
www.eeworm.com/read/381853/2640078

vhd _primary.vhd

library verilog; use verilog.vl_types.all; entity CYCLONE_PRIM_DFFE is // This module cannot be connected to from // VHDL because it has unnamed ports. end CYCLONE_PRIM_DFFE;
www.eeworm.com/read/378176/2689018

readme

This directory contains ia32 SSE assembly implementations for some of the most important Gromacs nonbonded functions. Since we want it to work with any compiler we cannot use gcc inline assembly (Por
www.eeworm.com/read/378176/2689460

readme

This directory contains ia32 SSE assembly implementations for some of the most important Gromacs nonbonded functions. Since we want it to work with any compiler we cannot use gcc inline assembly (Por
www.eeworm.com/read/366702/2868028

c anon5.c

// PR c++/34094 // The error is reported for mips*-elf* targets, but as of binutils CVS // 2008-02-19, the linker cannot find the associated source line. The // problem is that mips*-elf tests run fr
www.eeworm.com/read/366702/2868281

c nullptr2.c

/* Test for enumeration as NULL pointer constant. */ /* PR c++/14644 */ /* { dg-do compile } */ enum { NULL = 0 }; void *p = 0; void *q = NULL; // { dg-error "cannot convert" }
www.eeworm.com/read/366702/2871045

c err-msg10.c

// { dg-do assemble } // GROUPS passed error-messages class foo { public: virtual static int f () = 0;// { dg-error "" } member `f' cannot be declared both virtual and static.* };
www.eeworm.com/read/366702/2872641

adb test_rational_arithmetic.adb

-- { dg-do compile } with Rational_Arithmetic; use Rational_Arithmetic; procedure Test_Rational_Arithmetic is R: Rational := 10/2; B: Boolean := R = 5/1; -- RHS cannot be a Whole