Compiling exiv2 library for use on PPC help

I need to convert the exiv2 metadata library to be compatible for the Mac. I have managed to use x Code to do this for OS X 10.5x on Intel machines but not for use on 10.4x on PPC machines and have failed in my attempts to do so.
If anybody has access to a similar setup which would enable them to compile exiv2 for use on a PPC please could they help.
ref: http://dev.exiv2.org/wiki/exiv2/Supportedimageformats
Thanks.

Hamper wrote:
No, your right it was by somebody else. I was hoping that this might be the place where somebody could do it for me?
Perhaps
Would it be too much trouble to request that
Not at all. Requests are free
I'm not really sure what the instructions are for in terms of how to use them, I feel I might just make more mistakes.. like I say I'm not really a developer but need to get this thing compiled for PPC. If you want you can try what I'm going to use it for, its only got an Intel version right now and that's what I need the PPC version for:
I did try to compile it with the commands I listed above. Unfortunately, it has some external dependencies and I don't want to bother installing them.
This is a technical support forum. If you have a technical question I will be happy to help. If it is something really quick, I wouldn't mind doing it for you. What you ask is more than I'm about to commit to in this venue. Sorry. Perhaps someone else can help.

Similar Messages

  • I have two children both have ipods and my wife and i both have iphones. how do open up a seperate library for each device. please help i hate itunes at the moment

    We have four apple devices and one home cmputer how can i have a seprate itunes library for each device. please help!!!!!!!!!!!!!!!

    How to use multiple iPods, iPads, or iPhones with one computer

  • Need a good charting library (for use in a servlet/jsp environment)

    Anyone know of a good charting library for use in a servlet/jsp environment.

    Use JFreechart combined with cewolf.
    www.object-refinery.com/jfreechart/
    To use charts in a jsp page you can use cewolf ( a taglib) based on jfreechart.
    http://cewolf.sourceforge.net/
    Both are free.

  • I need HP4280 GPIB library for LabView 6i. Help.

    Hi.
    I am researching about reducing insulating material's capacitance with HP 4280.
    Recently I got a GPIB card, but I have no idea about it.
    I need help, so far I have read the manual and etc., but I understand nothing.
    Our lab has a LabView program (6i), a friend of mine said "If you have a HP4280 library, you will use it without difficulty."
    So I am posting this.
    If someone has a library about HP 4280 for LabView 6i, please let me get it.
    Thank you.
    P.s. : The CD has library for many other machines but don't have for HP 4280, the nearest library was HP 4284.

    I performed a quick search, but I could not find an exact driver for the HP 4280. There are some drivers on www.ni.com/idnet that are close and may work with your instrument. Just search for HP and meters. All drivers can be downloaded on our site for free.
    In addition, HP seems to sell a driver that covers a range of instruments, including the 4280. Here's the link I found: http://eesof.tm.agilent.com/products/85190a_ordering.html. I would recommend contacting HP for more information.
    Good luck with your application!

  • How to Export Aperture Library for Use by Windows PC

    Hello and thanks in advance for your help. I have recently returned to using a Mac after years of PC use. I'm using Parallels for some apps that are PC only, an astronomy program, TheSky6, for example. One of the first things I did was purchase Aperture and move my 40GB photo library into it. "Move" is the operative word; I didn't want to use up too much disk space so my photo library now exists only in Aperture. What I didn't realize, at the time I was happily deleting my Photoshop Album library, was that Aperture creates its own universe, and the actual photo files are no longer easily accessible, buried as they are, so to speak, within Aperture folders containing proprietary tags, etc.
    Is there an easy way to recreate the folders with just the jpegs, tiffs, raws photo files and nothing else? I realize of course that I could do this photo-by-photo, but it would take an awfully long time. I have tried exporting the projects, but they just export as aperture projects, so that didn't work. I also tried using Photoshop Album (on the pc side), hoping that it would just import the photo files and ignore all the aperture stuff--that didn't work either. A wonderful Apple Script program called "Aperture iPhoto Sync" did work somewhat, but it kept giving me errors before it was finished, and I couldn't keep track of what had copied and what had not.
    Learning from my mistake (the story of my life!), I have realized that I would like to keep the photo files accessible to a PC as well. I keep thinking I am missing something really simple here. Any thoughts would be appreciated.
    Karen
    imac 24"   Mac OS X (10.4.9)   2.15 GHz Intel Core 2 Duo, 2 GB ram

    May I humbly and quietly suggest to read the manual before doing anything drastic.
    It would have been better to import all your images as referenced masters. Images would have stayed in the location they were in and the Aperture library would only have contained links or references to them. This would not have used up extra hard drive space.
    A good site for Aperture is the Bagelturf site.
    Have a look at this article in which Bagelturf explains "relocate and consolidate" of images.
    http://homepage.mac.com/bagelturf/aparticles/ref/refrecon/refrecon.html
    Considering your objectives, using referenced masters is the best option for you.
    success
    Berend

  • Convert TTF in FFT DF4 for download swf library for use in the TextFlow

    Hello, please help write a converter from font file TTF in FFT DefineFont v4.
    I need it to real-time import ttf font in AIR app to use this font in the TextFlow.
    For this purpose i use ready-made library "actionscript3 - flash - load-and-register-ttf-font-in-runtime", which is located here.
    This library converts TTF file in the FFT DefineFont v2 but it is not valid for TextFlow, and I need write converter from TTF in FFT DefineFont v4 for TextFlow.
    Converter from TTF to FFT DF2 is located here.
    Maybe someone has a ready example or description of the structure DefineFont v4?
    Any information would be helpful, thank you!

    What are your constraints?  Can you install other code besides your AIR app?  Each Flex SDK comes with a fontswf utility that runs Java code to convert TTF and OTF files to SWFs with DF tags.  I’m pretty sure it can do DF4.
    -Alex

  • Embed Fonts in Library for use with AS2.0 (k)

    I'm working on a project that will never run on the web. It's
    a souped
    up PowerPoint presentation basically. Entirely in flash.
    I have a lot of ActionScript in there for animating text. The
    ActionScript reads what's housed in the text="MY MESSAGE
    HERE" and then
    chops the phrase up into individual dynamic text fields
    containing each
    letter in the message that I then animate to get them on the
    screen.
    It works great and I have chosen the font via a _global
    variable:
    _global.FontFace = "ElanBook";
    This calls the font from my computers font library, not the
    Flash's.
    I would like to change this so that this font is truly
    embedded and
    called in via ActionScript so that font looks the same on all
    computers
    whether they have this font or not.
    I have tried going to the Library > New Font...
    I put the font in there I turned on Exporting for
    ActionScript in
    Linkage. No dice.
    How do I apply a font that is sitting in my library to a
    dynamic text
    field through ActionScript. I has to be through ActionScript
    because the
    dynamic text field does not exist until ActionScript creates
    it.
    -Kirk

    Just had to move it down below where the calculations for
    width were
    made. It works!
    _kirk
    W. Kirk Lutz wrote:
    > I swear I did exactly that, and it didn't work.
    >
    > Now the font is in there, but the kerning is shot to
    hell.
    >
    > Very weird. Has to do with embedFonts=true
    >
    > If I comment that out the kerning goes back to normal,
    but the font is
    > back to the default, Times.
    >
    >
    > -Kirk
    >
    >
    >
    > Rob Dillon wrote:
    >> Once you've embedded the font. Use the Indentifier
    name from the
    >> Linkage window to specify the font in a TextFormat
    object. Then be
    >> sure to specify embedFonts = true for the textField
    itself. To borrow
    >> from the online help:
    >>
    >> this.createTextField("mytext",1,100,100,100,100);
    >> mytext.multiline = true;
    >> mytext.wordWrap = true;
    >> mytext.border = true;
    >> mytext.embedFonts = true;
    >>
    >> var myformat:TextFormat = new TextFormat();
    >> myformat.font = "embeddedFontName";
    >>
    >> mytext.text = "this is my first test field object
    text";
    >> mytext.setTextFormat(myformat);
    >>

  • Exporting Of Entire Library for use with Tversity and PS3

    I'm a recent Mac owner and my background is windows. I have a setup at home where all my photos are backed up to a windows server which uses tversity to distribute photos etc to my PlayStation 3 for display on my television. I want to use the Mac as the source for my photos. Having imported all my photos into iPhoto I have realised that my standard concept of organising all my photos into folders based on the month they were taken is perhaps outdated and iPhoto creates it's own library. I still want to be able to view the photos on the PS3 so somehow need to get the files back to my windows PC.
    I have the following questions:
    1. Is there any software that will keep the iPhoto library in sync with another external folder structure, making changes as necessary when photos are added/modified? (This is a long shot I know).
    2. Assuming not can I export the entire library to the windows PC? If I can what happens to the folder structure and file names? Is it possible to export just changes from a point in time?
    3. Are exported photos always the latest version of the photo including any edits that have been made?
    4. I'm struggling to understand how Albums, Projects and Events relate to the underlying folder structure that I am used to. I prefer to have the photos organised into smaller folders by month, preferably with the date and time in the filename. Is there a way to force iPhoto to maintain this type of structure?
    Apologies if any of these are stupid questions. I've had a good look through the forums and can't find any answers that address this issue.

    iPhoto has no cross platform ability at all. It may well not be the app for you.
    1. Is there any software that will keep the iPhoto library in sync with another external folder structure, making changes as necessary when photos are added/modified? (This is a long shot I know).
    No.
    2. Assuming not can I export the entire library to the windows PC? If I can what happens to the folder structure and file names? Is it possible to export just changes from a point in time?
    You can export the files easily using the File -> Export command. A app like *_[Iphoto To Disk|http://www.Iphototodisk.com>_* will help automate the process for you.
    3. Are exported photos always the latest version of the photo including any edits that have been made?
    No, not always. If you choose 'Originals' in the export dialogue that's what you'll get.
    'm struggling to understand how Albums, Projects and Events relate to the underlying folder structure that I am used to.
    They don't. When you import photos to iPhoto they are stored in folders that reflect the Events in the iPhoto Window. But if you move files between Events in the iPhoto Window that's not reflected in how the files are stored on the HD. Albums are virtual, they are entirely constructs of the iPhoto Database. They have no corresponding folders on the HD at all. This is why a photo can be in 100 albums and use no extra disk space at all.
    I prefer to have the photos organised into smaller folders by month, preferably with the date and time in the filename. Is there a way to force iPhoto to maintain this type of structure?
    No.
    The point of iPhoto is that it's about managing Photos not Files. The idea is to let iPhoto store the files and for you to forget about them and get on with organising the photos. You do all your work in the iPhoto Window and iPhoto tracks the relationship between what you decide and the actual files.
    What you can do is run a Referenced Library.
    *I strongly caution you against doing this because you are inexperienced with Macs and iPhoto*
    It's a limited way to meet your requirements. You can decide how to store the unedited photos only. You still have no access to the edited ones except via iPhoto. Really, the best this offers is some comfort for people who have a burning need to see where the files are on the HD. It offers no functionality.
    That said:
    *How to do it:*
    Simply go to iPhoto Menu -> Preferences -> Advanced and uncheck 'Copy Files to the iPhoto Library on Import'.
    *What Happens:*
    Now iPhoto will not copy the files, but rather simply reference them on your HD. To do this it will create an alias in the Originals Folder that points to your file. It will still create a thumbnail and, if you modify the pics, a Modified version within the iPhoto Library Folder.
    *Some things to consider:*
    1. Importing and deleting pics are more complex procedures. You have to to put the files where they will be stored before importing them. When you delete them you'll need to remove the files from the HD yourself.
    2. You cannot move or rename the files on your system or iPhoto will lose track of them on systems prior to 10.5 and iPhoto 08. Even with the later versions issues can still arise if you move the referenced files to new volumes or between volumes.
    3. Most importantly, migrating to a new disk or computer can be much more complex.
    4. Because iPhoto has no tools for managing Referenced Files, if, for some reason, the path to the photos changes then you could find yourself resolving aliases for +each photo in the Library+ one by one.
    My own opinion:
    I've yet to see a good reason to run iPhoto in referenced mode unless you're using two photo organiser
    If disk space is an issue, you can run an entire iPhoto Library from an external disk:
    1. Quit iPhoto
    2. Copy the iPhoto Library as an entity from your Pictures Folder to the External Disk.
    3. Hold down the option (or alt) key while launching iPhoto. From the resulting menu select 'Choose Library' and navigate to the new location. From that point on this will be the default location of your library.
    4. Test the library and when you're sure all is well, trash the one on your internal HD to free up space.
    If you're concerned about accessing the files, There are many, many ways to access your files in iPhoto:
    *For Users of 10.5 and later*
    You can use any Open / Attach / Browse dialogue. On the left there's a Media heading, your pics can be accessed there. Command-Click for selecting multiple pics.
    Uploaded with plasq's Skitch!
    You can access the Library from the New Message Window in Mail:
    Uploaded with plasq's Skitch!
    *For users of 10.4 and later* ...
    Many internet sites such as Flickr and SmugMug have plug-ins for accessing the iPhoto Library. If the site you want to use doesn’t then some, one or any of these will also work:
    To upload to a site that does not have an iPhoto Export Plug-in the recommended way is to Select the Pic in the iPhoto Window and go File -> Export and export the pic to the desktop, then upload from there. After the upload you can trash the pic on the desktop. It's only a copy and your original is safe in iPhoto.
    This is also true for emailing with Web-based services. However, if you're using Gmail you can use iPhoto2GMail
    If you use Apple's Mail, Entourage, AOL or Eudora you can email from within iPhoto.
    If you use a Cocoa-based Browser such as Safari, you can drag the pics from the iPhoto Window to the Attach window in the browser.
    *If you want to access the files with iPhoto not running*:
    For users of 10.6 and later:
    You can download a free Services component from MacOSXAutomation which will give you access to the iPhoto Library from your Services Menu. Using the Services Preference Pane you can even create a keyboard shortcut for it.
    For Users of 10.4 and later:
    Create a Media Browser using Automator (takes about 10 seconds) or use this free utility Karelia iMedia Browser
    Other options include:
    1. *Drag and Drop*: Drag a photo from the iPhoto Window to the desktop, there iPhoto will make a full-sized copy of the pic.
    2. *File -> Export*: Select the files in the iPhoto Window and go File -> Export. The dialogue will give you various options, including altering the format, naming the files and changing the size. Again, producing a copy.
    3. *Show File*: Right- (or Control-) Click on a pic and in the resulting dialogue choose 'Show File'. A Finder window will pop open with the file already selected.
    Regards
    TD
    Message was edited by: Terence Devlin

  • Using Time Capsule to host iTunes library for use by multiple user accounts

    I have recently purchased my first Time Capsule (2TB, delivered December 2010). I have also recently begun to share a single iTunes library with my partner (ie. we have separate user accounts, but following the instructions found at http://steve-on-sakai.blogspot.com/2009/07/really-sharing-your-itunes-library.ht ml, both of our iTunes apps open to the same library).
    I think i've done everything correctly, as everything will work as expected ... once we are able to force our way into iTunes.
    My knowledge gap seems to be with my understanding of how Time Capsule and its "Data" folder work.
    I've moved our entire iTunes folder into the Data folder on the Time Capsule, and i understand that only one of our user accounts can have iTunes running (that one must quit iTunes before the other user will be able to launch iTunes).
    What happens sometimes, seemingly dependant on who has signed into their account first, or who has launched and quit iTunes first, is that iTunes will not launch; we are required to choose an iTunes library. This is easily enough done, except when the Data folder is unavailable to that particular user at that time (indicated by the "do not enter" symbol). I've noticed that disconnecting and re-connecting to the Time Capsule will get around this.
    I stumble through these steps whenever possible, but my partner is nervous about having to do all of this when i'm not available.
    Naturally, what i would like is for either of us, at any time, to be able to simply launch iTunes without issue.
    iTunes preferences on each accounts show that our iTunes Media folder location is "/Volumes/Data/iTunes/iTunes Music", and both checkboxes are checked for keeping the iTunes Media folder organized and copying files to the iTunes Media folder.
    I suspect that my problem might stem from the fact that i initially followed the instructions given at the above steve-on-sakai blog post, using our Shared folder. Since then, i have moved everything to the Time Capsule, and i wonder if the Terminal command in Step 7 should be repeated for the Data folder ... but i'm not "literate" enough to know what i'm doing there (but wise enough to know i shouldn't mess around with Terminal if i don't know what i'm doing).
    I have spent hours browsing the discussions here and elsewhere, and i can't seem to find anything that specifically addresses my issues. I have learned a lot from my searches, but i felt that posting a new question was my best option. I hope that i haven't duplicated anything.
    I hope that someone will be able to fine tune my efforts so that everything will "just work".
    Thank you so much, in advance...
    Bill.

    Jaap74 wrote:
    Two things that are not clear
    - I think it is not possible to have iTunes running at the same time on two Macs in the discribed setting.
    - I think over a wireless connection, it will reduce speed.
    Anyone with experience?
    I think what you mean is that it's not possible for two Macs to access the same iTunes library (ie. the same collection of media files) at the same time. From my research, this seems to be the case, and that's not my issue.
    In my particular situation -- one that i'm sure is shared by many others -- my partner and i have separate user accounts on the same Mac, +entirely sharing a single iTunes Library+ (ie. same media files, same playlists, etc., as if we were a single user) and as long as we remember to quit iTunes whenever we walk away from the Mac (allowing the other to log in and launch iTunes and access our common library), this is not a problem.
    And that is when my particular problem arises: when we launch iTunes, we are often asked to choose a Library (a series of navigations that my partner isn't entirely comfortable with), and occasionally the Data folder on the TimeCapsule is unavailable.
    As for the wireless connection to our library, this has not so far proven to be an issue. Depending on what other activities are going on at the time (ie. TimeMachine backups or background Internet activity, i presume), i have only rarely experienced brief interruptions in music streaming from the TimeCapsule (<1 second). In fact, last night, we watched a movie on the laptop, with the file streaming from the TimeCapsule, and it only hesitated a few times, and again for less than a second.
    Message was edited by: William Mclaughlin

  • Can not attach library for use OC4J

    Hi,
    I am new to Oracle designer and have go to the point where I am trying to run a form I generated in Oracle Designer but the error I keep having is FRM-40039 cannot attach library - I get this for four libraries that are attached to the form; OFGCALL. OFGTEL, OFGNAVL, OFGMES. I have been playing about and attaching/removing them from the form, and saying NO to the dialog box that comes up saying 'attached library name xxxx contains a non-portable directory specification. Remove path?' seems to mean that the form will then start to have an error on one of the other libraries - so you would think that by attaching them all in this way that the form would run - but it doesnt.
    Can someone please help? I have checked the forms path in the registry and it does point to the folder where these pll and plx files are located.
    Many thanks
    Message was edited by:
    congacocon

    Hello,
    I am not sure to understand your question around OC4J and Forms/Designer.
    I doubt that the issue is related to OC4J since OC4J is a pure J2EE/Web Services container that does not have direct links with OracleAS Forms Server.
    I am inviting you to post this question in Oracle Designer or Forms forums
    Regards
    Tugdual Grall

  • Unable to add reference for Excel Object Library for use within Script Task

    I have a requirement to use a Script Tax that needs to reference the Excel Object Model. There are numerous articles on using this such as
    http://www.databasejournal.com/features/mssql/article.php/3921141/SSIS-Script-Task-and-Microsoft-Office-Automation.htm.
    Simply, I need to add a reference to the Microsoft Excel 12.0 Object Library.
    I have selected this from the Object List on the COM tab and when this adds the reference it states 'The System cannot find the reference specified', even though the referenced file for this Object is C:\Program Files(x86)\Microsoft Office\Office12\Excel.exe
    and this file location exists on my local machine ?

    Please search where "Microsoft.Office.Interop.Excel.dll" exist in your system and try adding the reference.
    If you don't find the dll there then there might be problem while installing.
    To install the PIAs by using the redistributable package
    http://www.microsoft.com/en-us/download/details.aspx?id=3508
    http://www.microsoft.com/en-us/download/details.aspx?id=18346
    Regards, RSingh

  • Proceedure for using external monitor - help

    I have a 2nd Gen MacBookPro with the FW800.
    I was told that in order to properly utilize my external flat screen monitor I have to do the following:
    1. Plug in external keyboard and mouse (not the monitor)
    2. Start the laptop and log in using the laptop monitor
    3. Once all is running, close the laptop lid, wait for the computer to go to sleep then connect the external DVI monitor.
    4. Wake up the computer and the external monitor will display correctly.
    This does work but is a pain.
    If I connect the external monitor in the beginning, and then close the lid, the display is distorted (maybe simply a much lower resolution).
    Is this normal? I was thinking about buying a dock and the benefit would be diminished if I still had to go through all this.

    This process is only necessary if you are really constrained for space. Having both the MacBook's display and the monitor open simultaneously you get an extended desktop to move windows around. Closing your display, you lose a lot of workspace.
    Yes it is distorted at the lowest resolutions. Though some monitors have better support for the progressive scan built-in to the MacBook Pro than others.
    Also if your monitor is a 4:3 ratio display, the 16:9 "stretched" resolutions will appear distorted because you are trying to fit rectangular pixels on square ones!
    Use a non-stretched resolution if you want less distortion on a 4:3 display, if that's what it is.

  • Turning code snippets into a new JS library for using EA

    Hi,
    Considering turning a bunch of EA code snippets into a JS library.
    So here are the main questions about doing so...
    1. Is the root object class of EA the "sym" object and what is it actually in JS or JQuery? Is sym simply a variable containing the value: $( document )?
    2. How to extend a class, such as sym? Can I simply add a method to sym by writing this? sym.newMethod=function(){do things}
    3. Is composition.ready() actually the JQuery $( document ).ready() ?
    And finally, is it alright to simply put all the methods extending the "sym" class into a .js file?
    Thanks in advance!

    Ah...and then a member of the or friend of the outsourced programming team in India that hasn't written a PlayTo method yet...has marked the not-so-helpful answers "helpful"....CERTAINLY hope that Adobe is not going to allow the outsourced programmers to ruin Adobe like Microsoft has already been ruined by outsourced programmers in India. Seems that some "friends" of those programming teams in India have already started trying to infiltrate and corrupt Adobe corporate.
    Sitting at a library at Stanford right now in the Silicon Valley area and will likely print a PDF of this thread to present to some C-level execs at Adobe so the company can be saved before india ruins Adobe.

  • HT1730 How do I download Rosetta for use in 10.5.8 ppc?

    How do I download Rosetta for use in ppc 10.5.8?

    Not so. Rosetta is a PPC emulator for Intel Macs running Intel versions of OS X up through Snow Leopard. Rosetta is not an Intel software emulator. There is no such animal for PPC machines other than Windows emulators and other non-Apple hardware emulators such as Atari.

  • Trouble compiling a library

    Hi folks, I'm experiencing a trouble using forms & reports on two different platforms: Win XP Prof. SP2 for development and SuSe Ent. 9 Linux for deployment.
    I've inherited from another person an application with some forms, some reports and two libraries (one attached to the forms annd the other attacched to the reports).
    I've modified a function in the library attacched to the reports. It compiles ok on XP.
    Moved the library (.pll file) to Suse I tried to compile with:
    #!/bin/sh
    PATH_SAVE=$PWD
    ORACLE_HOME=/opt/oracle/app/oracle/product/frs10.1.2
    export ORACLE_HOME
    FORMS_PATH=/opt/csa/sw/webapp/FORMS:/opt/csa/sw/webapp/CSA_LIBS
    export FORMS_PATH
    REPORTS_PATH=/opt/csa/sw/webapp/REPORTS:/opt/csa/sw/webapp/CSA_LIBS
    export REPORTS_PATH
    TNS_ADMIN=$ORACLE_HOME/network/admin
    export TNS_ADMIN
    TWO_TASK=csa_v30/csa_v30@csa5i009
    export TWO_TASK
    ORACLE_SID=csa5i009
    export ORACLE_SID
    LD_LIBRARY_PATH=$ORACLE_HOME/jdk/jre/lib/i386/server:$ORACLE_HOME/jdk/jre/lib/i386/native_threads:$ORACLE_HOME/jdk/jre/lib/i386:$ORACLE_HOME/lib
    export LD_LIBRARY_PATH
    ORACLE_TERM=vt220
    export ORACLE_TERM
    # COMPILE LIBRARIES
    cd /opt/csa/sw/webapp/CSA_LIBS
    $ORACLE_HOME/bin/frmcmp_batch module=LIB_CSA_FORMS.pll userid=csa_v30/csa_v30@csa5i009 module_type=LIBRARY compile_all=YES logon=YES batch=YES
    # COMPILE FORMS and MENUS
    cd /opt/csa/sw/webapp/FORMS
    for file in *.fmb
    do
    $ORACLE_HOME/bin/frmcmp_batch module=$file userid=csa_v30/csa_v30@csa5i009 module_type=FORM compile_all=YES logon=YES batch=YES
    done
    for file in *.mmb
    do
    $ORACLE_HOME/bin/frmcmp_batch module=$file userid=csa_v30/csa_v30@csa5i009 module_type=MENU compile_all=YES logon=YES batch=YES
    done
    cd $PATH_SAVE
    unset PATH_SAVE
    and obtained:
    PL/SQL ERROR 201 at line 58, coloumn 5
    identifier 'SRW.SET_FOREGROUND_FILL COLOR' must be declared
    FRM-30312: Failed to compile the library
    Some useful data:
    Forms [32 Bit] Version 10.1.2.0.2 (Production)
    Oracle Toolkit Version 10.1.2.0.2 (Production)
    PL/SQL Version 10.1.0.4.2 (Production)
    Oracle Procedure Builder V10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle Query Builder 10.1.2.0.2 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.2 (Production)
    Oracle Tools GUI Utilities Version 10.1.2.0.2 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE     10.1.0.4.0     Production
    And:
    Report Builder 10.1.2.0.2
    ORACLE Server Release 10.1.0.4.2
    Oracle Procedure Builder 10.1.2.0.2
    Oracle ORACLE PL/SQL V10.1.0.4.2 - Production
    Oracle CORE     10.1.0.4.0     Production
    Oracle Tools Integration Services 10.1.2.0.2
    Oracle Tools Common Area 10.1.2.0.2
    Oracle Toolkit 2 for Windows 32-bit platforms 10.1.2.0.2
    Resource Object Store 10.1.2.0.2
    Oracle Help 10.1.2.0.2
    Oracle Sqlmgr 10.1.2.0.2
    Oracle Query Builder 10.1.2.0.2 - Production
    PL/SQL Editor (c) WinMain Software (www.winmain.com), v1.0 (Production)
    Oracle ZRC 10.1.2.0.2
    Oracle XML Developers Kit 10.1.0.4.2 - Production
    Oracle Virtual Graphics System 10.1.2.0.2
    Oracle Image 10.1.2.0.2
    Oracle Multimedia Widget 10.1.2.0.2
    Oracle Tools GUI Utilities 10.1.2.0.2
    Any advice will be welcome
    Thanx
    Rob

    This package currently compiles fine with the latest gcc (at least last time I checked), but still I'm having trouble making a package for it because I don't know how to get it to install to a custom location like the $startdir/pkg directory.

Maybe you are looking for

  • Verizon lied for over a year.

    My husband who is a pilot had problems with his Droid X. Because he is gone all the time and travels all over the country it is very important for him to have a functioning phone. So when he goes to a Verizon store while on the road in January of 201

  • Proximity Sensor Not Working on Brand new Z2

    Hi, The Proximity sensor is not working on my new Xperia Z2. I have ran all the tests on the phone and they have failed. When Put up to the ear during a call the screen does not switch off and all the icons get pressed etc. This is VERY annoying as i

  • Displaying video using "Apple Composite AV Cable" to an in car DVD player

    Has anyone had any success or knows of any in car dvds/screens that will enable you to display video from an iPhone/Touch. Im assuming we would need to use something similar to Apples "Apple Composite AV Cable". To be honest I really only want to sho

  • Flash Content In Quicktime

    Just upgraded to Leopard. Can't get Flash content to play. Have tried removing preference files and changing text in files as suggested on other forums. What's the fix?

  • Link to Web Site

    Making 30 second videos in After Effects to promote our web sites. At the end of the video, I would like to send the viewer to the web site. Does Encore have a way to do this? or is there another way?