Compiling... stdio.h not found :s

Right so I installed the developer tools. Wrote a very simple c prog and tried to compile it.
Problem is that it doesn't find the standerd header files (stdio.h in my case).
I did a find it's on my box. I set LDLIBRARYPATH to the driectory it's in... But I still can't compile. Is there somehting I'm over looking?
Why is it not finding the default headers?

The unix forum is probably a better place to ask your queston:
http://discussions.apple.com/forum.jspa?forumID=735

Similar Messages

  • Compilation error: Package not found

    HI,
    My question is :
    In my class I import these packages:
    import borland.jbcl.control.*;
    import com.sun.java.swing.*;
    When I compile the class from jbuilder it compile successfully
    , but when I compile it from ms-dos I get errors in the compile
    proccess.
    the error is :
    Frame1.java:12: Package borland.jbcl.control not found in import.
    import borland.jbcl.control.*;
    ^
    Frame1.java:13: Package com.sun.java.swing not found in import.
    import com.sun.java.swing.*;
    TELL ME something solution.
    Thanks

    I suspect the person behind the id probably isn'tvery
    intelligent however. After all I rant at peopleall
    the time, yet I don't bother using a seperate id.And this somehow makes you more intelligent than I?Of course. And provable.
    With my alias it is possible to see my contributions.
    Your posts are like graffiti. Graffiti is done by juveniles sneaking around at night spray painting their 'name' on public and private structures. Sometimes one can admire such graffiti because the artwork is beautiful and/or because the location is daring. However, most graffiti lacks both those qualities. Most artists are wannabes who have neither the courage nor the skill (and aren't willing to learn.) And they never will.
    You do have some skill in that your rants do seem to have a least some relevance. But they are never particularily witty nor clever nor amusing. So it seems safe to presume that the personality behind the alias is not a terribly bright individual. Which is not the same as a stupid individual. They could be stupid but it more likely that they are just average (after all a stupid person wouldn't use a different alias.)
    Now if you do indeed have another alias perhaps that alias demonstrates your intelligence. But this one does not.
    What other irrational conclusions have you come up
    with lately? It is perfectly rational.
    Oh, yeah, you can't tell because in
    your delusional world, they're perfectly normal
    conclusions.Of course one who is insane often feels that they are the only sane person in the world. There are medicines which help with the condition.

  • JMS compiling issue (class not found??)

    I have installed JMS and the Sun Application Server and am having an odd problem. Here is my code:
    Subscriber2 class:
    import javax.jms.*;
    public class Subscriber2
         private MyMessage2 msg;
         public Subscriber2(){}
    }MyMessage2 class:
    public class MyMessage2
         public MyMessage2(){}
    }I am using the following two lines to compile the two programs (in this order, too):
    javac -classpath C:\sun\appserver\bin\j2ee.jar MyMessage2.java
    javac -classpath C:\sun\appserver\bin\j2ee.jar Subscriber2.java
    For some reason, I am getting an error during the compilation of Subscriber2.java
    Subscriber2.java:5: cannot resolve symbol
    symbol : class MyMessage2
    location: class Subscriber2
    private MyMessage2 msg;
    Why can't it find the MyMessage2 class? They're in the same directory. What is going on here?

    Since it is indeed a classpath problem, I would suggest to read the following, as to not have again the same type of problem :
    http://mindprod.com/jgloss/classpath.html

  • [Bindable] causes compilation errors (definition not found) ?

    I'm trying to build a simple actionscript project, where an
    embedded gif is moving around the screen.
    Without the [Bindable] tag it works fine, with [Bindable] it
    throws:
    1172: Definition mx.binding:BindingManager could not be
    found. hello2.as hello2 line 1
    1172: Definition mx.binding:BindingManager could not be
    found. hello2.as hello2 line 1
    1172: Definition mx.core:IPropertyChangeNotifier could not be
    found. hello2.as hello2 line 1
    1172: Definition mx.core:IPropertyChangeNotifier could not be
    found. hello2.as hello2 line 1
    1172: Definition mx.events:PropertyChangeEvent could not be
    found. hello2.as hello2 line 1
    1172: Definition mx.events:PropertyChangeEvent could not be
    found. hello2.as hello2 line 1
    1172: Definition mx.utils:ObjectProxy could not be found.
    hello2.as hello2 line 1
    1172: Definition mx.utils:ObjectProxy could not be found.
    hello2.as hello2 line 1
    1172: Definition mx.utils:UIDUtil could not be found.
    hello2.as hello2 line 1
    1172: Definition mx.utils:UIDUtil could not be found.
    hello2.as hello2 line 1
    1120: Access of undefined property PropertyChangeEvent.
    hello2.as hello2 line 12
    I looked in the docs, there is no mx.binding package at all.
    Is this a flex bug or what? Source is below.
    package {
    import flash.display.Sprite;
    import flash.events.*;
    import mx.core.BitmapAsset;
    public class hello2 extends Sprite
    [Embed(source="assets/back.gif")]
    [Bindable]
    private var bar:Class;
    private var foo:BitmapAsset;
    public function hello2()
    foo = new bar();
    foo.smoothing = true;
    addChild(foo);
    foo.y =100;
    addEventListener(Event.ENTER_FRAME, this.onEnterFrame);
    stage.frameRate = 50;
    private function onEnterFrame(event:Event):void
    foo.x++;

    I think you need to bind the asset outside of your class
    declaration like this:
    package {
    import flash.display.Sprite;
    import flash.events.*;
    import mx.core.BitmapAsset;
    [Embed(source="assets/back.gif")]
    [Bindable]
    private var bar:Class;
    private var foo:BitmapAsset;
    public class hello2 extends Sprite
    public function hello2()
    foo = new bar();
    foo.smoothing = true;
    addChild(foo);
    foo.y =100;
    addEventListener(Event.ENTER_FRAME, this.onEnterFrame);
    stage.frameRate = 50;
    private function onEnterFrame(event:Event):void
    foo.x++;
    Let me know if that doesnt work, i have allot of questions
    about packages myself and havent got much help on this forum yet.
    Hopefully as more people get better at flex that will
    change.

  • Using gnu build tools:  librs.so..... not found

    I am using the gnu build tools to build my software.
    at the last stage of compilation, I have an error indicating that the shared library ( created as part of the software and compiled early)is not found when creating the final executable.
    Part of the build message is shown below:
    rm -fr .libs/librs.la .libs/librs.* .libs/librs.*
    /usr/ucb/ld -G -h librs.so.0 -o .libs/librs.so.0.0.0 -R/user1/3dsim/project/dsta/current/robotsim/src/rsutil/.libs -R/user1/3dsim/project/dsta/current/robotsim/src/rsnet/.libs -R/user1/3dsim/project/dsta/current/robotsim/src/rsgui/.libs -R/user1/3dsim/project/dsta/current/robotsim/src/rsentity/.libs -R/usr/local/lib -L/user1/3dsim/project/dsta/current/robotsim/src/rsutil/.libs -L/user1/mzxwu/lib ../../src/rsutil/.libs/librsutil.so ../../src/rsnet/.libs/librsnet.so ../../src/rsgui/.libs/librsgui.so ../../src/rsentity/.libs/librsentity.so -lpthread -lc
    (cd .libs && rm -f librs.so.0 && ln -s librs.so.0.0.0 librs.so.0)
    (cd .libs && rm -f librs.so && ln -s librs.so.0.0.0 librs.so)
    ar cru .libs/librs.a
    ranlib .libs/librs.a
    creating librs.la
    (cd .libs && rm -f librs.la && ln -s ../librs.la librs.la)
    /bin/bash ../../libtool --mode=link CC  -g    -o robotsim  main.o librs.la -lpthread
    CC -g -o .libs/robotsim main.o ./.libs/librs.so /user1/3dsim/project/dsta/current/robotsim/src/rsnet/.libs/librsnet.so /user1/3dsim/project/dsta/current/robotsim/src/rsgui/.libs/librsgui.so -lGL -lGLw -lXm -lXt -lX11 -lXol /user1/3dsim/project/dsta/current/robotsim/src/rsentity/.libs/librsentity.so /user1/3dsim/project/dsta/current/robotsim/src/rsutil/.libs/librsutil.so /user1/mzxwu/lib/liblog4cpp.so -lnsl -lsocket -lpthread -R/usr/local/lib -R/user1/mzxwu/lib
    ild: (warning) shared lib, needed by argument lib ./.libs/librs.so, not found :: libucb.so.1
    ild: (warning) shared lib, needed by argument lib ./.libs/librs.so, not found :: libucb.so.1
    ild: (warning) shared lib, needed by argument lib ./.libs/librs.so, not found :: libucb.so.1
    ild: (warning) shared lib, needed by argument lib /user1/3dsim/project/dsta/current/robotsim/src/rsentity/.libs/librsentity.so, not found :: libucb.so.1
    ild: (warning) shared lib, needed by argument lib /user1/3dsim/project/dsta/current/robotsim/src/rsutil/.libs/librsutil.so, not found :: libucb.so.1
    creating robotsim
    Does anyone has encountered this problem before?
    I have no problem when building this on linux machine using gcc

    libucb provides Berkeley Unix versions of functions that behave differently from the Standard C and Standard Unix versions of the fucntions that Solaris applications usually need. Many applications will not run if you force them to use libucb instead of the default libc.
    You might not have the option, but my recommendation would be to avoid using libucb on any platform. Stick with standard-conforming libraries for portability.

  • 'AEGP_ExecuteScript': identifier not found

    Hey guys,
    I'm trying to execute a script from withing the panelor example from  sdk6.
    PanelatorUI_Plat.cpp
    case WM_COMMAND:
    if(HIWORD(wParam) == BN_CLICKED && LOWORD(wParam) == BtnID){
    i_numClicks++;
    AEGP_ExecuteScript(NULL, "alert('X');", FALSE, NULL, NULL);
    InvalidateAll();
    handledB = true;
    It won't compile => 'AEGP_ExecuteScript': identifier not found..
    no idea what I'm doing really
    thanks !

    hmm still not working..
    in VS when I hover over the AEGP_UtilitySuite5() part of this code:
    suites.AEGP_UtilitySuite5()->AEGP_ExecuteScript(NULL, "alert('X');", FALSE, NULL, NULL);
    It says error: class "AEGP_SuiteHandler" has no member "AEGP_UtilitySuite5"
    but when I check the AEGP_Suithandler.h file there this line:
    AEGP_UtilitySuite5
    *utility_suite_5P;
    so tried the following:
    AEGP_SuiteHandler::Suites::utility_suite_5Psuites()->AEGP_ExecuteScript(NULL, "alert('X');", FALSE, NULL, NULL);
    when I then hover over the "Suites" part is says:
    error: class "AEGP_SuitHandler::Suites" declared at line 89 of "path...\AEGP_Suitehandler.h" is inaccessible
    I feel we're getting closer ...

  • Error 1046: Type was not found or was not a compile-time constant: Component Event.

    Hi Everyone..
    I am getting an Error 1046: Type was not found or was not a compile-time constant: Component Event.
    The ComponentEvent class has been imported,and also the event handling code is there. I am not sure what else is wrong, hope somebody can advise me. Thanks. The code is below, the point where the error occurs as indicated by the compiler has been highlighted.
    package 
    import flash.display.Sprite;
    import flash.media.Camera;
    import flash.media.Microphone;
    import flash.media.Video;
    import fl.controls.TextArea;
    import fl.controls.Button;
    import fl.controls.TextInput;
    import flash.events.SyncEvent;
    import flash.events.MouseEvent;
    import flash.events.FocusEvent;
    import flash.net.SharedObject;
    import flash.net.NetConnection;
    import flash.net.NetStream;
    import flash.events.NetStatusEvent;
    import flash.events.FocusEvent;
    import flash.events.ComponentEvent;
    public class VideoChat extends Sprite
      private var button:Button;
      private var text_so:SharedObject; 
      private var textArea:TextArea;
      private var textInput:TextInput;
      private var chatName:TextInput; 
      private var nc:NetConnection;
      private var nsOut:NetStream;
      private var nsIn:NetStream;
      private var rtmpNow:String;
      private var msg:Boolean; 
      private var cam:Camera;
      private var mic:Microphone;
      private var vid:Video;
      public function VideoChat ()
       //Set up UI
       textArea = new TextArea();
       textArea.setSize(500,280);
       textArea.move(20,54);
       addChild(textArea);
       textInput = new TextInput();
       textInput.setSize(500,24);
       textInput.move(20,340);
       textInput.addEventListener(ComponentEvent.ENTER,checkKey);
       addChild(textInput);
       button = new Button();
       button.width=50;
       button.label="Send";
       button.move(20,370);
       button.addEventListener(MouseEvent.CLICK, sendMsg);
       addChild(button);
       chatName = new TextInput;
       chatName.setSize (100,24);
       chatName.move (80,370);
       chatName.text="<Enter Name>";
       chatName.addEventListener (FocusEvent.FOCUS_IN, cleanName);
       addChild(chatName); 
       //Connect
       rtmpNow="rtmp:/VideoChat ";  
       nc=new NetConnection;
       nc.connect (rtmpNow);
       nc.addEventListener(NetStatusEvent.NET_STATUS,doSO);
       cam = Camera.getCamera();
       mic=Microphone.getMicrophone();
       //Camera Settings
       cam.setKeyFrameInterval(15);
       cam.setMode (240, 180, 15, false);
       cam.setMotionLevel(35,3000);
       cam.setQuality(40000 / 8,0);
       //Microphone Settings
       mic.gain = 85;
       mic.rate=11;
       mic.setSilenceLevel (25,1000);
       mic.setUseEchoSuppression (true);
       //Video Setup
       vid=new Video(cam.width, cam.height);
       addChild (vid);
       vid.x=10, vid.y=20;  
       //Attach local video and camera
       vid.attachCamera(cam);  
      private function doSO(e:NetStatusEvent):void
       good=e.info.code == "NetConnection.Connect.Success";
       if(good)
        //Set up shared object
        text_so=SharedObject.getRemote("test", nc.uri, false);
        text_so.connect (nc);
        text_so.addEventListener(SyncEvent.SYNC, checkSO);
      private function checkSO(e:SyncEvent):void
       for (var chung:uint; change<e.changeList.length; chng++)
        switch(e.chageList[chng].code)
         case "clear":
          break;
         case "success":
          break;
         case "change":
          textArea.appendText (text_so.data.msg + "\n");
          break;
      private function cleanName(e:FocusEvent): void
       chatName.text="";
      private function sendMsg(e:MouseEvent):void
       noName=(chatName.text=="<Enter Name>" || chatName.text=="");
       if (noName)
         textArea.appendText("You must enter your name \n");
       else
        text_so.setProperty("msg", chatName.text +": " + textInput.text);
        textArea.appendText (chatName.text +": "+textInput.text +"\n");
        textInput.text="";
      private function checkKey (e:ComponentEvent):void
       noName=(chatName.text=="<Enter Name>" || chatName.text=="");
       if (noName)
         textArea.appendText("You must enter your name \n");
       else
        text_so.setProperty("msg", chatName.text +": " + textInput.text);
        textArea.appendText (chatName.text +": "+textInput.text +"\n");
        textInput.text="";
      //Create NetStream instances
      private function checkConnect  (e:NetStatusEvent):void
       msg=e.info.code == "NetConnection.Connect.Success";
       if(msg)
        nsOut=new NetStream(nc);
        nsIn=new NetStream(nc);
        //NetStream
        nsOut.attachAudio(mic);
        nsOut.attachCamera(cam);
        nsOut.publish("camstream");
        nsIn.play("camstream");

    Hi Guys...
    I have found out what is wrong. I was importing the wrong package the correct one should have been:
    import fl.events.ComponentEvent;
    instead of
    import flash.events.ComponentEvent;
    I hope this is helpful for anyone caught in a simillar situation as me...Thanks..

  • Error compiling IDL to C++: LIBORB_CAT:147: ERROR: Registry `REG_KEY_SYSTEM' not found.

    I'm trying to compile a simple IDL file into C++ using idl.exe, and am seeing the
    following output:
    LIBORBCMD_CAT:27: ERROR: An internal software error occurred.
    -LIBORB_CAT:147: ERROR: Registry `REG_KEY_SYSTEM' not found.
    I'm using Tuxedo 8.1 on a Win2K platform. Is anyone able to shed any light on
    this?
    Regards
    Brian

    Hi Fernando,
    Try setting this environment variable and retry.
    REG_KEY_SYSTEM=d:\oracle\tuxedo11gR1\udataobj\System.rdp
    Thanks
    Venkat

  • When compiling I get msg: Class java.io.* not found in import.

    import java.io.InputStreamReader;
    import java.io.BufferedReader;
    import java.io.IOException;
    public class CheckNumber {
    //program that checks the input buffer has valid integer value
         public static void main(String[] args) {
              String inLine = null;
              int checkInteger = 0;
              try {
              BufferedReader inStream = new BufferedReader (new InputStreamReader(System.in) );
              System.out.print("Enter a valid Integer and hit <ENTER>: ");
              inLine = inStream.readLine();
              checkInteger = Integer.parseInt(inLine);
              } catch (NumberFormatException nfe) {
              System.out.println("You did not enter a valid Integer: " + nfe);
              return;
              } catch (IOException e) {
              System.out.println("IOException: " + e);
              return;
              System.out.println("You entered a valid Integer: " + checkInteger);
    Compiling produced the following output:
    C:\jdk\work1>javac CheckNumber.java
    CheckNumber.java:1: Class java.io.InputStreamReader not found in import.
    import java.io.InputStreamReader;
    ^
    CheckNumber.java:2: Class java.io.BufferedReader not found in import.
    import java.io.BufferedReader;
    ^
    CheckNumber.java:12: Class java.io.BufferedReader not found in type declaration.
    BufferedReader inStream = new BufferedReader (new InputStreamReader(System.in) );
    ^
    CheckNumber.java:12: Class java.io.InputStreamReader not found in new.
    BufferedReader inStream = new BufferedReader (new InputStreamReader(System.in) );
    ^
    CheckNumber.java:15: Class java.io.BufferedReader not found in void main(java.lang.String[]).
    inLine = inStream.readLine();
    ^
    CheckNumber.java:21: Exception java.io.IOException is never thrown in the body of the corresponding try statement.
    } catch (IOException e) {
    ^
    6 errors

    I recently did a standard installation of jdk 1.5.
    This is the first time I am trying import.
    I set the path:
    set path=c:\jdk\bin
    Hmm...
    C:\jdk\bin>java -version
    java version "1.5.0_15"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_15-b04)
    Java HotSpot(TM) Client VM (build 1.5.0_15-b04, mixed mode, sharing)
    C:\jdk\bin>javac -J-version
    'javac' is not recognized as an internal or external command,
    operable program or batch file.
    There's no javac.exe file.
    I have javaw.exe and java.exe.

  • Compilation Error for import classes not found in generated Proxy Class

    Hi,
    We are generating java classes for the COM dll using JCOM com2java compiler.
    We are getting a compilation error for import class not found when compiling the
    generated Proxy java source code. It can't find the com.bea.jcom.Dispatch class that
    the generated Proxy java source code extends. It also can't find com.bea.jcom.Variant
    or com.bea.jcom.Param. These are interfaces or data types or classes used by COM
    library.
    I added weblogic.jar to my class path and the only Dispatch class i found inside
    the weblogic.jar is com.linar.jintegra.Dispatch;
    We have com objects for which we want to develop an EJB client to interface with
    the COM object using JCOM with Native Mode disabled.
    Any help on the compilation error..I tried changing the extends for Dispatch to com.linar.jintegra.Dispatch
    but the other errors are still there.
    To begin with, I think the generated code should not refer to any of the COM data
    types.
    Any help please.
    Thank you in advance,
    Regards,
    Rahul Srivastava
    [email protected]

    Hi,
    I resolved the other errors by changing all references from com.bea.jcom.Variant
    etc to com.linar.jintegra.class name..all were present under the com.linar.jintegra
    package.
    Thank you all anyways,
    Regards,
    rahul
    "Rahul Srivastava" <[email protected]> wrote:
    >
    Hi,
    We are generating java classes for the COM dll using JCOM com2java compiler.
    We are getting a compilation error for import class not found when compiling
    the
    generated Proxy java source code. It can't find the com.bea.jcom.Dispatch
    class that
    the generated Proxy java source code extends. It also can't find com.bea.jcom.Variant
    or com.bea.jcom.Param. These are interfaces or data types or classes used
    by COM
    library.
    I added weblogic.jar to my class path and the only Dispatch class i found
    inside
    the weblogic.jar is com.linar.jintegra.Dispatch;
    We have com objects for which we want to develop an EJB client to interface
    with
    the COM object using JCOM with Native Mode disabled.
    Any help on the compilation error..I tried changing the extends for Dispatch
    to com.linar.jintegra.Dispatch
    but the other errors are still there.
    To begin with, I think the generated code should not refer to any of the
    COM data
    types.
    Any help please.
    Thank you in advance,
    Regards,
    Rahul Srivastava
    [email protected]

  • Error 906 message not found on compiling form in forms builder

    When compiling a form in forms builder 6i I get the message: error 906: message not found. No message file for product=plsql80 facility=PCM
    What should I do?

    Is your PLSQL80 environment variable set? - Should point to the PLSQL80 directory as well.
    If this is the only missing error that you have I wouldn't worry about it. 906 just means that PL/SQL could not compile the program unit.

  • Compilation error - FPGA NI PXI-7951R board - ERROR: Xst: 2472 - Top module Puma15Top was not found.

    I'm trying to compile a "user CLIP socket" for the NI PXI board - 7951R which has a Virtex-5 LX30 FPGA from Xilinx, but I got the bellow message from NI Compiler, this message is in error report Xilinx.log.
    It says that module Puma15Top was not found.
    But this module is a NI property and is automatically compiled by NI Compiler.
    The compiler automatically generates these files (Puma15Top...) that are passed to the compiler of Xilinx. The Puma15Top files are in the path, i.e: C: \ NIFPGA \ compilation \ Told_F_I_CC5DC260 \ source_files.
    This folder name is automatically generated by labview (Told_F_I_CC5DC260) for each different project or compilation.
    So I have no way to configure in CLIP files where it'll be Puma15Top, once the path is automatically generated during compilation by Labview.
    Does anyone have any idea how to solve this problem? Or have you experienced some like this?
    Following error log:
    ### XstSynthesis ###
    Puma15Top
    Reading design: Puma15Top.prj
    =========================================================================
    *                          HDL Compilation                              *
    =========================================================================
    Compiling vhdl file "C:/NIFPGA/jobs/Cm9xA8x_LaF6U1d/CLUC001_Conf.vhd" in Library work.
    Entity <CLUC001_Conf> compiled.
    Entity <CLUC001_Conf> (Architecture <behavioral>) compiled.
    Compiling vhdl file "C:/NIFPGA/jobs/Cm9xA8x_LaF6U1d/CLUC001_CLIP.vhd" in Library work.
    Entity <CLUC001_CLIP> compiled.
    Entity <CLUC001_CLIP> (Architecture <rtl>) compiled.
    Entity <CLUC001_CLIP> (Architecture <behavioral>) compiled.
    ERROR:Xst:2472 - Top module <Puma15Top> was not found.
    ERROR:Xst:2469 - Please specify the correct library via the -work_lib switch.
    -->
    Total memory usage is 149596 kilobytes
    Number of errors   :    2 (   0 filtered)
    Number of warnings :    0 (   0 filtered)
    Number of infos    :    0 (   0 filtered)
    Process "Synthesis" failed
    Thanks in advanced!

    Hi Guilherme,
    Thanks your suggestion, I upgraded NI-RIO to 13.1.1 version but the problem persists, as shown below:
    Project: T_old.lvproj
    Target: F (RIO0, PXI-7951R)
    Build Specification: I_2
    Top level VI: I.vi
    Compiling on local compile server
    Compilation Tool: Xilinx 11.5
    Start Time: 2/9/2014 18:03:51
    Run when loaded to Fpga: FALSE
    JobId: z8Cq8B4
    Working Directory: C:\NIFPGA\compilation\Told_F_I2_F3177096
    Compilation failed due to a Xilinx error.
    Details:
    ERROR:Xst:2472 - Top module <Puma15Top> was not found.
    ERROR:Xst:2469 - Please specify the correct library via the -work_lib switch.
    -->
    Total memory usage is 149596 kilobytes
    Number of errors   :    2 (   0 filtered)
    Number of warnings :    0 (   0 filtered)
    Number of infos    :    0 (   0 filtered)
    Process "Synthesis" failed
    Start Time: 18:03:51
    End Time: 18:05:19
    Total Time: 00:01:27,414
     Best,
    JEMP

  • Fpga compile worker error (file not found)

    Hi
    I try to get started with the FPGA functionality of cRIO and got stuck. This seems to be no issue of the cRIO(9014) but of the Xilinx software together with NI.
    I am running an English LV 2011 ( many previuos versions installed as well) on  a German Windows XP prof. 32 bit.
    I was setting up a little project and when it came to compiling ran into errors. First I asked a colleague than I checked the NI support web site. Next time I'll contact the NI local support, but maybe some of you guys hast a faster answer before.
    1. I want to run a local compile server. I can start it from start> programs>NI> FPGA. Up pops a  question whether I want to allow others to connect remotly. The answer seems to make no difference.
        I do not see any icon in the task bar or elsewhere. SHOULD I see a process running in the task manager ? 
    2. The NI Service locator seems to be running http:/localhost:3580/dump shows a table  like attached. SHOULD I see the server running here ?
    3. If I start the Compile Worker after some seconds I get a message saying something like file not found. I think, compile server error is only a followup.
    I have already re-installed the Xilinx-Tools from the down loaded iso. (that having started yesterday night ......) .
    I attach as well the log file. (would have liked, but three is the max)
    That whole system of compilation seems to be not very stable when I see all the posts, but I have not found these specific errors.
    So I still hope someone has an idea.
    Thanks in advance
    Gabi 
    7.1 -- 2013
    CLA
    Attachments:
    ServiceLocator.jpg ‏47 KB
    XilinkNotFound.jpg ‏101 KB
    FPGA Fehler.jpg ‏44 KB

    Gabi Tillmann wrote:
    Second thoughts:
    Is it really worth using that so highly promoted FPGA  on cRIO  ???? We'll see.
    This Question is technically wrong!
    Whenever you are using the C-Series IO-Modules of the cRIO you are using the FPGA, even in ScanMode where NI RIO loads pre-defined bitfiles onto the FPGA.
    The FPGA provides you ns Timing, it gives you nativly true parallelism, you are directly programming the bahaviour of FlipFlops, LUTs, Registers and so on.
    It gives you the ability to programm hardware without the need to understand complex HDL languages.
    The cRIO is besides PXI the most flexible and powerful (908x) platform NI offers. The decision to use an FPGA or to use a cRIO should not be "because it's there".
    The decision to use an FPGA-based Platform depends on the complexity of the application, just think about custome beahviour of IOs or custom triggering.
    Christian
    P.s.: Great that you solved your compiler issue.

  • Method not found in class errors when compiling project

    Hi,
    I am getting the following errors when compiling my project:
    Error(3,8): ReqLinesNotificationsVORowImpl not found
    Error(25,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(31,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(37,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(43,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(49,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(55,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(61,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(67,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(67,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(79,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(85,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(91,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(97,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(103,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(109,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(115,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(121,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(127,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(133,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(139,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(145,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(151,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Number) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(157,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(163,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(169,25): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(175,9): method setAttributeInternal(java.lang.String, java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(181,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(187,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Date) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(193,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    Error(199,9): method setAttributeInternal(java.lang.String, oracle.jbo.domain.Date) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImplError(205,23): method getAttributeInternal(java.lang.String) not found in class oracle.apps.icx.por.wf.server.ReqLinesNotificationsVOExRowImpl
    I have ReqLinesNotificationsVORowImpl and ReqLinesNotificationsVOImpl files in myprojects directory. Can anyone help please?
    Thanks

    Hi,
    From the error it seems that the code is refering ReqLinesNotificationsVOExRowImpl file.
    Please make sure that its class file is present in myclasses folder.
    Since u have mentioned that ReqLinesNotificationsVORowImpl is already placed in myclasses folder. Hope this should resolve your issue.
    Regards,
    Raj Papdeja

  • When trying to compile forms in solaris machine, frmcmp.sh not found error

    Hi
    I want to compile my forms using frmcmp.sh in a solaris machine
    When I try to execute
    /u15/10gAs/bin/frmcmp.sh /u15/10gAs/forms/form1.fmb user/pass@database
    it throws me error that frmcmp.sh is not found
    it is searching in the whatever path set in ORACLE_HOME
    could you please tell me what should I do now?
    regards

    The following is just a SAMPLE and you may not need all of them and you will have to modify the paths to match your system.
    ########## Oracle Variables ##########
    echo " Welcome to oracle";
    ORACLE_BASE=/u01/app/oracle
    ORACLE_OWNER=oracle; export ORACLE_OWNER
    ORACLE_TERM=xterm; export ORACLE_TERM
    ORACLE_HOME=/u01/app/oracle/product/9.2.0.1.0
    ORACLE_SID=ORTD
    LD_PRELOAD=$HOME/libcwait.so
    export DISPLAY=172.28.66.39:0.0
    PATH=$PATH:$ORACLE_HOME/bin
    LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$ORACLE_HOME/lib:$ORACLE_HOME/network/lib
    CLASSPATH=$ORACLE_HOME/JRE:$ORACLE_HOME/jlib:$ORACLE_HOME/rdbms/jlib
    export CLASSPATH
    LD_ASSUME_KERNEL=2.4.1; export LD_ASSUME_KERNEL
    THREADS_FLAG=native; export THREADS_FLAG
    TMP=/tmp; export TMP
    TMPDIR=$TMP; export TMPDIR
    export PATH ORACLE_BASE ORACLE_HOME ORACLE_SID LD_LIBRARY_PATH LD_PRELOAD
    ########## End of Oracle variables ##########I recommend you dig through the installation manual for the version of Oracle you have installed and setup your profile settings based on your installation. If you still need help after that, you might want to post your question in the Database Installation forum. Once you have your environment setup, you should be able to compile your form(s).
    Hope this helps,
    Craig
    If a response is helpful or correct, please mark it accordingly.
    Edited by: CraigB on Apr 27, 2010 8:11 AM
    Edited by: CraigB on Apr 27, 2010 8:14 AM

Maybe you are looking for