Compiling Tools.h++ Programs:  Error: ws is not defined

I am trying to compile some of the sample RogueWave (Tools.h++)
programs provided with the distribution. For example, compiling
the sortvec.cpp program results in the following errors:
all from rw7/rw/vstream.h:
- ws is not defined
- the name ios is ambiguous, ios and std:ios
- ... other errors related to ios
What am i missing? I typed:
CC sortvec.cpp
We seem to be using version SC5.0
Bowden
[email protected]

Please check out that when you tell compiler the location of the include files (for RW) with -I option, you dont give /rw.
for eg., it should be
-I/opt/SUNWspro/SC4.2/include/CC/rw7
and not
-I/opt/SUNWspro/SC4.2/include/CC/rw7/rw
reg

Similar Messages

  • ERROR OGG-01148 programming error, data type not supported for column

    I am getting following error when I put null in insert statement
    2011-03-31 18:30:45 ERROR OGG-01148 programming error, data type not supported for column TXID in table advoss.tblaudittrail.
    I am replicating MySQL 5.5.9 to Oracle 11g rel2 via goldengate 11

    I am able to diagnose what is cuasing the problem
    unsigned flag was the culprit of this error
    I am able to insert null after removing unsigned flag.
    thank you very much for your kind support

  • I get a "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" error every time I try to open a new tab.

    <blockquote>Locking duplicate thread.<br>
    Please continue here: [/questions/777191]</blockquote><br>
    Just like the title says, starting with Firefox 4 Beta 6 or 7, I forgot. Any time I try to open a new blank tab (sometimes even when I start up Firefox and the app tabs load) I get an error that says "JavaScript Application - Reference Error: XPCSafeJSObjectWrapper is not defined" If I close it everything works as normal again (until I open a new tab) but it is very annoying to have to do this. Is there any fix for this or is the bug just still there?

    Start Firefox in [[Safe Mode]] to check if one of the add-ons is causing the problem (switch to the DEFAULT theme: Tools > Add-ons > Themes).
    * Don't make any changes on the Safe mode start window.
    See:
    * [[Troubleshooting extensions and themes]]
    * [[Troubleshooting plugins]]

  • Data Collection task error (Item  is not defined in Cons Chart of Accts 01)

    Dear Experts,
    While executing Data collection task, I am getting error "Item  is not defined in Cons Chart of Accts 01", What could be the reason?
    (Many Items are getting collected in target, but at the topline this error is been shown)
    Regards
    Ritesh M

    Thans Dan,
    I have gone in the program UGMDSYNC, and getting few Gls which have not assigned Cons Chart  of account.
    Kindly tell me how to assign chart of account to these GL account?

  • Error: JAVA_HOME is not defined correctly - While running ant.

    I have upgraded the JDK 1.5 Update 10 to Update 14. After upgrading the ant is failing when using with cygwin.
    It's giving the below error message:
    Error: JAVA_HOME is not defined correctly.
    We cannot execute /cygdrive/c/Java/jdk14/bin/java
    The JAVA_HOME is set properly & even I am able to check java -version.
    I am using apache-ant-1.6.5 and cygwin.
    Have any one faced the same problem?
    Please let me know if you have any solutions

    Grrrr. Been having a similar problem, but with Maven2. Allow me to (hopefully) save someone the gnawing of teeth and several bald patches.
    For starters, the Maven documentation gives you a pretty clear example of how to set your PATH. This is as follows:
    export PATH=/usr/whatever/whateveragain/apache-maven-2.0.10/bin:$PATH
    Simple, eh? Note the colon before $PATH. Then, it states quite presumptuously "4) Make sure JAVA_HOME is set to the location of your JDK". However, you don't set it in exactly the same way. You set it in virtually the same way, except without the colon, like this:
    export JAVA_HOME=/usr/lib/jvm/java-1.6.0-openjdk-1.6.0.0$JAVA_HOME
    Note that if you get the paths wrong a couple of times, you may reset them with the unset command. So to unset JAVA_HOME you'd use:
    unset JAVA_HOME
    After which you may set it again. As is advised, you may try to set the user privileges, but they didn't seem to affect my luck at all. Hope this helps!

  • Error "Item is not defined as an Inventory Item" using oInventoryGenEntry

    I am trying to create a Receipt from Production with this code:
                    receive = (Documents)_Company.GetBusinessObject(BoObjectTypes.oInventoryGenEntry);
                    receiveLine = receive.Lines;
                            receiveLine.BaseType = 202;
                            receiveLine.BaseEntry = oli.ProductionOrderNumber;
                            receiveLine.BaseLine = 0;
                            receiveLine.Quantity = oli.Quantity;
                            receiveLine.WarehouseCode = "01";
                    int errorCode = receive.Add();
    where the production order will contain several component items that make up a finished good.  Two of the component items are Labor and Royalties and are not marked as Inventory Items.
    The Add method returns this error:
    "Item is not defined as an Inventory Item" and references one the non-inventory items (ie 'Labor').
    I can received the same Production Order through SBO without an error.
    Suggestions?
    Thanks

    Because I am concerned about eliminating Labor from the Bill Of Material and its effect on the 'Acutal Product Cost' when I create a Production Order I set up a test.
    I created two Finished Goods Inventory Items with similar Bills of Material.  Both included a Labor component (non-inventory item).  The difference though, is one Labor component has an Item Type of Labor and the other Labor component has an Item Type of  'Items'
    Next, I create a Work order for each of the finished items.  Then I did a receipt from Production and closed the Work Orders.
    Looking at the Production Order summary, the Finished Good had an 'Actual Additional Cost' that was non-zero for the Finished Good that had a Labor component of the 'Items'; the other Finshed Good had a zero 'Actual Additional Cost'.  These seems in conflict with the eLearning segment on Production.
    At this point is this a different Forum?

  • Transaction launcher, get error Starttransaction is not defined

    Hi, I am trying to create a new link in the navigation bar that should call ITS and a customer created transaction in CRM. We have been doing it before and these links are working, but now trying to create another link in the navigation bar, I gets an error
    "Starttransaction is not defined". In the Handleclass created with the transaction launcher I gave it the name ZCL_filarkiv. When I did that I got an syntax error "There is a syntax error in class zcl_filarkiv". When I goes to SE80 in order to check the class, I can see several errors, I correct them and add a call in the method IF_CRM_IC_ACTION_HANDLER~PREPARE_DATA_FLOW in order to call the ITS and our customerdefined class. The code added is:
            ICWEBCLIENTBORKEYPARAMETER =
      'ZARKIV'. "#EC NOTEXT
      me->set_container_object(
        iv_name        = '<MAINOBJ>'
        iv_object_key  = ICWEBCLIENTBORKEYPARAMETER
        iv_object_type = gv_bortype
    The transaction ZARKIV is working calling it directly in CRM.
    The syntax errors disappears and I can activate the class without problems. But when trying to use the link, I get the error "Starttransaction is not defined". Also other links that have been working before now gets an error "Error in the starttransaction ZCL_filarkiv.
    I do not have a clue what the problem could be. Is there a step that I have missed to do? Thank you for your help, regards Lena

    Found out that xpath.js wasn't uploaded correctly. Now that
    it is, it works!

  • FBVB error msg "Transaction not defined for direct call-up"

    Dear Gurus,
    Pls help me on issues below:-
    1.)What is the diff between FBV0 and FBVB?
    2.)When i try to initialize FBVB. I received an error "Transaction FBVB not defined for direct call-up. Can u teach me how to fix it up coz one of my end-user requested this T-code.
    Thanks.

    Nothing needs to be fixed - the transaction is called behind the scenes when the user uses FBV0 to post a parked document.  Users should never call FBVB directly.
    Andrew

  • Error: $x_ShowChildren is not defined

    The page definition page is not displaying any of the usual page objects. I'm getting an Error: $x_ShowChildren is not defined in the error console.
    Source File: http://apex.oracle.com/pls/otn/f?p=4000:4150:1692562586117686::NO:::
    Line: 39 error on the page definition page.

    Hi all, we are experiencing this "$x_ShowChildren is not defined" error on our new
    APEX 3.0 installation.
    I've already checked the notes at
    http://www.oracle.com/technology/products/database/application_express/html/3.0_fsps.html#01
    and our page really looks as depicted at point one but the refresh doesn't seem to
    do anything. We have tried to flush the cache and even change browser (IE and FF)
    but the problem is still there.
    I've checked the page source and the missing function is defined in
    /i/javascript/htmldb_html_elements.js
    The js file is visible if loaded directly but somehow the page fails with
    Error: $x_ShowChildren is not defined
    Source File: [...]/f?p=4000:4150:4106999370516652::::FB_FLOW_PAGE_ID,FB_FLOW_ID:1,101
    Line: 39
    (I've removed our address there ...)
    The strange thing is that this happens only from certain PCs but all the
    configurations (browser, network, ...) seem to be identical.
    Any idea of what might be going on?
    Thanks in advance for your kind help

  • I am getting a message Internal Error Instacast keys not defined when I open one of the local tv news apps on my iPad. What do I need to do to fix it?

    I am getting an error message "Internal error Instacast Keys not defined" when I open a news app from one of my local tv stations. What is causing this?

    Hello, MommaLloyd24. 
    Thank you for visiting Apple Support Communities.
    Here are the steps I would recommend going through as they should resolve the issue.
    iTunes 11.1.4 for Windows: Unable to install or open
    http://support.apple.com/kb/TS5376
    Cheers,
    Jason H.

  • TO confirmation error - item category not defined

    Hi experts,
    We have a HU/WM setup in our warehouse. While i try to confirm the TO i am getting an error 'item category not defined'?
    I am able to confirm the TO's for other orders, this is happenning for a specific group of orders which have a different item category in delivery.
    Any hints when this error will appear?
    Is there any config where we assign the delivery item category with the warehose or any other setting?
    Thanks,
    Harish
    Edited by: Harish RJ on Jan 24, 2011 7:02 AM

    I suggest have a look at OSS note 1464539 - your settings in table T184L might be wrong.
    Is it possible that the batch is determined via WM, during picking? If different batches have been determined for one item, it will cause batch split in your delivery - if settings in T184L are wrong, system cannot cope with it and may throw error message VL324.
    (sorry for duplicate, I was slow a little bit and "Sap: IN" said the same in the meanwhile)
    Edited by: Csaba Szommer on Jan 24, 2011 8:29 AM

  • I keep getting a "reference error:m_caFxTBobj is not defined. pleas help

    I keep getting a "reference error:m_caFxTBobj is not defined. This happens every time I go to a new tab.Please help

    Usually caused by an add-on that is either incompatible with Firefox or one that wasn't updated completely by its' developer. The former can happen when the Addon Compatibility Reporter extension is used "across the board", instead for each extension along with testing each extension.
    http://support.mozilla.com/en-US/kb/troubleshooting+extensions+and+themes

  • Ni xilinx compile tools 14.4 Error

    Hi all,
    I tried to compile my LabVIEW FPGA VI with the last version of xilinx compile tools 14.4
    I got the following error
    I re-installed the ni xilinx compile tools 14.4 TWICEn and the the result is the same.
    Help.... please.
    Thanks,

    I would bet that this is an issue with a botched UNINSTALL of Xilinx 11.5. To fix:
    Go to 'C:\NIFPGA\programs'
    Do you have a 'Xilinx11_5' folder? If so, I bet it's empty/corrupt. Move it to another directory for this test.
    If you don't have one... well then I'm wrong and the issue is elsewhere
    Do you expect to have/need Xilinx 11.5 on the system (for compiling with LabVIEW 2010)?
    Cheers!
    TJ G

  • PSE 12 - Can't open catalog - some internal programming error. Can NOT open PSE 12 organizer

    Can not pass Catalog manager - Can't open catalog - sez an internal programming error occurred?????

    Yes, it seems like a problem with the main catalog.  I haven't seen a failed conversion before that didn't write a conversion log.  So there aren't many clues to go on.  I have just one more suggestion -- run the utility psedbtool on your PSE 6 catalog:
    http://www.johnrellis.com/psedbtool/
    Because you have both PSE 6 and 8 installed, you'll have to run it specially:
    1. Start PSE 6 and do Help > System Info to find the folder path of your PSE 6 catalog folder.
    2. Start a command prompt.
    3. Type these two commands:
    cd c:\psedbtool
    .\psedbtool -printVolumeTable > output.log
    4. Copy and paste the contents of c:\psedbtool\output.log here.

  • UCCE 8.5(2) web setup tool issue - HTTP Error 404.0 - Not Found

    Folks,
    I have installed UCCE 8.0(1a) along with 8.5(2) MR twice in a row. I dont receive any errors during my installation, the second time around I had all my prerequisites including OS patches, Visual Studio, SQL 2005 SP4 patching and everything written down from the first go around and was able to complete the install with zero errors.
    But once I complete the install and click on the Web Setup Tool I get a
    I am not sure what I am doing wrong, Apache is running, this is for my lab system and we just got our Production system installed a few months and I compared all my version with the Production system at work and they all look the same, only difference is that this is going to be a sprawler. But I havent even gotten to that part yet.
    I have attached images of the specs my Lab Server , any help is greatly appreciated, I am stumped at this point ..
    Hardware Specs and OS
    Installed Programs

    Folks, apologize for not following up on the responses, works gotten busy again. Anyways .. the requirement is described in the "Staging Guide for Cisco Unified ICM/Contact Center Enterprise & Hosted Release 8.x(y)" on Page 104.
    It states " Do not install Internet Information Services unless the server will host WebView or UnifiedICM multichannel options."
    One thing to note is that in Version 8.5 - Web View is no longer supported, which means - Do NOT Install IIS on your AW's HDS, DDS, Router or Logger or Rogger Servers since these use the Web Setup tool for installation and configuration.
    I would say dont install IIS on any of your ICM servers period !
    After some poking around and research I found out that Web Setup uses Apache Tomcat and the Web Setup does not like it when you have IIS running or installed on the same box.
    I fixed mine in my lab with Fresh install of the OS (from scratch). For those who cannot afford a fresh install and have this issue on a Production Box, Uninstalling IIS does not seem to fix the problem. Prior to my Fresh Install I tried Uninstalling it and it did not work.
    While I have not tried this trick out, I found out that having IIS and Apache creates some sort of conflict for port 80/ 443 on the server which results in these 40X errors that you see. Unfortunately Uninstalling IIS didnt seem to fix it in case. What I did find out is that there is some way of resolving the conflict and one way is to change the default port used by IIS (changing it from 80/443 to something else).
    I have not tried this out, But I have heard that this might work. Also to note - based on my uninstall of IIS which did not fix the problem, changes are that Apache Tomcat may need some tweaking as well.
    My guess is the default port used by IIS and Apache need to be worked on to resolve this issue on a production box. IF you can scarp the box and rebuild, then just dont install IIS and you should be fine.

Maybe you are looking for

  • Compare dates....

    Hi, I have a question. I have to get information out of a Novell database using LDAP. One thing is the "LastRegisteredTime" all that is possibble and it give the dat like this: 20060507072033Z To us e this date I had to rearrange it a little bit... S

  • After Effects crashing on applying Element 3D

    So I just downloaded After Effects CC 2014 and transferred all my plugins to it. But all except Video Copilot Element 3D V1.6.2 are working correctly. Whenever I apply the Element effect AE crashes. I tried to reinstall it using the installer but no

  • Catalogue problems in shopping Cart

    Hi All, We have a custom catalog built and that is Through Requisite(Bugseye). When we click on the custom catalog it opens up the first screen of shopping cart instead of Catalog page. I have checked the URL definition in SPRO(Define external webser

  • HT1380 Can the Apple Universal Dock charge the 3rd generation iPod?

    At the time it could only be charged with the FireWire charger.

  • Error When Extracting the UD Connect Source Objects

    Hi, I am working on UD Connect to extract data from an external Oracle Database System. I have done all the required configurations from the Visual Admin and BI side. When I click on F4 help on 'UD Connect Source Object' in the 'Extraction' tab of Ap