[SOLVED]could someone please help me get keyfinder-git working

Hello, this is my first post to the forums, so I hope I am following guidelines properly for asking for assistance..
I have played around with different libav versions as this seems to be where keyfinder hangs during compilation.. this is the error I receive:
==> Starting build()...
/usr/lib/qt/bin/uic forms/aboutdialog.ui -o ui/ui_aboutdialog.h
/usr/lib/qt/bin/uic forms/batchwindow.ui -o ui/ui_batchwindow.h
/usr/lib/qt/bin/uic forms/detailwindow.ui -o ui/ui_detailwindow.h
/usr/lib/qt/bin/uic forms/prefsdialog.ui -o ui/ui_prefsdialog.h
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o asynckeyprocess.o source/asynckeyprocess.cpp
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o asyncmetadatareadprocess.o source/asyncmetadatareadprocess.cpp
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o avfilemetadata.o source/avfilemetadata.cpp
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o avfilemetadatafactory.o source/avfilemetadatafactory.cpp
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o decoderlibav.o source/decoderlibav.cpp
source/decoderlibav.cpp: In constructor ‘AudioFileDecoder::AudioFileDecoder(const QString&, int)’:
source/decoderlibav.cpp:28:21: error: ‘AVCODEC_MAX_AUDIO_FRAME_SIZE’ was not declared in this scope
frameBufferSize(((AVCODEC_MAX_AUDIO_FRAME_SIZE * 3) / 2) * sizeof(uint8_t)),
^
source/decoderlibav.cpp:100:11: warning: ‘ReSampleContext* av_audio_resample_init(int, int, int, int, AVSampleFormat, AVSampleFormat, int, int, int, double)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4339) [-Wdeprecated-declarations]
rsCtx = av_audio_resample_init(
^
source/decoderlibav.cpp:103:3: warning: ‘ReSampleContext* av_audio_resample_init(int, int, int, int, AVSampleFormat, AVSampleFormat, int, int, int, double)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4339) [-Wdeprecated-declarations]
^
source/decoderlibav.cpp: In member function ‘void AudioFileDecoder::free()’:
source/decoderlibav.cpp:116:22: warning: ‘void audio_resample_close(ReSampleContext*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4356) [-Wdeprecated-declarations]
if (rsCtx != NULL) audio_resample_close(rsCtx);
^
source/decoderlibav.cpp:116:48: warning: ‘void audio_resample_close(ReSampleContext*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4356) [-Wdeprecated-declarations]
if (rsCtx != NULL) audio_resample_close(rsCtx);
^
source/decoderlibav.cpp:123:21: warning: ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1793) [-Wdeprecated-declarations]
if (fCtx != NULL) av_close_input_file(fCtx);
^
source/decoderlibav.cpp:123:45: warning: ‘void av_close_input_file(AVFormatContext*)’ is deprecated (declared at /usr/include/libavformat/avformat.h:1793) [-Wdeprecated-declarations]
if (fCtx != NULL) av_close_input_file(fCtx);
^
source/decoderlibav.cpp: In member function ‘bool AudioFileDecoder::decodePacket(AVPacket*, KeyFinder::AudioData*)’:
source/decoderlibav.cpp:172:25: warning: ‘int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3787) [-Wdeprecated-declarations]
int bytesConsumed = avcodec_decode_audio3(cCtx, dataBuffer, &dataSize, &tempPacket);
^
source/decoderlibav.cpp:172:87: warning: ‘int avcodec_decode_audio3(AVCodecContext*, int16_t*, int*, AVPacket*)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:3787) [-Wdeprecated-declarations]
int bytesConsumed = avcodec_decode_audio3(cCtx, dataBuffer, &dataSize, &tempPacket);
^
source/decoderlibav.cpp:184:28: warning: ‘int audio_resample(ReSampleContext*, short int*, short int*, int)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4347) [-Wdeprecated-declarations]
int resampleResult = audio_resample(rsCtx, (short*)frameBufferConverted, (short*)frameBuffer, newSamplesDecoded);
^
source/decoderlibav.cpp:184:118: warning: ‘int audio_resample(ReSampleContext*, short int*, short int*, int)’ is deprecated (declared at /usr/include/libavcodec/avcodec.h:4347) [-Wdeprecated-declarations]
int resampleResult = audio_resample(rsCtx, (short*)frameBufferConverted, (short*)frameBuffer, newSamplesDecoded);
^
Makefile:2712: recipe for target 'decoderlibav.o' failed
make: *** [decoderlibav.o] Error 1
That is with the libav from the latest ffmpeg..
I have tried compiling libav from source also and this is the error there..
==> Starting build()...
/usr/lib/qt/bin/uic forms/aboutdialog.ui -o ui/ui_aboutdialog.h
/usr/lib/qt/bin/uic forms/batchwindow.ui -o ui/ui_batchwindow.h
/usr/lib/qt/bin/uic forms/detailwindow.ui -o ui/ui_detailwindow.h
/usr/lib/qt/bin/uic forms/prefsdialog.ui -o ui/ui_prefsdialog.h
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o asynckeyprocess.o source/asynckeyprocess.cpp
In file included from source/asynckeyprocess.h:36:0,
from source/asynckeyprocess.cpp:22:
source/decoderlibav.h:70:3: error: ‘ReSampleContext’ does not name a type
ReSampleContext* rsCtx;
^
Makefile:2275: recipe for target 'asynckeyprocess.o' failed
make: *** [asynckeyprocess.o] Error 1
Any assistance is greatly appreciated!! THANK YOU!
Last edited by goowi (2014-03-15 15:20:28)

