compiling idl file on unix


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users compiling idl file on unix
# 1  
Old 05-29-2006
compiling idl file on unix

hi
i need to compile idl files to convert them to classes, on Unix platform. Please tell me how to compile these files & which commands are to be used for this purpose.
Thanks & Regards
# 2  
Old 05-29-2006
If these are Interface Definition Language files from Windows, then it won't work.

If you are trying to port Windows code to UNIX you may want to look at a Linux list of HOWTO's to find exactly what you are trying to to. Porting from Windows can be fiarly simple if you know where you are trying to go. Even though you aren't on Linux a lot of the apps and tools are available to you from freshmeat or gnu:

http://tldp.org/HOWTO/HOWTO-INDEX/howtos.html
# 3  
Old 05-29-2006
hi
basically the code i have is on unix only. its not ment for windows. what i have been given is just idl files, and asked to develop a CORBA server. please could u guide me how to install CORBA. what r my requirements other than idl files & java.
Regards
# 4  
Old 05-29-2006
You know - this is a forum - where we cannot see what you have or what you're doing. Consider giving us all the facts up front instead of having to pull them out one bit at a time. This will save you a lot of frsutration. And time.

Yes, CORBA has idl files.

If they want you to develop a server, you're going to have to be much more specific, unless what you have will already create a server. Which I doubt. Since guessing doesn't work please enlighten us. Facts help.
# 5  
Old 05-30-2006
Simple.you need to have a idl compiler.
idl options sourec.idl

for ur reference
http://www2.linuxjournal.com/article/3201
# 6  
Old 05-30-2006
sorry to say but my system does not have idl2cpp or idl2java installed on it. could you tell me from where can i get them.
# 7  
Old 05-30-2006
hi Jim

what i have is only 100 idl files. and i have been asked to develop a corba server & client system. whatever needed would have to be arranged.

Regards
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Compiling UNIX System V

I tried to install UNIX system v R4, but the sources i've found(archive.org and WinWorldPC) are incomplete (missing cc, for example). Since archive.org has the source files i thought i could compile it and upload it for other users, but i cant get it to work. Any advice? (10 Replies)
Discussion started by: Parodper
10 Replies

2. UNIX for Dummies Questions & Answers

Compiling error in UNIX

Hi, I'm trying to compile the code for a program and I run into the following error, ncfile.h: In constructor ‘ncfile::NcAttribute<T>::NcAttribute(const std::string&, const char*)': ncfile.h:357: error: there are no arguments to ‘strlen' that depend on a template parameter, so a declaration of... (1 Reply)
Discussion started by: bstephens
1 Replies

3. Shell Programming and Scripting

Compiling tools for unix machine using C

Hello everyone i have a script written in C and i need to compile it in a unix machine i am a first time programmer and i do not know how to compile this and also i need to save the results in a table please help we normally use instructions like build_bb -f but now im confused i dnt knw hw to use... (1 Reply)
Discussion started by: DeVGuL
1 Replies

4. Programming

Compiling Pro*C program under unix

Hello, I am trying to compile a Pro*C program under unix: proc iname=test.pc works fine but then I am not able to compile the test.c file : gcc test.c -o test.o -L $ORACLE_HOME/lib -l clntsh /usr/bin/ld: Object file format error in: /u01/app/oracle/product/10.1.0.2.0/lib:... (1 Reply)
Discussion started by: nsmrmd
1 Replies

5. UNIX for Dummies Questions & Answers

Files into IDL directories

Ok so ive downloaded two files, and i need to save them into a directory that can be read in IDL. Can someone please remind me how to do this, like post the code that i need please? Many thanks (0 Replies)
Discussion started by: Benji.
0 Replies

6. Programming

Problem compiling c file on unix

HI, I have a proc installation. On running the following 3 commands, I successfully get 3 C files. proc char_map=string util.pc proc char_map=string FDRFeedMain.pc proc char_map=string NonMons.pc This gives me util.c FDRFeedMain.c NonMons.c Now when i try to compile the... (6 Replies)
Discussion started by: allah_waris45
6 Replies

7. UNIX and Linux Applications

Parsing info from a text file into an IDL procedure

Hi, I hope this is appropriate for this forum. I have a text file (test.txt) that contains information that I would like to parse into an IDL procedure. Each line of the text file is either a number or a string, which will be a variable in my IDL procedure. Therefore I want to read each line... (1 Reply)
Discussion started by: msb65
1 Replies

8. UNIX for Dummies Questions & Answers

WHERE statement similar to IDL

Is there a Unix command similar to the WHERE command in IDL. Such a command would return all location numbers of an array where the value at those locations satisfy specified conditions. For example, if I have a random vector vector=(3 5 6 9) how can I find the location numbers in ${vector}... (6 Replies)
Discussion started by: msb65
6 Replies

9. Programming

compiling c program in unix

if somebody can help me pls. i need the source code for a shell which compiles C or java programs in unix i need a very short and simple one, just the compiling part Respect (2 Replies)
Discussion started by: zlatan005
2 Replies

10. Shell Programming and Scripting

Compiling scripts written in Unix

I would like to convert some Unix scripts into machine language. I dont know how to programe in C. Is there any software out there that I can use to convert these Unix scripts into machine language. Thanks. (1 Reply)
Discussion started by: coburn
1 Replies
Login or Register to Ask a Question