Sponsored Content
Full Discussion: aCC Compile error message
Top Forums Programming aCC Compile error message Post 302313652 by fpmurphy on Wednesday 6th of May 2009 08:32:10 AM
Old 05-06-2009
You are passing a parameter (argument) to each of these two items. Look at your class definition.
 

10 More Discussions You Might Find Interesting

1. Programming

compile error while using dlopen

Hi unix lovers, I am getting error while compile a function which uses dlopen. My code is I am getting error as follows Am I missing something? I think I am missing a lot :-) I am using solaris. Thanks in advance, -Ashish (5 Replies)
Discussion started by: shriashishpatil
5 Replies

2. Programming

Compile error

Dear All I have a program writen in C and test in Unix. Now, I am try to run this program in windows 2000. I am receiving an error ]_getopt is not define. I will appreciate if any one can help explain to me why this problem is hapening and to slove this problem. Thank you (9 Replies)
Discussion started by: coulio
9 Replies

3. Programming

compile error message

i was trying to compile a c program and got the error below. i need help on how to resolve this $ make -ef putput `if ; then echo getinf.awk ; else echo getora.awk;fi` EI.sql `if ; then echo esql -static ; else echo esqlo8i;fi` -O -I. -c EI`if ; then echo .ec; else echo... (4 Replies)
Discussion started by: putput
4 Replies

4. Programming

C compile error

hello can anyone help? :confused: i make a C code in FreeBSD 5.4 and it succeed to run the program requires connection to mysql server when i try to compile it under solaris i get this error message ld: fatal: file ./lib/libmysqlclient.so: wrong ELF machine type: EM_386 why? and how to... (3 Replies)
Discussion started by: kuampang
3 Replies

5. HP-UX

aCC compiler error - Redefined symbols

I got this error while compiling in aCC compiler. Error 173: "/opt/aCC/include_std/limits", line 694 # Redefined symbol 'numeric_limits<int>'; previously defined at . _RWSTD_SPECIALIZE_LIMITS (bool, int, _RWSTD_BOOL) ^^^^^^^^^^^^^^^^^^^^^^^^ Error... (2 Replies)
Discussion started by: onlyforforum
2 Replies

6. Solaris

Samba 3.5.4 compile error

Hello! I am trying install samba 3.5.4. and following this instruction from the source package. So, there are my steps: 1 cd ../samba-3.5.4/source3 2 ./configure (without any arguments) and when i run make it returns error .................................................... Compiling... (2 Replies)
Discussion started by: zhum
2 Replies

7. UNIX for Dummies Questions & Answers

Compiling gcc to compile make to compile yaboot

I have just installed OpenBSD on a 333MHz PPC iMac G3. It has a 6GB HDD that has been partitioned as 1GB MacOS 8.5.1, 3GB MacOS X 10.3.9, 2GB OpenBSD 4.8. I now need to install a bootloader so that my computer can recognize the OpenBSD partition at startup. I have been trying to install... (0 Replies)
Discussion started by: t04st3r
0 Replies

8. UNIX for Dummies Questions & Answers

aCC exit error

Hi guys I would just like to know if aCC supports the command exit(0); in c++? I am always getting the error below: Error 328: "ac5.C", line 37 # Function 'exit' has not been defined yet; cannot call. exit(0); ^^^^ Anyone had this problem? Thanks! (2 Replies)
Discussion started by: khestoi
2 Replies

9. Ubuntu

Kernel compile error

Hi I'm compiling a real-time kernel in linux, but after I type make bzImage things end with this: (Things going well doing CC and things).... CC arch/x86/kernel/kgdb.o CC arch/x86/kernel/vm86_32.o CC arch/x86/kernel/early_printk.o CC arch/x86/kernel/ipipe.o... (2 Replies)
Discussion started by: mdop
2 Replies

10. UNIX for Dummies Questions & Answers

trying to compile and don't understand error message

this is my program i am trying to compile /* filedata -- display information about a file */ #include <stdlib.h> #include <stdio.h> #include <sys/stat.h> #include <sys/types.h> /* * use octarray for determing * if permission bits set */ static short octarray = {0400, 0200, 0100,... (2 Replies)
Discussion started by: heywoodfloyd
2 Replies
cimmof(1)																 cimmof(1)

NAME
cimmof - compile MOF files into the CIM Repository SYNOPSIS
cimmof -h | --help cimmof --version cimmof [ -w ] [ -E ] [ -uc ] [ -aE | -aV | -aEV ] [ -I path ] [ -n namespace ] [ --namespace namespace ] [ --xml ] [ --trace ] [ mof_file ... ] Remarks Only a superuser or user with write access to the default or specified namespace can run the cimmof command to compile MOFs in the CIM Repository. Superclasses must be compiled before subclasses, else the compile will fail. It is strongly recommended that MOF files include all necessary subclasses, so they can compile properly even if certain classes are not in the CIM Repository. DESCRIPTION
The cimmof command is the command line interface to the Managed Object Format (MOF) Compiler. The MOF Compiler is a utility that compiles MOF files (using the MOF format defined by the DMTF CIM Specification) into CIM classes and instances that are stored in the CIM Reposi- tory. The cimmof command can be used to compile MOF files at any time after installation. If no input file is specified, stdin is used as the input. The MOF Compiler requires that the input MOF files be in the current directory or that a fully qualified path be given. To simplify the specification of multiple MOF files in the cimmof command line, the MOF Compiler allows compiling from files containing a list of MOF files using the include pragma (as shown below). #pragma include ("application.mof") #pragma include ("server.mof") MOF files using the include pragma must be in the current directory or in a directory specified by the -I command line option. The -n option can be used to specify a R namespace in which the CIM classes and instances will be compiled. If this option is not speci- fied, the default R namespace is root/cimv2 (with the exception of provider registration schemas). For provider registration schemas, if the -n option is not specified, the default R namespace is root/PG_InterOp. If -n option is speci- fied, the R namespace specified must be root/PG_InterOp, otherwise, the error message "The requested operation is not supported." is returned. For provider MOFs, the R namespace specified must match one of the namespaces specified in the PG_ProviderCapabilities class schema definition. Options The cimmof command recognizes the following options: -aE Allow Experimental Schema changes. -aEV Allow both Experimental and Version Schema changes. -aV Allow both Major and Down Revision Schema changes. -E Syntax check only -h, --help Display command usage information. -I path Specify the path to included MOF files. This path may be relative or absolute. If the input MOF file has include pragmas and the included files do not reside in the current directory, the direc- tive must be used to specify a path to them on the cimmof command line. -n Override the default CIM Repository namespace. The namespace specified must be a valid CIM namespace name. For the definition of a valid CIM namespace name, refer to the Administrator's Guide. For provider registration schemas, the namepace specified must be root/PG_InterOp. --namespace Override the default CIM Repository namespace. The namespace specified must be a valid CIM namespace name. For the definition of a valid CIM namespace name, refer to the Administrator's Guide. For provider registration schemas, the namepace specified must be root/PG_InterOp. --trace Trace to file (default to stdout) -uc Allow update of an existing class definition. --version Display CIM Server version. -w Suppress warning messages. When compiling the MOF files, if there are CIM elements (such as classes, instances, properties, or methods) defined in the MOF files which already exist in the CIM Repository, the cimmof command returns warning messages. The -w option can be used to suppress these warning messages. --xml Output XML only, to stdout. Do not update repository. EXIT STATUS
The cimmof command returns one of the following values: 0 Successful completion 1 Error When an error occurs, an error message is written to stderr and an error value of 1 is returned. USAGE NOTES
The cimmof command requires that the CIM Server is running. If an operation requires more than two minutes to be processed, the cimmof command prints a timeout message and returns an error value. DIAGNOSTICS
Error trying to create Repository in path localhost:5988: Cannot connect to: localhost:5988 Failed to set DefaultNamespacePath. The CIM Server is not running. Start the CIM Server with the command and re-run cimmof . If the MOF Compiler detects an error in the MOF file while parsing the file, a parsing error is returned with the line number of the MOF file containing the error. Operation cannot be carried out since the specified superclass does not exist. The MOF Compiler compiled a MOF file with superclasses that were not in the CIM Repository. For a list of possible error messages that may be returned, refer to the Chapter on WBEM messages in the Administrator's Guide. EXAMPLES
Compile a MOF file into the default namespace in the CIM Repository, issue the cimmof command with no options. cimmof processInfo.mof Compile the MOF files into the "root/application" namespace. cimmof -nroot/application test1.mof test2.mof Compile the MOF file defined in the directory ./MOF with the name CIMSchema25.mof, and containing include pragmas for other MOF files also in the ./MOF directory. cimmof -w -I./MOF MOF/CIMSchema25.mof Display Usage Info for the cimmof command. cimmof -h SEE ALSO
cimserver(1). cimmof(1)
All times are GMT -4. The time now is 11:10 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy