WS6U2 (32-bit mode): long long bitfields are not allowed

The C++ README for WS6U2 states:
(in Sun Workshop 6 New Features)
"The restriction on the size of a bitfield to 32 or less is removed. Bitfields can be any size."
but if we use this code:
// spam.cc begins:
struct spam {
..unsigned long long a : 40;
..unsigned long long b : 20;
spam empty_spam() { return spam(); }
// ends
[note: i've used "."'s because leading spaces seem to be ignored; and the "special tokens" url (goes to FAQ) doesn't go to a helpful page]
and attempt to compile on a Solaris 2.6 machine:
$ CC -c spam.cc
"64-bit-fields.cc", line 2: Error: long long bit fields are not allowed.
"64-bit-fields.cc", line 3: Error: long long bit fields are not allowed.
2 Error(s) detected.
$
it even fails on Solaris 2.8, with CC -xtarget=ultra -xarch=v9a -c spam.cc
if we change the "long long" to "long" it will compile on Solaris 2.8 (with -xtarget=ultra -xarch=v9a) and use 64-bit long's.
it hardly seems that "bitfields can be of any size".

Be a good citizen and provide the answer!
I start a new shell with linux32 bash.
--olaf                                                                                                                                                                                               

Similar Messages

  • Application is in maintenance mode. New logins are not allowed

    Hi,
    Trying to login with New user in existing application, getting this error:-
    "Application is in maintenance mode. New logins are not allowed"
    Any suggestion will be appreciated.
    Thanks
    Sanjay

    You need to change the application settings to allow all users to log into the application. To do this, log in with an administrator/owner id.
    Then go to File -> Preferences-> Advanced Setting. The change the selection in "Application Maintenance Mode" drop down box.

  • I am using final cut express. It seems that any clip over a certain length, say 5 min, does not fully transfer! All shorter clips are perfectly fine. Is there some reason why longer clips are not fully transferred? (a half blue circle shows up on the tran

    I am using final cut express 4. It seems that any clip over a certain length, say 5 min, does not fully transfer! All shorter clips are perfectly fine. Is there some reason why longer clips are not fully transferred? (a half blue circle shows up on the transfer list, indicating that the clip was not fully transferred. When I check in the capture scratch folder, sure enough the whole clip is not there!
    Is there some glitch in final cut express that only allows short clips to be transferred in full?

    Thanks for the reply. I'll try to answer all the questions (I am a relative novice). Your help is appreciated.
    By the way, the other reply I received suggested the following:
    In Final Cut Express>System Settings>Scratch Discs make sure the Limit Capture/Export File Segement Size To: is not checked.
    I did this and it was already unchecked. So this is not the answer...
    The strange thing is, I have been logging and transferring with FCE for 2 yrs without any problems at all with shorter clips, but have come up against the problem with long clips (over 5 or so min)  the whole time. I got around it by simply making sure I stopped recording after less than 5 min while shooting footage. OR if I accidentally got a long clip, I import into imovie and then import into FCE. Not very streamline and I worry about compressions altering quality!
    I am now trying to import a 20 min and a 17 min clip and it only transfers around 3 minutes of each, I have re-tried several times and it happens repeatedly. The blue circle in the transfer list shows up as a half blue circle instead of full. Clip cuts off after 3 or so minutes.
    ANSWERS
    how you are ingesting the files
    From external flash drive connected directly to mac using FCE.
    the format of the source footage
    digital via ext flash memory. Frame size :1929X1080 / 25fps
    what camera shot the footage
    SONY HXR NX5
    how you are connecting to the computer
    from flash memory directly via usb
    what version of FCE you are using
    4
    what OS your computer is running
    10.6.8
    what model Mac
    macbook Pro intel Core i7
    what drive you are using for Capture Scratch
    3TB external drive (plenty of room left)

  • TS1717 when trying to import cd the following message appears "the current encoder settings for bit rate and sample rate are not valid for this file"?

    Trying to import cd when this message appears "the current encoder settings for bit rate and sample rate are not valid for this file".  Any suggestions?

    Thanks so very much.  I chose MP3 and Download and it is working beautifully.  Have a wonderful day and it is so nice of you to get right back to me.  I'm trying to cut a DVD for my grandson's grad party and I got most of the photos and didn't have any music since I lost everything in a clean install.  Could hug you!

  • I am trying to ask a question about iPhones, but it will not let me post - I get a message similar to this - you are not allowed to change the content.  Any help on this matter?

    I am trying to ask the following question: Just updated my iPhone5 to V 7.1.2 and can no longer print to my MFC 7860W from this phone.  I researched this issue on this forum and found answers from last October/November.....  Wary of downloading anything that was posted that long ago.  Wondering if there is anyway around this issue, with more recent information?  I was able to use this printer in the past by using Brother's iPrint App. 
    Thanks!!
    But when I hit post, I get an error message at the top - "you are not allowed to change this content"  Can anyone help me?

    I am assuming you got that message when attempting to post an old thread. The old post is probably locked/archived.
    FYI, posting on old threads usually yields no responses at all.
    I have requested that this post be moved to the iPhone forum where you might get assistance.
    Barry

  • [Solved]gnome-system-tools You are not allowed access to sys config

    I did a FTP install of i686 Arch Linux on a friend's machine.  I could not get gnome-system-tools to work, keep getting:
    The configuration could not be loaded
    You are not allowed access to the system configuration
    So, I tried gnome-system-tools on an i686 Arch install on my machine, and gnome-system-tools worked.  Then I did a pacman -Syu  and fully updated the system.  The updates included udev which now prints how long udev events took on boot up.  After the updates, gnome-system-tools no longer works.  Same symptoms as the new install.
    Both machines have stbd in the /etc/rc.conf DAEMONS line.  Both the user and root in both machines are part of the stb-admin group.  Using gksu or launching as root in a terminal window results in the same problem.  The problem seems to be in system-tools-backends which works in conjuntion with dbus as I get this error:
    (time-admin:7607): Liboobs-WARNING **: There was an unknown error communicating with the backends:
    Process /usr/share/system-tools-backends-2.0/scripts/SystemToolsBackends.pl exited with status 127
    gnome-system-tools and system-tools-backends are part of the community group, so as far as I know, writing a bug report is out.  Both gnome-system-tools and system-tools-backends are out of date in community.  system-tools-backends is version 2.4.1 and the current version is 2.6.0.  I tried using makepkg to compile the new 2.6.0 version of system-tools-backends but it fails saying it needs dbus >= 1.1.2 but version of dbus is 1.0.2.  So it appears that dbus is out of date also.  That is a far as I got.
    I know this has been a problem in the past, but I got it working until this latest update. 
    Anyone got any ideas on this?
    Pudge
    Last edited by Pudge (2008-03-23 15:35:29)

    Pudge wrote:
    When I entered the Original Post, I had rebuilt gnome-system-tools as this had fixed the problem the last time.  When I went to rebuild system-tools-backends, I had decided I needed to try and build the latest version of it, which didn't work as stated above.  By this time the lateness of the hour, and the current frustration level caused me to quit for the night and write this thread.  I am fairly sure I did NOT rebuild the current system-tools-backends.
    Anyway, deleting gnome-system-tools and system-tools-backends, then rebuilding the current version of both gnome-system-tools and system-tools-backends fixed the problem.   Be sure to follow the post installation comments from system-tools-backends.
    I wrote a bug report in the AUR.
    Bug Report
    Thanks for everybody's help and suggestions.
    Pudge
    I've had the same problem with my users-admin and users-time... I've tried all the fixes from most of these posts... except for that string of code that someone wrote in this post: http://bbs.archlinux.org/viewtopic.php?id=42910
    for file in `pacman -Ql gnome-system-tools | grep desktop | cut -d" " -f2`; do cat $file | sudo sed 's/\(^Exec=\)\(.*-admin\)/\1gksudo \2/g' | sudo tee temp.desktop.tmp; sudo mv temp.desktop.tmp $file; done
    I wasn't sure what this string actually would do, so I haven't tried it yet. I figured there would be an easier way of fixing this problem. Like a simple edit in the SystemToolsBackends.pl file.....
    any help would be cool.

  • Mixed periodicities in a forecast are not allowed In Demand Planning

    Hi All,
    I am running forecast in background by defining activity and job in transaction /sapapo/mc8t and /sapapo/mc8d .
    I am scheduling the job in transaction in /sapapo/mc8g.
    Before scheduling the job i checked the job in transaction /sapapo/mc8i and this check is fine.
    When I am running the job in background i am getting the following error message:
    "Mixed periodicities in a forecast are not allowed".
    This error I am getting in the spool of job in SM37 transaction.
    I ran a copy key figure macro in the same planning book with the same view and it is having no problem.
    In my planning book i am having only one dataview    and with that dataview    only i am scheduling the job.
    The strange thing is that the forecast is running smoothly in  interactive mode in same planning book,same data view with same forecast profile.
    Did anybody face the same problem in the past?
    I am using SAP SCM 7.0 version.
    Thanks In Advance,
    Mukesh Pandey

    Hi,
    I contacted SAP on the same and they suggested me exactly what was the problem.
    I will try to explain the problem with an example here as that would be easy.
    Say, My storage bucket profile is a custom week.
    suppose i am doing forecast at custom week level.
    my time bucket profile in the planning book is "2 years in months".
    So here in the background job we are expecting from the system to first divide years in months and than months to custom weeks. Here we are referring to mixed pereodicities.
    So the rule is your time bucket profile and the bucket of forecasting should be directly in proportion of storage bucket profile.
    it should not be
    Year-->month--
    >week
    it should be
    Year-->week or year>month or month--
    >week.
    I hope i am clear.
    Regards,
    Mukesh Pandey

  • "There are no shares available or you are not allowed access them..."

    I'm admittedly a bit rusty, last time I set up a Mac OS server was 10.4. I'm having a huge problem setting up basic file sharing and it's driving me nuts!
    For testing and trouble shooting I've set up a single share, a single user and added that user to a single group. I enabled all services for the user. I then set the POSIX permissions on the share to read and write for the user and the group. I also tried additional ACL permissions to full control. No matter what I do I still get "There are no shares available or you are not allowed to access them on the server". I can log on any admin account with no problems, but I can't get standard accounts to connect! I've tried stopping and starting AFP service with no change. I've re-read all the AFP and permissions sections of the admin guides and the server essentials book. From what I can tell this should all be working. What am I missing?
    Thanks in advance

    Hi Jason
    +"What am I missing?"+
    SACLs perhaps? What are SACLs? Service Access Control Lists. Where are they? Server Admin > Server Name > Settings > Access. After installation 10.6 Server (by default) toggles Access for all users to the more limited setting below it.
    HTH?
    Tony

  • The selected combination of bit rate and sample rate is not allowed.

    I've always burned my purchased CDs into iTunes using a AAC 320 kbps and 48.000kHz. Now when I select that option in iTunes 9 I'm getting a "The selected combination of bit rate and sample rate is not allowed." pop up screen. So is it impossible to burn my albums in a 320kbps/48.000 AAC format?. I had no problems in previous versions of iTunes using this setting. I guess I might have to switch over using a MP3 import setting instead.

    Audio CDs are encoded with a sample rate of 44.1 kHz. Ripping them at 48 kHz requires resampling and does not improve the quality. Unless you have a special need for 48, use 44.1.

  • Payment method(s) are not allowed for this program / Program RFFOAVIS_FPAYM

    Dear Friends,
    In Se38  abap editor, I entered the program RFFOM100, i entered the details program run date,identification future,paying company code,payment methods T, House bank, Account Id and executed the program. I am getting the error 'Payment method(s) are not allowed for this program'.
    Payment method S is not used in F110, It was not mentioned in vendor master or vendor invoice.It is not mentioned in fbzp in bank determination. When i tried to delete payment method 'S' the system shows a message Payment Method S is being used in the company code.
    In  the program RFFOAVIS_FPAYM, i entered the details program run date,identification future,paying company code,payment methods T, House bank, Account Id and executed the program. I am getting the error  'Program RFFOAVIS_FPAYM: No records selected'. But there open items or invoices.
    Please suggest how to resolve the errors.
    Regards
    Sridhar

    Hello,
    Why are you directly executing these programs?
    You will not expect these program to execute directly by going to SE38.
    I would have configured the relevant payment methods in the country with DME structure or classical RFFO* programs, which in turn pick up the inherent programs at the time of running F110.
    For example, if you need to generate BACS file for country GB, either you copy the GB_BACS to ZGB_BACS or use GB_BACS directly in FBZP settings.
    Make sure that you have maintained OBPM1 / OBPM2 / OBPM3 and OBPM4 settings properly.
    The system automatically gives the access to system RFFOAVIS_FPAYM. Prepare a variant against this program in F110. Relevant file gets generated to folder path mentioned in OBPM4 will get generated. The file get generated can be seen in AL11.
    Hope this is informative and solves your issue.
    Regards,
    Ravi

  • Child actions are not allowed to perform redirect actions. partial view

    I'm using ASP .NET MVC 5
    I'm trying to use Create view with the index view to show the created item in the same page. For that I'm using _CreateCategory as the partial view and I added following to the index view
    {Html.RenderAction("Create", Model);}
    My controller's get and post methods as follows for the Create
    [HttpGet]
    public ActionResult Create()
    return PartialView("_CreateCategory",new Inventory.Models.Category());
    [HttpPost]
    [ValidateAntiForgeryToken]
    public ActionResult Create([Bind(Include="Id,Description")] Category category)
    if (ModelState.IsValid)
    db.Categories.Add(category);
    db.SaveChanges();
    return RedirectToAction( "Index");
    return PartialView(category);
    }My index method as follows
    public ActionResult Index()
    return View(db.Categories.ToList());
    I didn't do any changes to the partial view. I'm getting error "
    child actions are not allowed to perform redirect action
    . I tried many ways to overcome this. But no luck yet.

    Please post ASP.NET questions in the ASP.NET forums:
    http://forums.asp.net
    The MVC forum is here: http://forums.asp.net/1146.aspx/1?MVC

  • You are not allowed to continue because your account does not have the proper privileges

    I've been using PS since version 3. I currently run CS2 on Windows XP service pack 2. I've been using CS2 since it was first released. Now, all of a sudden, anytime I install or uninstall a program, whether it is related to Photoshop or not, when I start CS2 I get a window that says "You are not allowed to continue because your account does not have the proper privileges" and the program aborts. The first time this happened and after I had restarted CS2 for the 4th time it started normally. Since then it requires at least one restart (not reboot)after the error and then CS2 starts normally. Anyone have any idea of what is going on here? The first time it happened was right after I had installed a new HP AIO printer and I thought that may have had something to do with it. However, I have installed a couple of other programs and uninstalled another, none of them related in any way to CS2, and I get the error the next time I run CS2. I have found some posts about this but no answers, and most of the posts were related to Vista, not XP. I need help please.

    there's a section in adobe.com (not adobeforums.com!) where after you log in (seperate log in from this site) you can go to "my account" and then "my registrations". you can manually add registrations there. that's how i've registered most of my adobe purchases.
    ok. just ran through it:
    go to http://www.adobe.com/ (make sure you have flash turned on)
    click "Your Account" in the upper left corner.
    log in with your adobe.com id, create one if you don't have one. this is SEPERATE from the id you log into this forum with!
    click on "View Product Registrations"
    click on "View Adobe branded products registrations"
    if you have any registed packages, they'll be listed. at the bottom of the page click on the button that looks like this:

  • F0282 payment method(s) are not allowed to this program*

    Hi.......... every one
    after running app i select systems in menu bar>out put control>press enter and clicked on execute button,then i selected the log and click on the display contents button but the system is giving the error message that
    f0282 payment method(s) are not allowed to this program

    HI,
    The error message F0282 that you are receiving, is not an error but the
    normal system functionality. This would be due to your customising so
    please check the detailed error description provided in detail in this
    reference.
    For example, the detailed error description would be as below
    =====================================================================
       Message no. F0 282
       Diagnosis
       In order to avoid incorrect payment media being able to be created
       with a program specified incorrectly, exactly one program is assigned
       to each payment method.
       System Response
       The list of payment methods(T) may only be processed by other payment
       medium programs. Therefore these payment methods are not processed by
       program RFFOM100.
       Procedure
       Check the payment medium programs allowed in the country IN payment
       method specifications.
    =====================================================================
    In customizing trans. FBZP, you have select the report that you are
    going to use for the payment method. Therefore, for example if you are
    using the RFFOUS_T in customising and afterwards try to use RFFOM100
    separately, you will get this message so you will have to change your
    customizing accordingly..
    xSo please check your customising in FBZP under Payment Method/country
    settings.Hope this info helps you to resolve this issue.
    Regard
    Madhu M

  • Reg msg "Payment method(s) are not allowed for this program".

    Hi...
    I am copying a standard program RFFOES_T (Print program for bank transfer) into a custom program. When i try to execute the custom program it gives me a msg saying
    "Payment method(s) are not allowed for this program".
    Can you please Provide a solution for this problem.
    Regards,
    Indira.

    Indira,
    1.RFFOES_T is using Logical database PYF.Seems you have copied it as it is without changing the attributes of the program.
    2.As it is using logical database PYF  it needs to be tagged to the respective payment methods in FBZP settings as below
    FBZP
    >>Payment methods in Country
    >> in the next screen click on position and give the company code and payment method
    >> in the next screen select the corresponding payment method and click on the details(ctrlshiftf2) ie magnifying glass icon
    >>in the next screen  within  Payment Medium you will get to see two radio buttons as Payment medium workbench(uses DMEE tree structure)  and payment medium programs (uses the standard prog).Here in Payment medium Program either the standard prog or your zprogram should be tagged otherwise you will get the error message as you mentioned.
    3.Once you tag the program in the FBZP setting to the respective payment methods,after the payment run you will be able to run the program.
    4.If you don't want the program to be linked to FBZP settings then as far as my knowledge is concerned you need to avoid using logical database PYF and change the entire code using the regular database tables like reguh,regup,bkpf,bseg etc.(I think this should be the best approach)
    Thanks,
    K.Kiran.

  • You are not allowed to enter a tax jurisdiction code for country US

    Hi All,
    We are having this message popping up "You are not allowed to enter a tax jurisdiction code for country US" when we try to add an item to a shopping cart. SRM 4.0 Classic scenario.
    Also when i process the shopping cart and create a PO out of it, our R/3 4.6C dosnot let me release the PO and error message is :"no tax jurisdiction code found"
    I have looked at some of the earlier threads but i could not find a definite solution. Has anybody faced similar problems? Please let me know !
    Thanks
    Sundeep

    Hi Sudeep,
    How did it work? Do you have to implement any BADI's or SRM or R/3 side? As we are getting same error while creating Shopping Cart in SRM.
    I have checked the plant data in R/3 and Jurisdiction code has been maintained there.
    Please advise
    Thank you
    Ritesh

Maybe you are looking for