Compile errors with Solaris 5.8 and Studio 11 with latest patches

I asked sa to patch my studio 11, and they applied patches 121023-04, 121015-04, 121017-08, 122142-03, 120761-03, 120760-11 and 122135-02. Then, I compiled my boost_1_33_1 again. It built some, but not all libraries. It stil spit out the following errors. Is this expected?
"/home/vcheng/boost_1_33_1/libs/filesystem/build/../src/operations_posix_windows.cpp", line 126: Error: readdir_r is not a member of file level.
...failed sunpro-C++-action build_sunos/bin/boost/libs/filesystem/build/libboost_filesystem.a/sunpro/debug/operations_posix_windows.o...
sunpro-C++-action build_sunos/bin/boost/libs/wave/build/libboost_wave.a/sunpro/debug/instantiate_cpp_exprgrammar.o
"/home/vcheng/boost_1_33_1/boost/spirit/core/composite/epsilon.hpp", line 76: Error: complex expression not allowed in dependent template argument expression.
"/home/vcheng/boost_1_33_1/boost/iostreams/device/file_descriptor.hpp", line 79: Warning: close_on_exit hides boost::iostreams::file_descriptor::impl::close_on_exit.
1 Warning(s) detected.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 42: Error: BZ_CONFIG_ERROR is not defined.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 106: Error: The function "BZ2_bzCompressEnd" must have a prototype.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 107: Error: The function "BZ2_bzDecompressEnd" must have a prototype.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 113: Error: The function "BZ2_bzCompress" must have a prototype.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 118: Error: The function "BZ2_bzDecompress" must have a prototype.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 143: Error: The function "BZ2_bzCompressInit" must have a prototype.
"/home/vcheng/boost_1_33_1/libs/iostreams/build/../src/bzip2.cpp", line 147: Error: The function "BZ2_bzDecompressInit" must have a prototype.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 97: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 100: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 110: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 349: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 383: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 437: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 458: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 477: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/cmdline.cpp", line 495: Warning: args hides boost::program_options::detail::cmdline::args.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/config_file.cpp", line 35: Warning: allowed_options hides boost::program_options::detail::common_config_file_iterator::allowed_options.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/options_description.cpp", line 311: Error: Could not find a match for std::count<std::InputIterator, std::T, std::Size>(char*, char*, char) needed in::format_paragraph(std::ostream &, std::string, unsigned, unsigned).
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/options_description.cpp", line 378: Error: Too few arguments for template std::reverse_iterator.
"/.automount/opt/Forte/sunstudio11_patch1/SUNWspro/prod/include/CC/Cstd/rw/iterator", line 432: Error: "friend" declaration is incompatible with function template.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/options_description.cpp", line 378: Where: While specializing "std::reverse_iterator<const char*>".
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/options_description.cpp", line 378: Where: Specialized in non-template code.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/options_description.cpp", line 379: Error: Too few arguments for template std::reverse_iterator.
"/home/vcheng/boost_1_33_1/libs/program_options/build/../src/options_description.cpp", line 387: Error: Could not find a match for std::distance<std::ForwardIterator, std::Distance>(const char*, const char*) needed in::format_paragraph(std::ostream &, std::string, unsigned, unsigned).

You can take Boost 1.34 but you have to use CVS and you have to modify Boost configuration files to use -library=stlport4 option.
Or you can take Boost 1.32, read this article http://blogs.sun.com/roller/page/sga?entry=boost_mini_howto and apply this patch http://blogs.sun.com/roller/resources/sga/boost_1_32_0.patch.
As you can see here http://engineering.meta-comm.com/boost-regression/CVS-RC_1_34_0/developer/summary.html Sun C++ is in a good shape.

