Forte 6.1 installation

i am going to install the forte 6.2 on sparc solaris 2.8.(c/c++)
Is it different than sun compiler 4.1 installatino?.
could i get the (major) steps to do this?. i am in a rush situation.
Jim

Yes, I think this is broken as well. However, the error is a little more specific than your example illustrates.
Take the example from Stroustrup, C++ Prog. Lang. SE, on page 377. In the example in the book, D1::h will give an error, since its throwspec is less restrictive. WS6U2 agrees.
Note, however, that WS6U2 does not give an error on D1::g, which has a more restricted throwspec than B::g. So the compiler isn't completely wrong. Now add the following to the end:
class D2 : public B
public:
void f() throw(X);
void g() throw();
void h() throw(X, Y);
Adding D2, and building, we get errors, correctly, for both D1::h and D2::h, since they are less restrictive. However, we also get an error on D2::g, claiming that its throwspec must be at least as restrictive, etc. So, it looks as if the compiler doesn't believe that an empty throwspec is more restrictive!.
You can work around this by passing -features=extensions, and these errors will become warnings. While this workaround may help, -features=extensions enables other things as well, which you may not want. But, OTOH, at least you can compile...
Hope this helps.

Similar Messages

  • Forte 2.0H2 installation problems..

    Hi,
    I am installing forte 2.0h2 on windows-nt 4.0 (without any service pack)
    workstation. Forte is not running after first installtion. If I install
    forte again without deleting the existing files on the hard disk, then
    forte gets upgraded and can be run.
    Can anybody tell me why is this happening ?
    Sanjay Goel
    [email protected]

    You may need to download the package again.
    Make sure that you have administrative rights/credentials on this computer.

  • Forte C 6 installation problems

    Hi,
    I have just installed Forte C 6 and have some problems I couldn't correct.
    1_ The online help is not correctly pointed.
    Even when I have the files and can open them from mi navigator, the online help can't find them.
    Do I have any way to correct that?
    2_ The Memory Monitor help files were not installed, so I can't even open them from the html files directly.
    3_ The source browser is crashing each time I try to do a multiple directory browse, even after deleting the db and rebuilding it to get it in sync.
    4_ I can't find a way to display in hex the contents of a variable pointed by an unsigned char *, when it starts with a 0x00 character.
    It interprets it as a string and displays "" or 0x0, when I know that it has some other values in the following bytes.
    I tried formatting the request (with a dbx formatting command) as f.6x , which should do it but it doesn't.
    Any help on this points and specially in the last one will be appreciated, as my schedule is pushing me (does it sound familiar, developers? :-)
    Thanks.-

    Hi, I have just installed Forte C 6 and have some problems I couldn't correct.
    1_ The online help is not correctly pointed. Even when I have the files and can open them from mi navigator, the online help can't find them. Do I have any way to correct that?
    2_ The Memory Monitor help files were not installed, so I can't even open them from the html files directly.
    3_ The source browser is crashing each time I try to do a multiple directory browse, even after deleting the db and rebuilding it to get it in sync.
    4_ I can't find a way to display in hex the contents of a variable pointed by an unsigned char *, when it starts with a 0x00 character. It interprets it as a string and displays "" or 0x0, when I know that it has some other values in the following bytes. I tried formatting the request (with a dbx formatting command) as f.6x , which should do it but it doesn't.
    Any help on this points and specially in the last one will be appreciated, as my schedule is pushing me (does it sound familiar, developers? :-)
    Thanks.-

  • Problem with Forte DDE

    I have a problem getting Forte to talk to another application called
    InTouch by Wonderware via DDE. InTouch is a SCADA (Supervisory Control
    And Data Acquisition) package. InTouch uses DDE as its primary form of
    communication with other software. Right now I have Forte talking to
    InTouch through the use of a Visual Basic interface using DDE. Here is
    the flow:
    Talking to InTouch from Forte using DDE
    FORTE ---> VB INTERFACE ---> INTOUCH
    Talking to Forte from InTouch using DDE
    INTOUCH ---> VB INTERFACE ---> FORTE
    My goal is to eliminate this VB interface and have Forte talk directly
    to InTouch using DDE without the use of any intermediate code. Does
    anyone have any experience with DDE between these two applications?
    Gary Giger
    Raytheon Systems
    300 Science Park Road
    State College, PA. 16804
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    In my Forte 3.0 installation on Windows XP, the file is in:
    \forte directory\modules\ext4j\AbsoluteLayout.jar

  • [SOLVED] Problems autostarting xbmc after nvidia upgrade

    Hello!
    With nvidia version 302.17-1 and with 302.17.2 xorg errors and fails when autostarting xbmc.:
    Here is my Xorg.0.log: https://gist.github.com/3118969
    Here is my xorg.conf:
    https://gist.github.com/3118996
    But downgrading nvidia and nvidia-utils to version 295.59 makes everything work again.
    So is this considered as a bug or can I change my configuration to make it work with latest nvidia drivers?
    My graphics card is PCI and not PCIe, maybe there is some problem with old PCI cards?
    I am now using standard xbmc package in repositories (earlier I used xbmc-pvr-git but I changed to standard xbmc to see if it was a problem even without using AUR packages).
    Last edited by ronnylov (2012-07-17 14:04:32)

    Thanks. But I got another problem now because I can't upgrade from nvidia 295.59 to the latest version. There is some kind of dependency problem, probably because of the switch from /lib to /usr/lib.
    [ronny@htpc ~]$ sudo pacman -Syu
    Lösenord:
    :: Synkroniserar paketdatabasen...
    core är senaste versionen
    extra är senaste versionen
    community är senaste versionen
    :: Påbörjar full systemuppgradering...
    löser beroenden...
    letar efter inre konflikter...
    Mål (3): cairo-1.12.2-2 nvidia-302.17-2 nvidia-utils-302.17-1
    Total Installationsstorlek: 54,02 MiB
    Nettouppgraderingsstorlek: 0,69 MiB
    Fortsätt med installation? [Y/n]
    (3/3) kontrollerar paketintegritet [######################] 100%
    (3/3) laddar paketfiler [######################] 100%
    (3/3) kontrollerar filkonflikter [######################] 100%
    fel: misslyckades att påbörja överföringen (motstridiga filer )
    nvidia: /usr/lib/modules/extramodules-3.4-ARCH/nvidia.ko.gz existerar i filsystemet
    Fel uppstod, inga paket uppgraderades.
    [ronny@htpc ~]$
    Trying to following the info  here https://wiki.archlinux.org/index.php/De … iki:usrlib:
    [ronny@htpc ~]$ grep '^lib/' /var/lib/pacman/local/*/files
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/modules/
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/modules/extramodules-3.4-ARCH/
    /var/lib/pacman/local/nvidia-295.59-1/files:lib/modules/extramodules-3.4-ARCH/nvidia.ko.gz
    OK the old package installed files in the wrong place when I downgraded nvidia after the update to /usr/lib.
    These packages need rebuilding so as not to include the /lib directory. They can also simply be uninstalled and reinstalled again after upgrading glibc.
    So I try to uninstall nvidia and nvidia-utils:
    [ronny@htpc ~]$ sudo pacman -Rs nvidia nvidia-utils
    Lösenord:
    kontrollerar beroenden...
    fel: misslyckades att förbereda överföring (kunde inte tillfredställa beroenden)
    :: libva: behöver libgl
    :: mesa: behöver libgl
    :: mplayer: behöver libgl
    :: xorg-xdriinfo: behöver libgl
    OK then uninstall these packages as well...
    [ronny@htpc ~]$ sudo pacman -Rs nvidia nvidia-utils libva mesa mplayer xorg-xdriinfo
    kontrollerar beroenden...
    fel: misslyckades att förbereda överföring (kunde inte tillfredställa beroenden)
    :: ffmpeg: behöver libva
    :: freeglut: behöver mesa
    :: glew: behöver mesa
    :: gnome-mplayer: behöver mplayer
    :: vdpau-video: behöver libva
    :: xbmc: behöver libva
    :: xorg-utils: behöver xorg-xdriinfo
    and I get even more dependency problems.. I am a little bit new on this but do I need to reinstall almost everything just to uninstall a video driver? I just want to replace the old driver with the new one...
    I think I need a hint of how to solve my problem. Perhaps this thread belongs somewhere else in the forum?
    Last edited by ronnylov (2012-07-17 11:01:31)

  • SAPGui Support - Organizational Structure w/ Your Company

    I am wondering about those of you on here that support SAPGui deployment, architecture and Gui functionality ... does your position fall within your SAP Basis team or perhaps another SAP Application area?
    For myself ... it's been viewed as a desktop application and thus aligned with that organization.
    What's the norm for those that participate in this community?
    Thanks,
    Bob H
    Minneapolis, MN
    Edited by: Bob Held on Jan 7, 2012 12:41 AM

    I think it can depend a lot on internal IT culture.
    For my current employer - we view SAPGUI deployment as the responsibility of the Basis team.  In fact, I personally oversee the deployment between ERP and Netweaver installs, testing, and maintenance.  That being said, or model is centered around periodic downloads of the latest single file build, we put it on our users to stay current.
    We are using the Netweaver installation server to create single file installation packages and are looking to move to a centrally managed deployment in the future, however, we have ~60,000 users that we are supporting across every platform imaginable.  I have finally deployed using saplogon.ini over http - which was fun to figure out with the lack of documentation on setup.
    Our culture is more centered on central management in a core team than deparmentalized IT teams.  We have a central basis team that probably does more than a conventional basis team would do.  Main reason we don't let the desktop support people control SAPGUI is that testing and troubleshooting SAPGUI issues will usually require a bit of basis knowledge.  Printer setup being a good example.  If it isn't setup on the server and in the user's profile right, it won't work, but they may pass it off as a SAPGUI printing issue, which also happens periodically through the release phases.  Knowing where to look to determine root cause isn't going to be the desktop support team's forte typically.
    Installation issues, missing libraries & dll's, and system crashes can probably be handled by a desktop support team, but most SAPGUI issues won't be that simple.
    Of my current 3400 help tickets, ~ 1,000 of them are SAPGUI related.  Off of the top of my head, very few were relating to installation issues, but there were a handful.  over half were connectivity issues, and a little less than half required some basis knowledge to determine if the error's were in the ERP system or the SAPGUI program / configuration.
    Hope that helps!

  • Class holding other compressed files inside.

    Hi folks,
    May anybody tell me how Forte for Java installer holds all its installation files inside a single .class file?
    Example, I call
    /usr/local$ java f4jsetup.class
    And it extracts all installation files from this very class.
    Thank you all, in advance,
    Filipe Fedalto

    I can actually devise some idea about it, but I am sure Sun has a better implementation.
    Well, I can create a class that will read itself as a File, compute its class file size and store some raw data beyond the final position. Perhaps the first bytes could be some token like write("===raw data starts here===");
    Then it will write all raw data. When executed again, it will see some data already stored beyond its class code ending position and will start reading this data stored at the end of file.
    Ok, this is a very crappy implementation and I would really be very impressed if it actually worked. May be I will give a try and post it back... so keep watching this topic if you are interested in this implementation.
    Still, I think that there is some better way to do it.
    Thank you anyways :-)
    Filipe Fedalto

  • Here's my fix for Forte installer hang on WinMe.

    Hi all (all those with problems anyway :) ,
    (I tried to post this in the Sun ONE Studio forum
    but always got an error)
    I had a problem installing Sun One Studio 4 Update 1.
    It would keep freezing when it started searching for
    the J2SDK, with the message: "Searching for suitable
    J2SDK, please wait..".
    Well, here's what worked for me on WinMe. Not all of
    these steps may be necessary.
    Install J2SDK to "C:\j2sdk1.4.1_01". First I uninstalled
    it because it was in a folder with a space in the name. I
    heard that was an issue with some OS's.
    Create a text file containing the text "jh=C:\j2sdk1.4.1_01".
    Close it and rename it as "ffj_ce_win32_en.sp". It's appar-
    ently important that its name is the same as the installer,
    except for the "sp" extension of course.
    Put it into the same directory with ffj_ce_win32_en.exe
    ( the Forte installer ).
    Leave the name of the Forte installer as original (instead
    of renaming it to something more descriptive for example ).
    Mine was named "ffj_ce_win32_en.exe".
    In C:\Windows\
    Rename java.exe to java-.exe
    Rename javaw.exe to javaw-.exe
    The important thing here is to make sure their new names are
    unlikely to conflict with the names of any other files that
    might be placed there later.
    Now run the installer again and make it (finally !),
    After I did all the above, it immediately found the correct
    folder (instead of the usual freeze-up).
    Hope this helps someone else too.

    Thanx!!! A frustrating hour and a half later I found your post and it worked beautifully!

  • Automating Forte installation

    Hi all,
    I'm looking for a way to automate the installation of Forte. e.g.
    command-lie options for "setup.exe", creating an input or "ini" file etc...
    My reasoning is in hopes of minimizing the amount of user-input required for
    performing a large number of standardized installs.
    Any help greatly appreciated.
    Thanks,
    Chris Nusca
    Software Engineer
    Descartes Systems Group
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    At Carlson Hospitality Worldwide we solved this exact problem. We started
    out just as you are hoping we could somehow use Fort&eacute;'s provided
    installation process, but we quickly gave up. Instead, we created our own.
    Here's how:
    First, we used an uninstall tool which logged the Fort&eacute; Run-Time
    installation process (registry settings, files added, and files modified).
    We then used that log and InstallShield Professional 5.1 to create our own
    Fort&eacute; Run-Time installation package which duplicated the one provided by
    Fort&eacute; but setup the registry with hard-coded values rather than asking the
    installer. We then used WinZip Self-Extractor to package all of the files
    into a single self-extracting and self-running executable that didn't prompt
    the user to do anything (when the self-extractor .exe is run, it unzips to a
    temporary directory and then automatically runs the setup.exe).
    We purchased InstallShield Professional, WinZip, and WinZip Self-Extractor,
    and all three products were inexpensive and easy to install, learn, and use.
    At the time we also were working closely with Fort&eacute; to let them know what we
    were doing in hopes that they would eventually provide enough functionality
    in their own installation process so that in the future other's would not
    have to repeat what we did. I'm not sure what the current status of that
    request is, so it may be worth your while to contact Fort&eacute; directly.
    -J.C.
    J.C. Hamlin, Senior Consultant, Forte National Practice
    Born Information Services Group, Wayzata, MN
    Ph: (612) 404-4000 Ph2: (612) 783-8270 FAX: (612) 404-4441
    <[email protected] <mailto:[email protected]> > <[email protected]
    <mailto:[email protected]> >
    -----Original Message-----
    From: Chris Nusca [SMTP:[email protected]]
    Sent: Wednesday, August 26, 1998 4:27 PM
    To: '[email protected]'
    Subject: Automating Forte installation
    Hi all,
    I'm looking for a way to automate the installation of Forte. e.g.
    command-lie options for "setup.exe", creating an input or "ini" file
    etc...
    My reasoning is in hopes of minimizing the amount of user-input
    required for
    performing a large number of standardized installs.
    Any help greatly appreciated.
    Thanks,
    Chris Nusca
    Software Engineer
    Descartes Systems Group
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive
    <URL:http://pinehurst.sageit.com/listarchive/>
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Installation of Forte M2

    Anyone every experienced these problems when installing Forte version M2 (or
    any version of Forte)??
    1) Installation script fails when running from remotely mounted CD.
    Specifically, it fails when copying forte.ver from the CD to FORTE_ROOT.
    2) Installation script (now running from directories copied directly onto
    the Sun box) fails because the environment variable FORTE_WW_DOCUMENT_ROOT
    is defined in the environment. We had to completely remove it as renaming
    it to XXXX_WW_DOCUMENT_ROOT still did not work.
    Install ran fine after that.
    Jerry Fatcheric
    Verizon Wireless

    Jerry
    You might need to have a look at Technote 11150 which addresses the problems you
    experienced.
    Below is the technote:
    When you try to run the install program from the CD on a Unix machine, you must
    use ./install.sh so the install is not called from anywhere but the CD. You
    might by mistake be using the install from your previous installation and in
    that case multiple things will go wrong.
    It may simply give you an error
    INSTALL.SH: Command not found.
    or
    Following error happened when an incorrect install was called.
    Copying relnotes.trz from installation media to
    /export3/forte/rel3c ...
    cp: cannot access ../sun_sol/relnotes.trz
    chmod: WARNING: can't access /export3/forte/rel3c/relnotes.trz
    mv: cannot access /export3/forte/rel3c/relnotes.trz
    /export3/forte/rel2h4/install/bin/install.sh: relnotes.tar.Z: not
    found
    FATAL ERROR:
    Forte installation script is terminating.
    A central repositoy was not created when the FORTE_NS_ADDRESS was in use.
    Distribution of Autocompilation and Codegen applications were not added to the
    installation because the FORTE_ROOT was pointing to the wrong place.
    It is recommended that you make sure none of the old Forte environment settings
    are available when you want a new version of Forte installed on your
    system. Upgrading is different but still the right installer should be
    called.
    Ulrich Lalk
    FatchJeBAM.com on 31/05/2000 05:00:17
    To: kamranaminyahoo.com
    cc: (bcc: ULRICH LALK/NSO/CSDA)
    Subject: (forte-users) Installation of Forte M2
    Anyone every experienced these problems when installing Forte version M2 (or
    any version of Forte)??
    1) Installation script fails when running from remotely mounted CD.
    Specifically, it fails when copying forte.ver from the CD to FORTE_ROOT.
    2) Installation script (now running from directories copied directly onto
    the Sun box) fails because the environment variable FORTE_WW_DOCUMENT_ROOT
    is defined in the environment. We had to completely remove it as renaming
    it to XXXX_WW_DOCUMENT_ROOT still did not work.
    Install ran fine after that.
    Jerry Fatcheric
    Verizon Wireless
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Forte Installation stuck at "Extracting..."

    Hi chaps!
    I downloaded Forte Community Edition 1.01 but can not install it because it
    does not progress past the "Extracting..." stage.
    I am running Solaris 8 EA on a Dual Celeron 488Mhz box with 224MB of RAM.
    I have tried both the Java 1.2.2 and 1.3-Beta revisons
    Has anyone else had this problem or know how to fix it?
    Any advice appreciated.
    Cheers

    I think you ran out of /tmp space in your harddisk.
    Forte for Java CE edition installation first extracts the compressed files onto a temp space.
    Either that or you really have an imcompatible JVM version or you are missing OS patches for Solaris 8. I noticed you are using the EA version which is not recommended.
    Forte for Java CE edition is now at revision v1.0 Update Release 2. You can download this version and try.

  • Prob : Installation of Forte on NT

    I have done a full distributed Installation of Forte on a Windows NT machine with 16MB RAM (eventhough the
    minimum requirement is 24MB). I tried to Boot the named server process and got the following error message:
    nserver : Initialization completed
    Begin stack Backtrace=====....
    Trace caused by segmentation or access violation in the Forte executable:
    nserver version 1.2.k.9
    Fault at :date , node etc.
    End of stack Backtrace
    Any help in solving the problem would be appreciated.
    Thanks,
    Vishy

    yes, but in a different oracle_home

  • Re: Forte 3.0 Runtime Installation to large userbase

    Hi ka.
    You can install forte on every client with your NetWizard program, and
    finally, you can create a small VB application to write in registry the
    Forte configuration Information, you can also use an Install Shield Wizard
    Setup program, to install on every machine more keys to your registry.
    I hope this is useful
    Giampaolo Santarsiero
    e-mail: [email protected]
    e-mail: [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

    Hi ka.
    You can install forte on every client with your NetWizard program, and
    finally, you can create a small VB application to write in registry the
    Forte configuration Information, you can also use an Install Shield Wizard
    Setup program, to install on every machine more keys to your registry.
    I hope this is useful
    Giampaolo Santarsiero
    e-mail: [email protected]
    e-mail: [email protected]
    To unsubscribe, email '[email protected]' with
    'unsubscribe forte-users' as the body of the message.
    Searchable thread archive <URL:http://pinehurst.sageit.com/listarchive/>

  • Forte Installation on Solaris 2.6

    Hi ,
    I am unable to install ForteCE on Solaris 2.6 .
    Can you please tell me if i need any patches to Install forte on Solaris .
    Thanx and Rgds,
    Preeti

    The official statement could be obtained by a search at the main web site http://www.sun.com
    ldapv2 patch "solaris 2.6"
    http://docs.sun.com/source/819-1814-10/relnotes_ds51sp4.html
    ===
    This release of Directory Server is not supported on Sun Solaris 2.6 or Sun Solaris 7. You must upgrade to Sun Solaris 8 before upgrading to or installing Directory Server 5.1 Service Pack 4.
    ===
    If this happens to DS5.2, it should apply to DS5.2 also, I reckon.
    Gary

  • Installation problem on Windows XP Platform

    When I try to install Oracle 9i, the process simply stops. The installation proceeds until it gets to "Installing Oracle 9i Globalization Support 9.0.1.1.1. It hangs up and the last bit of information in the log is:
    Calling query LangQueries1.3.6 GetOSNlsLang
    nlsLanguage = en
    nlsTerritory = US
    nlsVariant =
    It appears that it can't locate nlsVariant.
    Please help!!!

    This appears to be a known problem with some of the earlier versions of Sun One Studio; here's a page about it: http://forte.sun.com/cgi-bin/WebX?[email protected]@.ee815f4
    The most current version of S1S doesn't have this problem, and can be downloaded from here: http://forte.sun.com/ffj/index.html

Maybe you are looking for

  • Can't share TV shows with Intel based Macs

    I have an iMac G5 that I'm using as a media server. I also have a Mac Mini that's hooked up to my LCD TV. I want to use the Mac Mini to view TV shows I've downloaded through iTunes, that are on the iMac, thru Front Row. However, most of the time Fron

  • Is there a way to transfer music from iPhone to iTunes?

    I recently had a nasty virus on my Sony Vaio and my hard drive had to be replaced. Although I had all of my pictures and documents backed up, the only places that I had my music (3,000 songs) was on my iTunes library and my iPhone 4. All of my music

  • Not able to send mail

    I am currently using the latest Leopard update. I have a Macbook Pro. 2.2. Anyway. I recently noticed that I'm unable to send mail using the Mail program. I get an error saying: The connection to the server "smtp.mac.com" on port 25 timed out. What c

  • Earned leave condition

    Dear All, Please find our client request below They have only one leave type, i.e only earned leave. The condition is, if an employee worked 240 days in a year, he will be eligible for the leave next year. One EL for every 20 days. Balance leave can

  • Transform Activity in BPEL 10.1.3 (Developers Preview)

    Hi Have you tried to use Transform Activity in BPEL 10.1.3 Developers Preview? Try this simple test: I create a new BPEL process, add a transform, edit the transformation map: connect the two variables (inputVariable and outputVariable), click save a