Suse 9.2: can't open include file stdio.h

Hi there,
I'm just starting with studio express in linux and have strange error, I don't know how to solve. Is easy to see:
hello.c:
#include <stdio.h>
int main(int argc, char **argv)
printf("start with studio express for linux\n"); fflush(stdout);
return 0;
CC -o hello.bin hello.c"/opt/sunstudiomars/prod/include/cc/stdio.h", line 5: Error: Could not open include file<stdio.h>.
"hello.c", line 6: Error: The function "printf" must have a prototype.
"hello.c", line 6: Error: stdout is not defined.
3 Error(s) detected.
Then I retry with an adequate include path (there is only one containing the required header):
CC -I/opt/sunstudiomars/prod/include/CC/stlport4 -o hello.bin hello.c"/opt/sunstudiomars/prod/include/cc/features.h", line 10: Error: Could not openinclude file<features.h>.
"/opt/sunstudiomars/prod/include/cc/stdio.h", line 5: Error: Could not open include file<stdio.h>.
"hello.c", line 6: Error: The function "printf" must have a prototype.
"hello.c", line 6: Error: stdout is not defined.
4 Error(s) detected.
Also if file is .cpp extended it's no change. I'm using suse9.2 with all patches and studio express: Sun C++ 5.9 Linux_i386 Build35_2 2006/12/04. Any ideas? Thanks in advance.
rgaa

Also if file is .cpp extended it's no change. I'm
using suse9.2 with all patches and studio express:
Sun C++ 5.9 Linux_i386 Build35_2 2006/12/04. Any
ideas? Thanks in advance.It seems to me that libc-devel is not installed on your system. Please
let us know the output of the following command:
$ rpm -qi glibc-devel
Thanks,
Roman.