Similar Messages

  • Interfacing with Solaris IP/ICMP and ARP

    Hi,
    I am writing a sample driver that interfaces with Solaris IP, ARP and ICMP.
    1. I want to get the routing table information from IP from kernel. Is it possible via some standard interfacing?
    2. I want to get the ARP entries from ARP cache or send arp requests .
    3. I want the ICMP module to generate some error messages
    Can these be achieved from the kernel?
    Any info in this topic would be of great help.
    Thanks,
    Amudha

    What was the solution?
    I am trying to intercept arp send/replies
    on the standard ethernet driver. Is this possible?
    Perhaps you can help me with some code.

  • I have two apple ID's, one with all my apps and one with only Mavericks. Will Mavericks update automatically if i'm not logged in to the apple ID I used to download it?

    I have two apple ID's, one with all my apps and one with only Mavericks. Will Mavericks update automatically if i'm not logged in to the apple ID I used to download it?

    Some things are mixed up here, seemingly...
    I seem to have two Apple ID's attached to my e-mail.
    An Apple ID is a valid email address, apparently. How can those be "attached to your email"... what email?
    Facetime will not verify my e-mail address because it is associated with the other account.
    This doesn't make sense. You can register multiple, even non-Apple-ID, email addresses and their aliases with FaceTime.
    So, maybe you can explain your problem better - what you want and the steps you've taken and what you have so far. If something doesn't work, please tell the exact error message, too.

  • I have continuously over the last 6 months struggled with syncing my iphone and ipod with itunes  The app continually crashes during the picture import.  AND by the way it takes 10-15 minutes before it even attempts to import photos.  The screen says impo

    I have continuously over the last 6 months struggled with syncing my iphone and ipod with itunes  The app continually crashes during the picture import.  AND by the way it takes 10-15 minutes before it even attempts to import photos.  The screen says importing photoes but doesnt try to optimize or anything for 10 minutes.  I have a 3gs with 16Gb so its not a cheap phone.  I have 10Gb free.  I have 6600 photoes.  This is very frustrating and undermines my confidence in your products.  My ipod is an ipod 4 with 16Gb also.  It does the exact same thing to it.  The last time, I had to import photoes a few at the time and with it taking 10-15 minutes each time for 6600 photos it is a long frustrating process.  But it will import every photo a few at a time.  The error message is just that itunes has stopped working.  no hint as to why. AND of course, my phone is out of use for the entire time.  You guys must not want to believe ur phones are a necessary tool...or maybe you dont want the consumer to believe it is.  I have tried to find solutions on your website as well as through other 3rd party communities.  Ultimately they were of no use.  I stumbled onto my solution by accident since Im a bit of a computer geek...a semi-geek.

    I have this issue too, I went into my Windows event viewer. (should have looked at this a year ago when this started)
    it said this
    Faulting application name: iTunes.exe, version: 11.0.2.26, time stamp: 0x51253247
    Faulting module name: ntdll.dll, version: 6.1.7601.17725, time stamp: 0x4ec49b8f
    Exception code: 0xc0000374
    Fault offset: 0x000ce6c3
    Faulting process id: 0x14d4
    Faulting application start time: 0x01ce194399f166ba
    Faulting application path: C:\Program Files (x86)\iTunes\iTunes.exe
    Faulting module path: C:\Windows\SysWOW64\ntdll.dll
    Report Id: 0eb3c37f-8537-11e2-9351-50465d6737de
    basically whenever I try to sync my ipod touch 4G 64GB it crashes iTunes when it begins the pictures. if im lucky ill get 4-5 on there before it stops responding. its not my system or anything im running win7x64 8GB DDR3 ram (Corsair XMS3) AMD FX Eight core processor.
    It is silly that iTunes cannot add pictures to apple devices. it shatters whatever incline I may have to buy apple products. knda like the Airport Extreem router my dad bought the new firmware, caused my router to not function... why release firmware that breaks a product. -_- <-- off topic but still

  • Can i use iCloud keychain with my own passwords and not with what is assigned and stored?

    Can i use iCloud keychain with my own passwords and not with what is assigned and stored?

    tammersalem wrote:) <-HDMI-> (HDTV)
    My main concerns are:
    -If I use iTunes on my main computer, will it then be available to Apple TV?
    -If I use Apple TV to download will it be available to my Main computer?
    -Can the Apple TV use a media server for storage over LAN (using NTFS Samab or otherwise)?
    Basically iTunes feeds AppleTv with media either syncing (copying to it) or streaming live.
    Media must be compatible with AppleTV.
    AppleTV requires a proper iTunes instance running - it cannot access a NAS directly.
    If you store media in a folder on a NAS and it's part of the computer iTunes library (just stored on the NAS vs internal/external drive), then when running iTunes makes this content available to AppleTV.
    Data will travel:
    NAS > network > iTunes > network to AppleTV
    As the path is potentially slower than internal/external attached drive > iTunes > network > AppleTV, it may or may not work robustly for streaming.
    If AppleTv is set to sync (it can also stream in this mode), when you purchase direct on AppleTV, the media should sync back to where the itunes library is stored (via iTunes) to keep things in sync and to allow you to backup the media.
    You cannot drag/drop media to/from AppleTv across the network, nor can it directly access storage itself - iTunes is an essential cog in the wheel.
    The majority of commercial 'in-built iTunes media servers' will not work directly with AppleTV as it has to be 'paired' with iTunes by entering a numerical code in iTunes and does not simply see 'shared libraries'.

  • How do I connect TC to a new ethernet and share a new ethernet DSL with a new PC and use with my macbook Pro? I tried and get no internet on the PC or Macbook Pro?

    how do I connect TC to a new ethernet and share a new ethernet DSL with a new PC and use with my macbook Pro? I tried and get no internet on the PC or Macbook Pro?

    Ok.
    I am connected to wi-fi through TC connected to a specific router and is working perfectly and saving data through TM without any issues.
    The TC version is 7.6.1 and am using OS 10.7.3
    The router mode is on Bridge mode and router is connected to TC through USB cable, I suppose for internet access. My Mac is on wi-fi through TC
    I have another location, much further, which recently have been installed with wi-fi through router that has WPA accessibiulity with password, 100% different than the current one.
    Since, I will be most of my time in this new location, I wish to move my TC to this new location, and configure it in similar fashion like what I am having right now.
    Naturally, I do not wish to lose any saved data on the TC.
    Hope I managed to provide enought info.
    Thanks in advance

  • HT1310 when i starst my mac i get a flashing folder with a question mark. i tried rebooting and holding the option button then i get 2 boxes, one with a refresh arrow and one with a forward arrow neither of them seem to do anything. now what

    when i starst my mac i get a flashing folder with a question mark. i tried rebooting and holding the option button then i get 2 boxes, one with a refresh arrow and one with a forward arrow neither of them seem to do anything. now what

    Here is an article that describes what it is supposed to do:
    Startup Manager: How to select a startup volume
    If no Volumes are shown, it is telling you there are no potentailly bootable Volumes attached. That means your boot drive has died or the bootable image on it is unrecognizable.
    What Mac Pro ? by year, GHz, number of processors, screen size?
    What Mac OS X ?

  • I have a MBP 15" with iPhoto 9. When right clicking on icon in dock 3 iPhoto libraries come up; one empty, one with 35,000 photos and one with 30,000 photos.  How can I delete the empty one and merge the other two without getting duplicates?

    I have a MBP 15" with Iphoto 9.  When I right click on icon in dock 3 iPhoto libraries come up; one empty, one with 35,000 photos and one with 30,000 photos.  How can I delete the empty library and merge the other two without getting duplicates?

    You can delete the empty one by dragging it to the trash ( test everything before emptying the trash)
    Merging libraries requires iPhoto Library Manager - http://www.fatcatsoftware.com/iplm/ -  it is the only current solution to merging libraries
    LN

  • BEx7 and it's latest patch must be installed!

    Can somebody explain what this error means and how do I resolve this ?
    I have the Bex Query designer installed and I am trying to connect Xcelsius 2008 SP3 with BW that has SAP Enhancement Package 1: Support Package Stack 05 installed.

    I'm a newbie for SAP BO and Xcelsius. I'm getting the same problem as stated in this thread which is rated as not answered.
    I have been spending too much time trying to find a fix for this error. Nothing is fruitful till now. Request the Experts to post the solution to fix this problem.
    I have Xcelsius 2008, SAP GUI 7.1 and then SAP GUI 7.1 Patch 20 are installed. I'm able to logon to the SAP BW through SAP Logon GUI. But when I invoke the menu SAP-->Open on Xcelsius 2008 (so as to get to SAP BW), I'm getting this error
    "BEx7 and it's latest patch must be installed" pops.  This error I got after entering the password details on the 'SAP Logon xxxServer' dialog box that popedup after invoking the SAP--> Open menu. I have no Idea where to get the Patch for BEx7. Also I don't know whether the Patch 20 for SAP GUI 7.1 includes the latest patch for BEx7 or not.
    This problem must have been resolved by patrons who had posted this error in this thread. I would like the patrons/experts/ some one knows the solution should post a solution for this problem.

  • NFS Errors on Solaris 2.6 and 7 Systems running as a clear case client

    I read in a Rational Document that When Sun fixed defect #4271267 they introduced a problem that causes EAGAIN to be returned to fsync() andclose() system calls. The EAGAIN defect is being tracked by Sun as defect #4349744 and it is a problem for NFS clients running Solaris2.6, 7, and 8.
    Sun has released a patch for this on Solaris 8(108727-06 or later). Does anyone know, What are the Patches(Patch ID Numbers)to be installed on Solaris 2.6 and Solaris 7 Systems for the Problem when ClearCase Views or Vobs are on NetAPP with Solaris servers.
    I am getting NFS errors and I am not able to view the files, when I try accessing the Vobs from Solaris 2.6,7 systems. The Clear Case Server is on Solaris 8 and the VOBs are stored in Netapp Filer.
    TIA
    Regards
    Saravanan.C.S

    Hello:
    I have the same problem with an only Adaptec AHA-2940, but it is bigger....i can't install Solaris with this problem.
    I am sure that it isn't hardware problem becouse i have 3 IBM PC Servers 315 and i have the same problem with all them.
    Some help would be very grateful.
    Hello,
    I have an intel box running Solaris 2.6 with Oracle
    8.i.
    There are 2 SCSI cards. The first one has the
    following devices. [0 = Seagate 9.5gig drive] [4 =
    Seagate tape drive] [6 = TEAC cdrom] [7 = adaptec 2940
    SCSI card].
    The Second has the following devices. [0 = Seagate
    9.5gig drive] [1 = Seagate 9.5gig drive] [7 = Adaptec
    2040 SCSI card].
    Solaris is partitioned as followed. 1 root drive. 1
    /opt drive. And 1 /backup drive.
    My problem is periodically we get Transport errors.
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: abort
    request, target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: abort device,
    target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: reset target,
    target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4 (adp1):
    Dec 2 08:15:45 HAFC unix: timeout: early
    timeout, target=1 lun=0
    Dec 2 08:15:45 HAFC unix: WARNING:
    /pci@0,0/pci9004,7861@4/cmdk@1,0 (Disk8):
    Dec 2 08:15:45 HAFC unix: SCSI transport failed:
    reason 'incomplete': retrying command
    Like this. When they come it is by the thousands.
    Sometimes locking up the system. Many times the errors
    indicate a disk and give a block error or two. If I
    replace the disk. The problem usually goes away.
    Sometimes replacing the cable clears the problem.
    Sometimes this happens when there is no real activity
    on the server. I have applied patch 111031-01 witch
    was supposed to fix this problem. But it hasnt. Unless
    I have bad hardware. Is it possible?

  • Compilation error on Solaris  2.6  using SUn Workshop 4.2(Rogue wave STL)

    Hello,
    I am facing a problem while using Rogue wave STLs on SOlaris 2.6 using Sun WOrkshop pro 4.2
    I am using Hash table implementation in the source. It throws the following error:
    ---->Error: "," expected instead of "const_iterator".
    I found it to be problem in a declaration of pair for the class.
    Before modification:
    typedef pair<mytmp::iterator,int> interator;
    Modified to:
    typedef mytmp::iterator myitr
    typedef pair<myitr,int> interator;
    Now the above compilation error seems to be gone. Can anyone please help me in understanding this problem???????????????
    Also after compiling few files now i am facing new problem. It throws signal 11 in iterator header file of std STL.
    Help m e !!!!!!!!!!
    For your reference options of compilation are:
    /opt/SUNWspro/bin/CC -c -O -mt -D_POSIX_SOURCE -D_POSIX_C_SOURCE=199506L -D_REENTRANT -D__EXTENSION
    S__ -DRWSTD_MULTI_THREAD -D_RWBUILDSHARED -DRWSTD_COMPILE_INSTANTIATE -
    DRWSTD_SHARED_BUILD --I/opt/mylib/common/include/Std  mydemo.cc                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

    I solved my own problem.
    It seems that the C++ XML Parser cannot be used with earlier versions of Oracle. My ORACLE_HOME env variable was pointing to v734. Once I changed that to point to the later version of v816, It was a smooth parse.
    null

  • Error enabling "Mail, Contacts, Calendars, and Tasks with Outlook" in iCloud 3.0  Control Panel

    Unable to enable option “Mail, Contacts, Calendars, and Tasks with Outlook” under iCloud 3.0  Control Panel.
    Get following error when clicking checkbox to enable it under iCloud 3.0 Control Panel.
    "Setup can't continue because Outlook isn't configured to have a default profile. Check your Outlook settings and try again."
    Have tried the following:
    Uninstalled / reinstalled iCloud 3.0 control panel
    Removed all mail accounts from Outlook 2013 except MS account
    Confirmed Outlook was chosen for  “Always uses this profile” under Control Panel – Mail (MicroSoft Outlook 2013) – show profiles
    Still get the same error when trying to enable the option under iCloud 3.0 Control Panel
    PC is running Windows 8.1 (64 bit)
    Outlook 2013 was just installed on the PC as part of new Office 2013 installation

    Two more things:
    First, sorry for the bad spelling, grammar, and all of that. English isn't my first language and I'm so frustrated at this point I'm not paying any attention to it. Sorry!
    Second, after trying to repair again the icloud 3.0 through the Control Panel of Windows, guess what? It made Offce to crash again! Now I will have to install it again.
    =(

  • No compiler error when assigning null to a primitive with ? :

    In 5.0, the statement
    int a = true ? null : 0;
    does not produce a compiler error. In 1.4 it produced an error stating "Incompatible conditional operand types int and null". I understand that auto-boxing complicates the compiler's job here, but isn't it still possible for the compiler to error on this statement?

    That's perfectly legit in 1.5 because of autoboxing.
    The compiler looks at the expression
    true?null:0and needs to determine the type produced by it. 0 can be autoboxed to an Integer and null is a valid Integer value, so that expression produces an Integer.
    Then, it tries to auto-unbox the Integer to assign it to the primitive int. And the same thing happens as always happens when you try to auto-unbox null: you get a NullPointerException. :)

  • Dual boot with Solaris 8.0 and Windows 98

    I am interested in Setting up my pc with with a Dual boot of Solaris 8 and Windows 98. I have a 60 GB hard drive that I am going to make two 30 GB primary Partitions on this hard dive. One with Windows 98 and one with Solaris 8 Intel Platform version. The question that I have, Is this particular Setup doable? And if so can you tell me what order they have to be installed and what partition software I should use for this procedure. Also if i missing procedure please be very detailed in explaining this to me. I read the message board was confused.
    If need be please email me at [email protected]

    Hey, goto http://math.uwb.edu.pl/~mariusz/dualboot/ and that will answer all your dual boot questions ?
    i2l2

  • Problems with running Photoshop CS6 and Bridge with Lightroom 4 also on the same PC

    I was running Photoshop and Bridge, then purchased Lightroom 4. Before installingt 4 I had no problems with Bridge, but since installing 4 all of the photo's that were held in bridge are now gone, but they are in Lightroom. With Lightroom, you are able to edit photos out of Lightroom and into Photoshop when necessary, save and close and it automatically changed the Lightroom picture.
    I have two PC's, one has Bridge on it (this one) and the other without, but both have both editing prgrams installed. On the other PC I can switch between Lightroom and Photoshop with no problems, but when I try to switch with this PC, the one with Bridge installed, it will open Photoshop, but the photo will not transfer. If I close Photoshop program and go back to Lightroom, it will tell me that the picture could not be transfered to Photoshop because it would not launch. If I close that message window, it will then launch Photoshop and the picture transferes over allowing me to edit and save as normal.
    My question is; does anyone know if Lightroom and Bridge should run side by side, or should I delete Bridge from this PC and see what happens. Bridge is just a holder and organizer of photos, wherease Lightroom does the same, but also has post editing capabilities. The two programs seem redundant, but if your running Photoshop, it's hard to get files out of Lightroom. It seems that you need to open Lightroom first, then you can view and chose a photo to work on, then move it back and forth between the two programs. This seems to make Bridge redundant.
    Thanks for any help or suggestions.
    he_b_gb1947

    Hi, Yes, but that actually wasn't the problem. I start out in Lightroom,
    then move to Photoshop if I have something that can't be fixed in
    Lightroom. The problem was that when I tried to edit, out of Lightroom and
    into Photoshop, I was getting an error message that Lightroom couldn't
    prepare files for transfer because Photoshop wouldn't open. But, it had
    opened, the picture just wouldn't transfer. If I closed Photoshop,
    Lightroom would try again and it would open and transfer the second time. I
    ended up going to the Adobe help, chat line, and they looked into my PC and
    located the problem, it's now working fine. Thanks to everyone for your
    inputs. Most appreciated.
    Gary