I got different error at first, about missing tag.h - I had to install taglib package:
==> Starting build()...
/usr/lib/qt/bin/uic forms/aboutdialog.ui -o ui/ui_aboutdialog.h
/usr/lib/qt/bin/uic forms/batchwindow.ui -o ui/ui_batchwindow.h
/usr/lib/qt/bin/uic forms/detailwindow.ui -o ui/ui_detailwindow.h
/usr/lib/qt/bin/uic forms/prefsdialog.ui -o ui/ui_prefsdialog.h
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o asynckeyprocess.o source/asynckeyprocess.cpp
g++ -c -pipe -D__STDC_CONSTANT_MACROS -march=i686 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -Wall -W -D_REENTRANT -fPIE -DQT_NO_DEBUG -DQT_XMLPATTERNS_LIB -DQT_WIDGETS_LIB -DQT_XML_LIB -DQT_NETWORK_LIB -DQT_CONCURRENT_LIB -DQT_GUI_LIB -DQT_CORE_LIB -I/usr/lib/qt/mkspecs/linux-g++ -I. -I/usr/include/qt -I/usr/include/qt/QtXmlPatterns -I/usr/include/qt/QtWidgets -I/usr/include/qt/QtXml -I/usr/include/qt/QtNetwork -I/usr/include/qt/QtConcurrent -I/usr/include/qt/QtGui -I/usr/include/qt/QtCore -I. -Iui -o asyncmetadatareadprocess.o source/asyncmetadatareadprocess.cpp
In file included from source/avfilemetadatafactory.h:25:0,
from source/asyncmetadatareadprocess.h:26,
from source/asyncmetadatareadprocess.cpp:22:
source/avfilemetadata.h:30:24: fatal error: taglib/tag.h: No such file or directory
#include <taglib/tag.h>
^
compilation terminated.
Makefile:2397: recipe for target 'asyncmetadatareadprocess.o' failed
make: *** [asyncmetadatareadprocess.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
Then I got the same errors as you.
I installed https://aur.archlinux.org/packages/libav/ with the edit mentioned in the comments:
prepare() {
cd "$pkgname-$pkgver"
sed -i 's|freetype/freetype.h|freetype2/freetype.h|' configure
sed -i 's|freetype/config/ftheader.h|freetype2/config/ftheader.h|' libavfilter/vf_drawtext.c
keyfinder-git built and installed fine.

Similar Messages

  • Hi, i was wounding if anyone would help me get information on the company regarding the acquisition of, beats by dre, could someone please help me out as i am doing a college report on this and need some good sources of information

    hi, i was wounding if anyone would help me get information on the company regarding the acquisition of, beats by dre, could someone please help me out as i am doing a college report on this and need some good sources of information

    Try a search with Google.
    Why should we do your homework for you?

  • Could someone please help me, I bought my daughter an iphone 4s for my daughters birthday yesterday and set it up for her so she could use it straight away, now we share emails, facetime and when i download an app she gets it too,

    Could someone please help me, I bought my daughter an iphone 4s for her birthday yesterday and I set it up for her so she could use it straight away, now we share emails, facetime and when i download an app she gets it too, very annoying for us both.

    you can use the same apple id for purchasing apps and music if you want, but turn off automatic downloads. it may be better to have separate ones, but if you want the same app you'd have to pay twice. that's something you'll have to think about. for all the other stuff like facetime and messages and icloud you need to have separate icloud id's. see the apple link below.
    http://support.apple.com/kb/HT4895?viewlocale=en_US&locale=en_US

  • My husband and I both have types of IPods but we can not download any music to them because we have an Acer Android tablets. Could someone please help us to be able to download music to our IPods all we have is this tablet

    We have two types of Ipods. A nano generation 5 & a nano touch, and we are unable to download music to them was told its because we have an Acer Android tablet. Could someone please help us in solving this issuses cause we just bought these ipods and was not aware that and all we have is this tablet. .. Please help us

    Templeton Peck, the Android tablet  does not support iTunes
    Angs78, you purchase music from iTunes on the iPod touch. I know of no way to get music on the Nanao from the tablet.

  • Quicktime movie trailers still not playing, could someone please help me?

    I have not been able to watch any movie trailers from quicktime for two years now and this is really getting old.
    my inf!
    computer: DELL
    system: Windows XP SP2
    QT player version: 7.2
    I have all system requirments and updates also allready unselected derctX and selected safe mode, still all I get when loading the movie trailer from QT websight is the white box with QT logo in middle, sometime the logo will also have ?mark over it. I figured it was just taking its own sweet time loading so I wated it out. 4 hours later there was still no change. you'd think apple would have fixed or resolved this problem since it has been ongoing for last two or more years.
    Could someone please help me?????????
    Message was edited by: scarpredelder

    Try https://discussions.apple.com/thread/4890398?start=0&tstart=0
    See if that helps
    Allan

  • HT1766 Hi there, could someone please help me, i didnt have my icloud on before my iphone 4s broke. I have always used iTunes and everything was backed up on there and now im finding it hard to restore my phone with contacts, photos etc.

    Hi there, could someone please help me, i didnt have my icloud on before my iphone 4s broke. I have always used iTunes and everything was backed up on there and now im finding it hard to restore my phone with contacts, photos etc.

        Dear Tylerkeefe,
    Good morning. Getting notifications that you are close to exceeding your allowance can certainly be alarming. It would be my pleasure to help put your mind at ease.
    I understand you are not streaming movies, music, etc. Which these features will use a lot of data. Are you using the Mobile Hotspot on your phone. This may also cause you to exceed your data allowance quickly if you do not power if off after you are done using the feature. To turn off mobile hostpot tap settings>general>personal hotspot>off. Do you have any third party applications that you have installed that may be running a lot of data?
    To ensure applications are not consistently running in the background do the following press the menu button at the bottom of your phone twice. All the open apps will then appear. Select and hold the bottom of the screen. A minus sign will then appear in the top left of each app. Select each minus sign to close out the application.
    I hope the information given will help clarify what is using a lot of data on your phone. Should you have further questions or concerns, please feel free to reach out to us.
    Thank You,
    MichelleS_VZW
    VZW Support
    Follow us on Twitter @VZWSUPPORT

  • Hi, I need someone to help me change the login screen. The computer I have is a macbook, its second hand and probably around 3-4 years old. The previous owner had the login screen has a lego or something. Could someone please help me change this??

    Hi, I need someone to help me change the login screen. The computer I have is a macbook, its second hand and probably around 3-4 years old. The previous owner had the login screen has a lego or something. Could someone please help me change this??

    computerilliterate52 wrote:
    hi all, i hope someone is very computer litterate about java that is i have a dell 2400 pc windows xp 2, well since msn isnt downloading anymore java updates we all have to download a compatible one to our computer i use explorer and i can play www.iwin.com online games, yet when i go on to the msn browswer it wont load the games all i see is it just trying to load and load nothing said and nothing done. what could be wrong it works on ie and not msn browser? i have zone alarm, i have avg spyware tester and spyblaster, but i thought it may of kept me from downloading all this yet it worked on IE please help and i dont have flash player either it wont seem to work any and i mean any help is welcome.i tried to change the browser settings and did all that stuff i am on broadband DSL and they dont seem to know they say that isnt there job its msn's so i asked them and they said no it is quest broadband since i am with them i just get the run around i have IE 6.0 ihave java plug in 1.4.2. o3 yet it says not verified, i have java 1.6.o o1 i have java plugin 1.6.0 01 i have that twice ? dont know why. and java envirinmemet i have the right stuff cuz like i said it plays or works on explorer not msn browserer bar. i see no picture's in center of the page as it tries to load it is a blank page any help thank you i have been trying going on 3 weeks now thanksI agree with the other posters; try Firefox. It sounds like a bit of a mess and what you may need is an onsite PC tech to do some maintenance on your PC.
    Also, learning to properly use punctuation (particularly periods) might not be a bad idea. As it is, your post was very hard to read.
    Good luck!

  • HT5622 When I was update free OS update I was charged 60 INR four times, I don't how to claim my money back. Could you please help to get my money back?

    When I was update free OS update I was charged 60 INR four times, I don't how to claim my money back. Could you please help to get my money back?

    Did you add or change your credit card details on your iTunes account when downloading them ? If you have then each time that you do so a small temporary store holding charge may be applied to check that the card details are correct and valid and that it's registered to exactly the same name and address as on your iTunes account - it should disappear off your account within a few days or so.
    Store holding charge : http://support.apple.com/kb/HT3702

  • When attempting to start iTunes, I get the following: "The iTunes library file cannot be saved. An unknown error occurred (-50)." Can someone please help me get this fixed?

    When attempting to start iTunes, I get the following: "The iTunes library file cannot be saved. An unknown error occurred (-50)." Can someone please help me get this fixed?

    Same problem here since latest update.  As usual poor support from Apple with no answer or fix for this bug.

  • Can someone please help me get some?

    I was a summer intern student worker and the company brought us Macbooks. I never really knew about Macbooks at the time and kinds still dont and now my macbook is starting to act up I see I lost my repair plan cause its been a min or whatever. So can someone please help me get sometype of  repair something?

    Please make a Genius Appointment and take it in for service.

  • Could someone please help me with contact form php.

    Hi,
    could someone please help me wright the php for this contact form?
    <form class="contact_form" action="kontakt.php" method="post">
                <p><input type="text" required="required" id="contact_name" name="contact_name" class="text_input" value="" size="22"  />
                <label for="contact_name">Namn *</label></p>
                <p><input type="text" required="required" id="contact_company" name="contact_company" class="text_input" value="" size="22"  />
                <label for="contact_company">Företag *</label></p>
                <p><input type="email" required="required" id="contact_email" name="contact_email" class="text_input" value="" size="22"  />
                <label for="contact_email">Epost *</label></p>
                <p><textarea required="required" name="contact_content" class="textarea" cols="30" rows="5"></textarea></p>
                <p><button type="submit" class="button white"><span>Skicka</span></button></p>
                <input type="hidden" value="[email protected]" name="contact_to"/>
            </form>
    Its no sence writing down my php as it is useless.
    All help is appriciated.
    Thank you

    Please don't post duplicate threads. Continue the discussion in http://forums.adobe.com/thread/1080721.
    This thread is now locked.

  • My iPhone 4s refuses to play sound when the headphones are not in. When the headphones are in however, it works perfectly fine! This is most annoying, could someone please help me :)

    My iPhone 4s refuses to play sound when the headphones are not in. When the headphones are in however, it works perfectly fine! This is most annoying, could someone please help me   I have not dropped it and it has not been in any contact with liquid.

    I just tried both of those things and to no avail. Here are some pictures if that will help

  • Could someone please help me with getting the sabnzbd daemon to start?

    Hi everyone,
    I'm a classic newbie.  I managed to follow some instructions I found on the web to get sabnzbd to install (via Yaourt), and when I invoke it from the command line, it works fine.
    I've read that you can get it to start as a daemon, which would be really good.  Could someone please explain how this should be done?
    Where do I need to put the sabnzbd.init file?
    What about the sabnzbd.confd file?
    I'm okay enough with adding sabnzbd to the /etc/rc.conf file, but I can't quite configure it so that the necessary files are in place to start it.
    If you need any details of my setup, please let me know.
    Thanks heaps,
    Luke

    birdie101 wrote:Where would I find a good place to describe how to install programs using PKGBUILDs?  and what that process is actually doing?
    Apart from the wiki article on ABS, always look at the pkgbuild when in doubt. This is also helpful when you want to know what compile arguments are passed to GCC. Custom postinstall commands are run through .install file (example what is displayed after installation), this is generally foo.install in the AUR for a pkg named foo. And most importantly, familiarize yourself with compiling process, and Arch specific routines like a daemon should be defined in /etc/rc.d/, instead of /etc/init.d/ in other linuxes.
    Edit: A best exercise would be to create a pkgbuild yourself. Arch always recommends community contributions.
    Last edited by shemz (2010-09-24 08:08:14)

  • I have just bought a 2nd generation iPod touch , it has been reset to factory settings and has no option to update it ? How do I do this ? Also it will not show up in my iTunes or my computer could someone please help??

    Please help as it is starting to look like I have wasted money
    I bought an iPod touch 2nd generation and it won't let me download anything as it no been updated I know I cannot get the recent update but how do I get an old one ? , also it is not showing up in iTunes or my computer so I cannot put songs on can someone please help ??

    The 2G can only go as high as iOS 4.2.1. To find apps for the 2G
    iOSSearch - search the iTunes store for compatible apps.
    Vintapps 3.1.3 - paid app.
    Apple Club - filter apps by iOS version.
    To update to 4.2.1
    The Settings>General>Software Update comes with iOS 5 and later.
    Connect the iPod to your computer and update via iTunes as far as your iPod model allows
      A 2G to 4.2.1. Requires iTunes version 10.X. If a Mac it requires OSX 10.5.8 or later.

  • Could someone please help me import my iphoto photos into aperture?  They are now just referenced files.

    Hello,
    I am a longtime iphoto user and installed aperture this past december.  At that time I imported all my iphoto photos as referenced files and kept them in their iphoto location.  Since that time, every photo I took was uploaded directly into aperture and stored there.  I am now comfortable enough with aperture that I would like to use it as my primary photo viewer / manipulator and would like to merge my two libraries into one single aperture library.  Unfortunately, I cannot figure out how to do this. 
    I tried consolidating all originals yesterday, however this did not seem to have any effect.  I then tried reimporting my iphoto library, however, this simply duplicated many of my events (and the duplicated ones were not even adjustable via aperture, and each photo had a little exclamation point in the lower right corner).  Both of these attempts did nothing to combine my aperture projects and my iphoto events (which are now seen as a seperate iphoto tab under projects).  I am aware that I can now switch to my iphoto library within aperture in version 3.3, but I just want everything stored in one place and in my aperture library.  Can someone please help me with this?
    The only thing I can think of is deleting all of the iphoto events from aperture and then reimporting them, but I am scared I will either delete something permenantly or that they will simply reimport as referenced files and remain within iphoto. 
    Please help!
    Thanks,
    - Mike

    Mike,
    I am not quite clear about the current state of your iPhoto and Aperture libraries. It looks like you have plenty of broken links to referenced masters in either library. Whatever you do now, it is very important to ensure that you have a working backup, both of your iPhoto Library and your Aperture library, before you try a major reconstruction.
    I tried consolidating all originals yesterday, however this did not seem to have any effect.
    In what way did it not have any effect? From the effects you are describing, it looks like all your original master images have been removed from the iPhoto Library and are now inside the Aperture library as managed masters - at least, this would explain, why trying to import the iPhoto library resulted in duplicated projects (and the duplicated ones were not even adjustable via aperture, and each photo had a little exclamation point in the lower right corner). You removed the original masters from the iPhoto library, and now you could not import it, since the originals are now in Aperture.
    For me it looks, like you simply need to delete the iPhoto images marked with an exclamation mark, for these are already bound to images that you imported earlier. It is perfectly o.k. that the recently imported iPhoto Library appears in a separate section of the projects in your Library Inspector Panel. Each iPhoto event should appear as a project. Aperture will put them there, so you can find them easily.
    You should check now, if the originally imported images, that you imported as referenced, are now managed. If you enable badge overlays you should see no longer any arrows on the thumbnails of your earlier imports. Also, if you select one of these images, you should be able to toggle between original master and version by typing the "M" key.
    Define some smart albums (File > New > Smart album) based on the file status: Add a rule: File status is.
    One smart album: File Status is referenced
    One smart album: File Status is managed
    One smart album: File Status is missing
    The first album should be empty.
    The second album should show all your images you originally imported from iphoto as managed, and that you recently consolidated.
    The third album should show your recent import - the images imported from iPhoto after you consolidated the originals to Aperture and removed these images from iPhoto.
    Post back, when you have checked the file status of your images in Aperture and we can be sure were the images are exactly.
    Regards
    Léonie

Maybe you are looking for

  • [SOLVED] Linux kernel 3.6.2-1 issues on Macbook Pro 4,1

    After my recent system upgrade to linux-3.6.2-1, I ran into a couple noticeable issues on my laptop.  The first was the inability to use "mount -i /home/user", which is in my .bash_profile, to mount my encrypted home directory at login.  An error mes

  • Does auto-enhance resize photos?

    I was editing and emailing photos to myself through the photos app and noticed that the max photo size changed.  I clicked "edit" then "Auto-enhance" and then "Save".  When emailing the photos the "actual size" option is now smaller (800k vs 2 MB) an

  • Backing up the EBS database

    Hi, Can we use Rman to backup the EBS 12i database. IS this recomended. Or is there any other method

  • Bapis not visible in BAPI transaction

    Hi, there are certain bapi's such as for ibas, pricing, product catalog which are not visible in BAPI transaction. Can anyone let me know what needs to be checked or is there at someplace I need to register those BAPI's or is tere some process that n

  • How to merge dynamic pdf files?

    I have two separate dynamic pdf forms that have interactive fields. How can I merge them into one file and maintain it's edit-ability?