Similar Messages

  • PCC-S-02015, unable to open include file(gnu/stubs-32.h)

    Hi,
    I was trying to precompile one of the sample files from the "Pro*C/C++ Precompiler
    Programmer’s Guide" and I got this error message:
    Fehler in Zeile 7, Spalte 11, in Datei /usr/include/gnu/stubs.h
    # include <gnu/stubs-32.h>
    ..........1
    PCC-S-02015, Einfügedatei konnte nicht geöffnet werden.
    (Which means "unable to open include file")
    I couldn't find any an answer on the forum, so I figured it out for myself.
    I just wanted to post it so in case somebody else faces the same problem, they would have the solution here.
    The machine is a virtual Linux host running on a 64Bit architecture, so I was surprised why is it looking for stubs-32.h and not stubs-64.h.
    The answer is in the stubs.h file:
    #include <bits/wordsize.h>
    #if __WORDSIZE == 32
    # include <gnu/stubs-32.h>
    #elif __WORDSIZE == 64
    # include <gnu/stubs-64.h>
    #else
    # error "unexpected value for __WORDSIZE macro"
    #endifSo let's check the bits/wordsize.h file:
    #if defined __x86_64__
    # define __WORDSIZE     64
    # define __WORDSIZE_COMPAT32    1
    #else
    # define __WORDSIZE     32
    #endifSo I figured out you can define __x86_64__ in two places:
    The file: precomp/admin/pcscfg.cfg
    Most probably you just need to add define=__x86_64__ and that should do the trick.
    Unfortunately I couldn't try it because I didn't have write permission on that file.
    The other way is to pass it in the command line:
    proc sample1.pc MODE=ORACLE DEFINE=__x86_64__+
    This way the precompiler created the output .c file without errors.
    Cheers
    PS: Don't try to define the __x86_64__ in the .pc file, or you'll get a warning when you compile the .c file. Not a big deal, just desn't look good :-D
    Edited by: VincentFreeman on Feb 12, 2009 4:09 AM
    Edited by: VincentFreeman on Feb 12, 2009 4:16 AM

    Ideally speaking your pcscfg.cfg should have the paths to the directories where you will be getting all your headers from
    Based on what linux flavor & version of gcc you have the following directory will have the headers you are missing
    /usr/lib/gcc/ABC-XYZ-linux/<gcc_version_no>/include
    where ABC could be i386/i586 depending on the hardware and XYZ could be the linux flavor like redhat/suse/whatever you have

  • Error while opening pdf in reader in windows 8:Can't open this file. There's a problem with file format

    I have a problem with a pdf file which does not open with reader in windows 8 but it opens properly with adobe pdf reader. All other pdf can be opened in reader.But when i open a pdf(see this link for pdf for which i got error http://incometaxsoft.com/temp/Form.pdf)
    it gives error as "Can't open this file. There's a problem with file format".
    The same file opens properly in adobe pdf reader.You can check the pdf file which i have mentioned in the link above.But the reader which comes with windows 8 can open some other pdf in the same PC.What may be the error causing this??

    This has turned out to be an enormous issue for me as I sell PDF files as ebooks. I have done a fair amount of investigating this for my system.
    My files have to be compatible not just across readers but across operating systems.
    To date, I have over 200 PDFs that have functioned flawlessly across Mac, PC (Windows 7 and below), Android, iPhone/iPad, Linux.
    I personally test my PDFs using a variety of readers and PDF editors including
    PDF XChange (my favorite)
    Foxit (runner up for me and I recommend for most people)
    Adobe (the bloated monster)
    Nitro 9 (great for moving graphical elements around)
    ABBYY
    And the Nuance PDF Create toolsets
    Those are off the top of my head. There are a bunch on Android that I test with too.
    I am running the Windows 10 Pro Tech Preview and I have this same problem so I know it isn't fixed yet in any kind of pre-release way (-sigh-)
    Here is what I've learned for my situation
    The PDFs I created using NUANCE'S PDF CREATE PROFESSIONAL VERSION 8
    all fail using the built-in Windows 8/10 PDF reader.
    When I look at the PDF properties for these Nuance created files, the underlying engine used to write them is called "ImageToPDF". Using ABBYY it indicates their own engine as does everyone else that I've tried. It is easy for you to check to see
    what created your PDF by doing a "Control D" (look at the document properties). Perhaps there's a common engine causing issues.
    If I use the exact same source files to create a PDF using any of my other tools I have no issues. I checked the PDF versions made by the tools and they are all set to 1.5.
    A customer mentioned being able to convert them in a way they worked by saving them without having to do any kind of extraction, but I have not been able to duplicate that. Perhaps he did a "print" which seems like it could work.
    In summary, the workaround everyone is talking about, using an alternate reader, of course works. But not everyone wants to change.
     The culprit I have found is my Nuance PDF Creation tools that are using the ImageToPDF engine.
    I hope it gets FIXED as I really don't want to have to regenerate all of my PDF files.

  • Some clients Can't open XLSX files in Libraries using template.dotx but can open xlsx files in libraries using template.doc

    If I create a new library using any Excel/Word template - DOC, DOTX, XLS, XLTX and then upload a XLSX document (or docx) then some of my clients experience issues opening the document.  My work around in the past has been to resave the document
    as XLS or DOC.  Interestingly Old Libraries (Libraries using template.doc) don't have a problem with xlsx or docx documents.  (This only works because most of the clients experiencing the problem only open a few documents and we only have to
    resave a few documents.  I don't know why these clients have this problem though.)
    We are now testing a new Terminal Server implementation.  One with OpenOffice instead of Microsoft Office.  We can't open xlsx files on new libraries but can on old libraries.  (docx files are not a problem though)  I found a couple of
    work arounds.  One work around is to click on the down arrow by the document name and select "Edit in Excel" which fails, but then clicking on the document name after will then prompt you to Open/save the document.  Clicking on Open
    successfully opens the document in OpenOffice.  (So rather tedious for the users but nothing has to be changed to make it work.)
    The other option is to create a template from one of the libraries that is working and then use it to create a new library and save my documents to the new library.  Then I'm prompted to Open/Save the xlsx documents in the library.  This
    option is less tedious for the user but then I have to go through and recreate any libraries using template.dotx.  Creating a new library using the standard Document Library option and selecting Word or Excel 2003 does not resolve the issue - it has to
    be created from a template created from an existing library that works in the Terminal Server implementation. 
    My boss is opting for the latter option unless I can come of with an alternative that doesn't mean additional steps for the users.  Training is an issue because most of the Terminal Server users are shop floor workers. 
    My question is, is there a patch or fix that addresses this issue or any other work arounds that would be less work? 
    Additional Info:  Our Sharepoint implementation is the Enterprise version is installed but we do not have the Excel related Features activated (and these can't be activated due to licensing).  I'm not sure if that matters or not but it is
    a different configuration from how most SharePoint installations are configured.  SP1 is installed.  I have not installed any recent CU's.  Versions I see in Patch Status screen include 14.0.6029.1 (primarily) with some additional features
    reporting 14.0.6105.5, 14.0.6107.5, 14.0.6112.5 and 14.0.6114.5.
    Nancy Forbes

    We have tried a couple of additional things.
    We uninstalled OpenOffice and are testing LibreOffice.  I also installed CMIS from the SharePoint Administrator's toolkit, added the solution, and deployed it to my sites.  The "Producer" feature is activated on the site I am testing with. 
    I created a new library and posted some docx, doc, and xlsx files to it.  All files can be opened as Read-only from the Library list.  The only way I have found that I can edit the files is to Open the Library with Explorer.   I then deactivated
    the producer feature and tested opening the SharePoint documents from Explorer and it worked the same. 
    So am I misunderstanding what the CMIS Producer feature is for?
    Nancy Forbes

  • Can you open freehand files in CS6?

    can you open freehand files in CS6? I have been using both illustrator & freehand for 15 years & have thousands of work files being freehand.
    It seems very disappointing to have to keep an old version of illustrator just to open these files. I also find it interesting that many of the key tools that freehand had over illustrator are not translated into the newer versions of illustrator. Something simple like you still can't have a unique picture bullet • before text in illustrator. In freehand you could cut & paste any graphic into the text you were designing.

    saturn234 wrote:
    can you open freehand files in CS6? I have been using both illustrator & freehand for 15 years & have thousands of work files being freehand.
    No. The conversion plugin didn't make it into CS6 so the last import function was CS5.5 
    It seems very disappointing to have to keep an old version of illustrator just to open these files.
    At this point, it is the only way to make your files convert into Illustrator although I've had some luck with exporting to EPS or (if your FH graphics are simple enough) save as AI format. Keep your eyes on this project however : http://www.stagestack.com/
    I also find it interesting that many of the key tools that freehand had over illustrator are not translated into the newer versions of illustrator. Something simple like you still can't have a unique picture bullet • before text in illustrator. In freehand you could cut & paste any graphic into the text you were designing.
    As a fellow FreeHand user, I couldn't agree more. Other users of both programs have said this endlessly over the years here. A litany of features are still m.i.a. since FHMX was acquired years ago... including inline graphics. It's almost comical.

  • Can I open .pmd files in indesign? And how? Since indesign is a "substitute" for PageMaker it should/must be possible, but I don't know how to do it

    Can I open .pmd files in indesign? And how? Since indesign is a "substitute" for PageMaker it should/must be possible, but I don't know how to do it

    CS6 was the last version capable of opening Pagemaker files. It's included with Cloud subscriptions, so if you don't have it installed (or an earlier version) you can download it from your cloud subscription.
    To open them you use File > Open..., but the quality of conversion can range between nearly perfect and total garbage, depending on the PM file and the status of links (unembed images before trying to convert).

  • Pro*C/C++ generates error "PCC-S-02015, unable to open include file"

    I'm running a .pc file through the pre-compiler (on Windows 7x64 with instant client 12.1) and get the following error:
    Error at line 78, column 1 in file XXX.pc
    EXEC SQL INCLUDE SQLCA;
    1
    PCC-S-02015, unable to open include file
    If I change the content of my file to the following
    #include "sqlca.h"
    //EXEC SQL INCLUDE SQLCA;
    the pre-compiler does it's job nicely.
    My pcscfg.cfg looks like this:
    include="C:\PROGRA~2\Oracle\INSTAN~1\sdk\include"
    include="C:\PROGRA~2\MICROS~2.0\VC\include"
    define=(WIN32_LEAN_AND_MEAN)
    DEFINE=_WSTDIO_DEFINED
    Has there been a change in the syntax of Pro*C or why can't it resolve the EXEC SQL INCLUDE?
    PS: I'm an absolute newbie to this and am trying to get to compile some veeery old code, build under instant client 9/10/11)

    Karl Esau (guest) wrote:
    : Hi,
    : I have problems to get the precompiler running - executing the
    : precompiler leads to a segfault.
    I meanwhile solved the problem, so that I can compile and
    run the samples.
    a strace on 'proc' showed:
    open("/oracle/precomp/public/SQLCA.H", O_RDONLY) = -1 ENOENT
    (Nosuch file or directory)
    I made a symbolic link for an upper case SQLCA.H, needed to add
    SQLCHECK=SEMANTICS in ~/precomp/admin/pcscfg.cfg and one more
    lib for the make: /lib/libdl.so.2 because 'dlclose' and other
    symbols were undefined.
    bye
    Karl Esau
    null

  • Can't open .bin files downloaded from Belkin's site

    I can't get firmware updates from Belkin's website to open. Supposedly they're in .bin archives including instructions and the firmware. I even updated my Stuffit Expander to version 10. No luck.
    If I drag the bin file onto expander it pops up a dialog box (that goes by too fast to read in less than 7 or 8 tries ) but there's never anything expanded to the desktop (the folder where the .bin file is).
    This is the file I need http://www.belkin.com/support/download/downloaddetails.asp?download=993 and I've tried also to open files from this page too http://www.belkin.com/support/article/?lid=en&aid=5027
    Can anyone make a suggestion on how to get this file expanded or is the linked file just a corrupt file? Thanks.

    Did you take the trouble to read the install.pdf file located on the same download page as the firmware file?
    I actually read the instructions elsewhere on that site. I don't ask for help without trying to find the answers on my own. For example, before posting, I did both a Google search on "can't open .bin files" and also did a search on the discussion boards too. Or was that a rhetorical question?
    It gives specific instructions on installation.
    I wasn't asking about installation instructions.
    You don't open the .bin file with Stuffit. It's not an archive. It's actually a binary file.
    Stuffit Expander was listed as the default application when using CMD-I AND elsewhere on that site it said it was a Mac archive .bin file. The fact that it's NOT a .bin archive file is news to me. Thanks.
    If you continue to have a problem contact Belkin's tech support. Apple Discussions does not provide support for third-party products.
    I wasn't asking for support with a Belkin product. I was asking for help getting what I thought was a Mac formatted .bin archive open using my Mac. I provided a link to the file because I thought perhaps it was corrupt.
    No need to get your knickers in a bunch.
    Thanks for explaining that it's not a .bin archive because obviously I was not going to figure that out on my own based on what I read elsewhere.

  • I can't open downloaded files within Mozilla Firefox Particularly PDF files. I have Adobe Acrobat on my machine . Do I need to import it to firefox if so how do I do it ?

    I can't open downloaded files within Mozilla Firefox Particularly PDF files. I have Adobe Acrobat on my machine . Do I need to import it to firefox if so how do I do it ?

    Delete a possible user.js file and numbered prefs-##.js files and rename (or delete) the prefs.js file to reset all prefs to the default value including prefs set via user.js and prefs that are no longer supported in the current Firefox release.
    *http://kb.mozillazine.org/Preferences_not_saved
    Create a new profile as a test to check if your current profile is causing the problem.
    See "Creating a profile":
    *https://support.mozilla.org/kb/profile-manager-create-and-remove-firefox-profiles
    *http://kb.mozillazine.org/Standard_diagnostic_-_Firefox#Profile_issues
    If the new profile works then you can transfer files from a previously used profile to the new profile, but be cautious not to copy corrupted files to avoid carrying over the problem
    *http://kb.mozillazine.org/Transferring_data_to_a_new_profile_-_Firefox

  • SegFault PCC-S-02015 unable to open include file

    Hi,
    I have problems to get the precompiler running - executing the
    precompiler leads to a segfault.
    btw: don3t have ORACLE_HOME/precomp/demo/proc
    oracle@los13529 > make -f demo_plsql.mk examp9
    sqlplus scott/tiger @exampbld </dev/null
    System default option values taken from:
    /oracle/precomp/admin/pcscfg.cfg
    Error at line 53, column 1 in file examp9.pc
    EXEC SQL INCLUDE SQLCA;
    1
    PCC-S-02015, unable to open include file
    make[1]: *** [examp9.o] Segmentation fault
    make[1]: Leaving directory `/oracle/plsql/demo'
    make: *** [examp9] Error 2
    a 'strace' says:
    oracle@los13529:/oracle/plsql/demo > strace proc examp9
    open(ptrace: umoven: Input/output error
    0x85a7dc0, O_RDONLY) = -1 ENOENT (No such file or directory)
    i have to admit, i had to change /oracle/precomp/admin/pcscfg.cfg
    as follows and set two links in order to fix include errors on
    stdarg.h and stddef.h:
    /oracle/precomp/admin/pcscfg.cfg:
    sys_include=(/usr/include)
    include=(/oracle/precomp/public)
    include=/oracle/precomp/hdrs
    include=/oracle/tpcc2x_2/src
    include=/oracle/precomp/include
    include=/oracle/oracore/include
    include=/oracle/oracore/public
    include=/oracle/rdbms/include
    include=/oracle/rdbms/public
    include=/oracle/rdbms/demo
    include=/oracle/nlsrtl/include
    include=/oracle/nlsrtl/public
    include=/oracle/network_src/include
    include=/oracle/network_src/public
    include=/oracle/network/include
    include=/oracle/network/public
    include=/oracle/plsql/public
    ltype=short
    oracle@los13529 > l /usr/include/std[ad]*
    lrwxrwxrwx 1 root root 57 Mar 15 10:18 /usr/include/stdarg.h
    -> /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/stdarg.h
    lrwxrwxrwx 1 root root 57 Mar 15 10:18 /usr/include/stddef.h
    -> /usr/lib/gcc-lib/i486-linux/egcs-2.91.60/include/stddef.h
    system related info:
    oracle@los13529:/oracle/plsql/demo > uname -a
    Linux los13529 2.2.3 #1 Wed Mar 10 14:54:34 MET 1999 i586
    unknown
    oracle@los13529:/oracle/plsql/demo > cc --version
    egcs-2.91.60
    path/environment-settings seem to be proper:
    johndoe@los13529:/home/johndoe > set|grep orac
    LD_LIBRARY_PATH=:/oracle/lib
    ORACLE_BASE=/oracle
    ORACLE_HOME=/oracle
    ORACLE_PATH=/oracle/sqlplus
    ORA_NLS32=/oracle/ocommon/nls/admin/data
    ORA_NLS33=/oracle/ocommon/nls/admin/data
    PATH=/oracle/bin:/oracle/buildtools/bin:/usr/local/bin:/usr/bin:
    /usr/X11R6/bin:/bin:/usr/games/bin:/usr/games:/opt/kde/bin:.
    TNS_ADMIN=/oracle/network/admin
    ora/listener-connect is OK, even ODBC from a W95-client works:
    johndoe@los13529:/home/johndoe > sqlplus scott/tiger@quad
    SQL*Plus: Release 8.0.5.0.0 - Production on Mon Mar 15
    14:8:18 ...
    SQL> select count(*) from tab;
    COUNT(*)
    17
    SQL> exit
    Disconnected from Oracle8 Release 8.0.5.0.0 - Production
    PL/SQL Release 8.0.5.0.0 - Production
    please give me a hint. mailto:[email protected]
    null

    Karl Esau (guest) wrote:
    : Hi,
    : I have problems to get the precompiler running - executing the
    : precompiler leads to a segfault.
    I meanwhile solved the problem, so that I can compile and
    run the samples.
    a strace on 'proc' showed:
    open("/oracle/precomp/public/SQLCA.H", O_RDONLY) = -1 ENOENT
    (Nosuch file or directory)
    I made a symbolic link for an upper case SQLCA.H, needed to add
    SQLCHECK=SEMANTICS in ~/precomp/admin/pcscfg.cfg and one more
    lib for the make: /lib/libdl.so.2 because 'dlclose' and other
    symbols were undefined.
    bye
    Karl Esau
    null

  • Could not open include file "math.h"

    I installed Sun ONE 7.0 on Solaris 8, and write a simple program to test it.
    #include <list>
    using namespace std;
    int main(int argc, char* argv[])
    list<char *> ll;
    #CC test.cc
    But the error occurs:
    "/sysadm/c7.0/SUNWspro/prod/include/CC/std/math.h", line 9: Error: Could not open include file "math.h".
    I cannot find "math.h" in /usr/include, but can find it in following directory
    /sysadm/c7.0/SUNWspro/prod/include/CC/Cstd/rw/math.h
    /sysadm/c7.0/SUNWspro/prod/include/CC/std/math.h
    /sysadm/c7.0/SUNWspro/prod/include/CC/stlport4/math.h
    Do I missing any library and configuration?
    Appreciate any help.

    I installed Sun ONE 7.0 on Solaris 8, and write a
    simple program to test it.
    #include <list>
    using namespace std;
    int main(int argc, char* argv[])
    list<char *> ll;
    #CC test.cc
    But the error occurs:
    "/sysadm/c7.0/SUNWspro/prod/include/CC/std/math.h",
    line 9: Error: Could not open include file "math.h".
    I cannot find "math.h" in /usr/include, but can find
    it in following directory
    /sysadm/c7.0/SUNWspro/prod/include/CC/Cstd/rw/math.h
    /sysadm/c7.0/SUNWspro/prod/include/CC/std/math.h
    /sysadm/c7.0/SUNWspro/prod/include/CC/stlport4/math.h
    Do I missing any library and configuration?It looks like you didn't do a full install (or else removed some packages).
    /usr/include/math.h is part of SUNWlibm
    A bientot
    Paul

  • Fatal error C1083: Cannot open include file: 'NiVector.h': No such file or directory

    I have a old source code that are using Measurement Studio I try to compile to do some modifications to the old source code but I have the next Compiler error "C:\Program Files\National Instruments\MeasurementStudio\VC\Include\NiColorVector.h(24) : fatal error C1083: Cannot open include file: 'NiVector.h': No such file or directory" I install the Measurement Studio 2015 try to fixed the error but I can't If I search the NiVector.h I can't find it something can help me please I need the NIVector.h file
    Thank you.

    In Visual C++ you have to go to the Tools menu and select Options... then on the Directories tab you have to add for Include files both the jdk\include AND jdk\include\win to the list of directories and then there will be no problem finding the header files.

  • I can not open the file in Photoshop...

    I can not open the file in Photoshop after formattatto pc.
    I get the following error "could not complete your request because there is an error in the program
    Please me!
    Thank you

    Version CS3
    Adobe DNG Converter and Camera Raw 4.6 update
    6.2MB
    10/10/2008
    Camera Raw 4.6 update
    3.5MB
    10/10/2008
    Camera Raw 4.5 update
    3.5MB
    7/28/2008
    Adobe DNG Converter and Camera Raw 4.5 update
    6.1MB
    7/28/2008
    Adobe DNG Converter and Camera Raw 4.4.1 update
    5.4MB
    4/10/2008
    Camera Raw 4.4.1 update
    3.3MB
    4/10/2008
    Camera Raw 4.3.1 update
    3.3MB
    11/15/2007
    Adobe Photoshop 10.0.1 update for Adobe Photoshop CS3
    72.8MB
    11/15/2007
    Adobe DNG Converter and Camera Raw 4.3.1 update
    6.1MB
    11/15/2007
    Adobe DNG Converter and Camera Raw 4.2 update
    5.9MB
    9/13/2007
    Camera Raw 4.2 update
    3.2MB
    9/13/2007
    Camera Raw 4.1 update
    3.2MB
    5/30/2007
    Adobe DNG Converter and Camera Raw 4.1 update

  • I can not open adobe files. mainly ones that end in doc. I purchased the 19.99 to convert .doc files

    I can not open adobe files that end in .doc. I purchased the 19.99 to convert doc to pdf and I still cant open. I get an error reading.

    Hi,
    Which Adobe Service did you purchased?
    If you have purchased CreatePDF please visit: https://createpdf.acrobat.com/SignIn.html
    Sign in with your Adobe ID and password, and then convert your word doc into PDF.
    Please let me know if that works.
    If you have Adobe Reader, you cannot convert .doc file to .PDF by drag and drop.
    ~ Aditya

  • Can't open CR2 files in photoshop and camera raw

    This weekend I rented a Canon 5D Mark iii. I have downloaded the files and all of the thumbnails in camera raw say CR2 and when I try to open Photoshop does not recognize this product.
    I have:
    Photoshop CS4
    Camera Raw CS4
    Canon 5D Mark ii
    I have checked my updates folder and all my updates are current. Do I need to upgrade to CS5 or is there a way around this?

    Hi I recently had a problem opening CR2 files in PHotoshop cs4. I had to reinstall into a new computer, so obviously it installed the basic programme and not the updates.
    After trying everything, even calling the help desk, there was apparently nothing that can be donw as they no longer support cs4.
    I kept trying and found a you tube video, which i cant find again to add the link but i followed the link and with what I did earlier I can now open CR2 files in my photoshop cs4
    I found the relevany update that I needed to install and downloaded it, camera raw 5.2 ( Adobe - Adobe Camera Raw and DNG Converter : For Windows : Camera Raw 5.2 update )  this is the one for the Canon 5d Mk2
    After downloading it would not update the progeramme so I was in the same possition, but i noticed the files were there and i just needed to put them in the right place in photoshop so carried on looking for were to put the Plus In.
    This led me to the video.
    To the point.
    Download the update and save to a location where you will remember.
    open Adobe photoshop and go to "edit"
    Them " Preferences "
    then "General "
    Then " Plus-Ins"
    At the top you will see " Add Plug-Ins Folder " Check this box then navigate to the "win64" ( this is because mine is a windows 64 bit computer and the download is specific ) and Choose it.
    Shut down photo shop and try to open a raw.
    Bridge doesnt work for some reason but im going to keep looking.
    Hope this works for you as well.

Maybe you are looking for

  • SSD won't mount - SATA compatibility issue

    I have  iMac 1.9 Ghz G5 (iSight) and I want to change my hard drive with SSD. I was kind of in a hurry, so I did not read enough I bought a Adata 2.5"SATA 6Gb/s SSD. After installing it in to my iMac it won't mount. (I'm booting the Apple Mac OS X In

  • Deploy KMC 7.0 Components to NW CE7.1

    Hello, is it possible to deploy the KMC components with the version 7.0 to NW CE7.1? Thx, Vanessa

  • R12 Database Cloning with error AC-00423 / RC-50014

    Hi Friends. We have an R12.1.3 Application with 11gR2 database on a Sun Sparc solaris 10 machine. From production cold backups, we are trying to clone a new test instance. The cloning is failing while configuring Oracle Home in DB Tier. in the logs i

  • Detecting updated JAR files

    Hi, I have a problem that shows up somewhat infrequently. Once in a while, when I start my offline-allowed application, newer versions the application (e.g. updated JAR files) are not automatically downloaded. If I close the application and restart,

  • ASA and RADIUS with Password expiry

    We currently have a 3015 doing our VPNs. We are looking to move that to our 5520. RADIUS with password epiry is being used for authentication on the 3015 and we would like to continue to use it. Reading the docs for the ASA I have found conflicting a