Maybe you are looking for

  • Error while filling setup tables

    Hi All, By mistake my Delta queue for SD Deliveries (2LIS_12_). NOw as a solution we are filling in the setup tables again. But the request for filling up the tables cancelled giving the error "Document number does not exist". I donot know, how to so

  • How can i transfer an itunes downloaded movie on to an external hard drive

    Hi, I have just downloaded a movie from itunes for the first time. All of my previously purchased DVD's are on an external Hard drive to play directly on my TV. I wanted to move this downloaded movie on to the hard drive, but it will only play throug

  • No audio with airplay

    My Apple TV was working fine yesterday, but today it will not play audio when I try to watch streaming video via AirPlay on my MBP.  I can use AirPlay from iTunes on my MBP and can hear the audio when I play music, but still no luck with sound while

  • Secure inter-session communication

    How to pass data from one session to another session of same user? I mean how to pass it a way that nobody else can intercept? Oracle's DBMS_PIPE private pipes are not secure enough, SYSDBA can read/write from/to anybody's private pipe. :(. Any ideas

  • Mac Office 2008 (Word question)

    I am wondering how/if it is possible to park the formatting palette (you know, the toolbar that lets you bold, underline, italicize fonts etc.) to the top of your Word document? Currently the only way I am able to do this is by the following: View >