Is there a reason why configure make never works on my macbook pro?

i dont know if its because im always missing a suffix like --PREFIX=

sorry dumb way to ask a question
heres the config.log file for the errors in running ./configure with the unix source
for the apache http server package
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by configure, which was
generated by GNU Autoconf 2.69.  Invocation command line was
  $ ./configure
## Platform. ##
hostname = monkeychimps-MacBook-Pro.local
uname -m = x86_64
uname -r = 12.2.0
uname -s = Darwin
uname -v = Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
/usr/bin/uname -p = i386
/bin/uname -X     = unknown
/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
           Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64
Kernel configured for up to 2 processors.
2 processors are physically available.
2 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1
Primary memory available: 4.00 gigabytes
Default processor set: 136 tasks, 496 threads, 2 processors
Load average: 3.25, Mach factor: 0.35
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
## Core tests. ##
configure:3056: checking for chosen layout
configure:3058: result: Apache
configure:3861: checking for working mkdir -p
configure:3877: result: yes
configure:3886: checking for grep that handles long lines and -e
configure:3944: result: /usr/bin/grep
configure:3949: checking for egrep
configure:4011: result: /usr/bin/grep -E
configure:4027: checking build system type
configure:4041: result: x86_64-apple-darwin12.2.0
configure:4061: checking host system type
configure:4074: result: x86_64-apple-darwin12.2.0
configure:4094: checking target system type
configure:4107: result: x86_64-apple-darwin12.2.0
configure:4137:
configure:4139: Configuring Apache Portable Runtime library...
configure:4141:
configure:4182: checking for APR
configure:4327: result: yes
configure:4587:
configure:4589: Configuring Apache Portable Runtime Utility library...
configure:4591:
configure:4628: checking for APR-util
configure:4707: result: yes
configure:4968: checking for gcc
configure:4995: result: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc
configure:5224: checking for C compiler version
configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc --version >&5
./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
configure:5244: $? = 127
configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc -v >&5
./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
configure:5244: $? = 127
configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc -V >&5
./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
configure:5244: $? = 127
configure:5233: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc -qversion >&5
./configure: line 5235: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
configure:5244: $? = 127
configure:5264: checking whether the C compiler works
configure:5286: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc    -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK   conftest.c  >&5
./configure: line 5288: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/b in/cc: No such file or directory
configure:5290: $? = 127
configure:5328: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
|
| int
| main ()
| {
|
|   ;
|   return 0;
| }
configure:5333: error: in `/users/monkey/desktop/httpd-2.4.3':
configure:5335: error: C compiler cannot create executables
See `config.log' for more details
## Cache variables. ##
ac_cv_build=x86_64-apple-darwin12.2.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-apple-darwin12.2.0
ac_cv_mkdir_p=yes
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_prog_ac_ct_CC=/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10. 8.xctoolchain/usr/bin/cc
ac_cv_target=x86_64-apple-darwin12.2.0
## Output variables. ##
APACHECTL_ULIMIT=''
APR_BINDIR='/usr/bin'
APR_CONFIG='/usr/bin/apr-1-config'
APR_INCLUDEDIR='/usr/include/apr-1'
APR_VERSION='1.4.5'
APU_BINDIR='/usr/bin'
APU_CONFIG='/usr/bin/apu-1-config'
APU_INCLUDEDIR='/usr/include/apr-1'
APU_VERSION='1.3.12'
AP_BUILD_SRCLIB_DIRS=''
AP_CLEAN_SRCLIB_DIRS=''
AP_LIBS=''
AWK=''
BUILTIN_LIBS=''
CC='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/us r/bin/cc'
CFLAGS=' '
CORE_IMPLIB=''
CORE_IMPLIB_FILE=''
CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/u sr/bin/cc -E'
CPPFLAGS=' -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK'
CRYPT_LIBS=''
CXX=''
CXXFLAGS=''
DEFS=''
DSO_MODULES=''
DTRACE=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLED_DSO_MODULES=''
EXEEXT=''
EXTRA_CFLAGS=''
EXTRA_CPPFLAGS=''
EXTRA_CXXFLAGS=''
EXTRA_INCLUDES=''
EXTRA_LDFLAGS=''
EXTRA_LIBS=''
GREP='/usr/bin/grep'
HTTPD_LDFLAGS=''
HTTPD_VERSION='2.4.3'
INCLUDES=''
INSTALL=''
INSTALL_DSO=''
INSTALL_PROG_FLAGS=''
INTERNAL_CPPFLAGS=''
LDFLAGS=' '
LIBOBJS=''
LIBS=''
LIBTOOL=''
LN_S=''
LOAD_ALL_MODULES=''
LTCFLAGS=''
LTFLAGS=''
LTLIBOBJS=''
LT_LDFLAGS=''
LUA_CFLAGS=''
LUA_LIBS=''
LYNX_PATH=''
MATH_LIBS=''
MKDEP=''
MKINSTALLDIRS=''
MK_IMPLIB=''
MODULE_CLEANDIRS=''
MODULE_DIRS=''
MOD_ACCESS_COMPAT_LDADD=''
MOD_ACTIONS_LDADD=''
MOD_ALIAS_LDADD=''
MOD_ALLOWMETHODS_LDADD=''
MOD_ASIS_LDADD=''
MOD_AUTHNZ_LDAP_LDADD=''
MOD_AUTHN_ANON_LDADD=''
MOD_AUTHN_CORE_LDADD=''
MOD_AUTHN_DBD_LDADD=''
MOD_AUTHN_DBM_LDADD=''
MOD_AUTHN_FILE_LDADD=''
MOD_AUTHN_SOCACHE_LDADD=''
MOD_AUTHZ_CORE_LDADD=''
MOD_AUTHZ_DBD_LDADD=''
MOD_AUTHZ_DBM_LDADD=''
MOD_AUTHZ_GROUPFILE_LDADD=''
MOD_AUTHZ_HOST_LDADD=''
MOD_AUTHZ_OWNER_LDADD=''
MOD_AUTHZ_USER_LDADD=''
MOD_AUTH_BASIC_LDADD=''
MOD_AUTH_DIGEST_LDADD=''
MOD_AUTH_FORM_LDADD=''
MOD_AUTOINDEX_LDADD=''
MOD_BUCKETEER_LDADD=''
MOD_BUFFER_LDADD=''
MOD_CACHE_DISK_LDADD=''
MOD_CACHE_LDADD=''
MOD_CASE_FILTER_IN_LDADD=''
MOD_CASE_FILTER_LDADD=''
MOD_CERN_META_LDADD=''
MOD_CGID_LDADD=''
MOD_CGI_LDADD=''
MOD_CHARSET_LITE_LDADD=''
MOD_DATA_LDADD=''
MOD_DAV_FS_LDADD=''
MOD_DAV_LDADD=''
MOD_DAV_LOCK_LDADD=''
MOD_DBD_LDADD=''
MOD_DEFLATE_LDADD=''
MOD_DIALUP_LDADD=''
MOD_DIR_LDADD=''
MOD_DUMPIO_LDADD=''
MOD_ECHO_LDADD=''
MOD_ENV_LDADD=''
MOD_EXAMPLE_HOOKS_LDADD=''
MOD_EXAMPLE_IPC_LDADD=''
MOD_EXPIRES_LDADD=''
MOD_EXT_FILTER_LDADD=''
MOD_FILE_CACHE_LDADD=''
MOD_FILTER_LDADD=''
MOD_HEADERS_LDADD=''
MOD_HEARTBEAT_LDADD=''
MOD_HEARTMONITOR_LDADD=''
MOD_HTTP_LDADD=''
MOD_IDENT_LDADD=''
MOD_IMAGEMAP_LDADD=''
MOD_INCLUDE_LDADD=''
MOD_INFO_LDADD=''
MOD_ISAPI_LDADD=''
MOD_LBMETHOD_BYBUSYNESS_LDADD=''
MOD_LBMETHOD_BYREQUESTS_LDADD=''
MOD_LBMETHOD_BYTRAFFIC_LDADD=''
MOD_LBMETHOD_HEARTBEAT_LDADD=''
MOD_LDAP_LDADD=''
MOD_LOGIO_LDADD=''
MOD_LOG_CONFIG_LDADD=''
MOD_LOG_DEBUG_LDADD=''
MOD_LOG_FORENSIC_LDADD=''
MOD_LUA_LDADD=''
MOD_MIME_LDADD=''
MOD_MIME_MAGIC_LDADD=''
MOD_MPM_EVENT_LDADD=''
MOD_NEGOTIATION_LDADD=''
MOD_OPTIONAL_FN_EXPORT_LDADD=''
MOD_OPTIONAL_FN_IMPORT_LDADD=''
MOD_OPTIONAL_HOOK_EXPORT_LDADD=''
MOD_OPTIONAL_HOOK_IMPORT_LDADD=''
MOD_PRIVILEGES_LDADD=''
MOD_PROXY_AJP_LDADD=''
MOD_PROXY_BALANCER_LDADD=''
MOD_PROXY_CONNECT_LDADD=''
MOD_PROXY_EXPRESS_LDADD=''
MOD_PROXY_FCGI_LDADD=''
MOD_PROXY_FDPASS_LDADD=''
MOD_PROXY_FTP_LDADD=''
MOD_PROXY_HTML_LDADD=''
MOD_PROXY_HTTP_LDADD=''
MOD_PROXY_LDADD=''
MOD_PROXY_SCGI_LDADD=''
MOD_RATELIMIT_LDADD=''
MOD_REFLECTOR_LDADD=''
MOD_REMOTEIP_LDADD=''
MOD_REQTIMEOUT_LDADD=''
MOD_REQUEST_LDADD=''
MOD_REWRITE_LDADD=''
MOD_SED_LDADD=''
MOD_SESSION_COOKIE_LDADD=''
MOD_SESSION_CRYPTO_LDADD=''
MOD_SESSION_DBD_LDADD=''
MOD_SESSION_LDADD=''
MOD_SETENVIF_LDADD=''
MOD_SLOTMEM_PLAIN_LDADD=''
MOD_SLOTMEM_SHM_LDADD=''
MOD_SOCACHE_DBM_LDADD=''
MOD_SOCACHE_DC_LDADD=''
MOD_SOCACHE_MEMCACHE_LDADD=''
MOD_SOCACHE_SHMCB_LDADD=''
MOD_SO_ENABLED=''
MOD_SO_LDADD=''
MOD_SPELING_LDADD=''
MOD_SSL_LDADD=''
MOD_STATUS_LDADD=''
MOD_SUBSTITUTE_LDADD=''
MOD_SUEXEC_LDADD=''
MOD_UNIQUE_ID_LDADD=''
MOD_UNIXD_LDADD=''
MOD_USERDIR_LDADD=''
MOD_USERTRACK_LDADD=''
MOD_VERSION_LDADD=''
MOD_VHOST_ALIAS_LDADD=''
MOD_WATCHDOG_LDADD=''
MOD_XML2ENC_LDADD=''
MPM_LIB=''
MPM_SUBDIRS=''
NONPORTABLE_SUPPORT=''
NOTEST_CFLAGS=''
NOTEST_CPPFLAGS=''
NOTEST_CXXFLAGS=''
NOTEST_LDFLAGS=''
NOTEST_LIBS=''
OBJEXT=''
OS=''
OS_DIR=''
OS_SPECIFIC_VARS=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_URL=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
PCRE_CONFIG=''
PCRE_LIBS=''
PICFLAGS=''
PILDFLAGS=''
PKGCONFIG=''
PORT=''
POST_SHARED_CMDS=''
PRE_SHARED_CMDS=''
RANLIB=''
RM=''
RSYNC=''
SHELL='/bin/sh'
SHLIBPATH_VAR='DYLD_LIBRARY_PATH'
SHLTCFLAGS=''
SH_LDFLAGS=''
SH_LIBS=''
SH_LIBTOOL=''
SSLPORT=''
SSL_LIBS=''
UTIL_LDFLAGS=''
ab_LTFLAGS=''
abs_srcdir='/users/monkey/desktop/httpd-2.4.3'
ac_ct_CC='/Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolch ain/usr/bin/cc'
ap_make_delimiter=''
ap_make_include=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin12.2.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin12.2.0'
build_vendor='apple'
cgidir='${datadir}/cgi-bin'
checkgid_LTFLAGS=''
datadir='${prefix}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
errordir='${datadir}/error'
exec_prefix='${prefix}'
exp_bindir='/usr/local/apache2/bin'
exp_cgidir='/usr/local/apache2/cgi-bin'
exp_datadir='/usr/local/apache2'
exp_errordir='/usr/local/apache2/error'
exp_exec_prefix='/usr/local/apache2'
exp_htdocsdir='/usr/local/apache2/htdocs'
exp_iconsdir='/usr/local/apache2/icons'
exp_includedir='/usr/local/apache2/include'
exp_installbuilddir='/usr/local/apache2/build'
exp_libdir='/usr/local/apache2/lib'
exp_libexecdir='/usr/local/apache2/modules'
exp_localstatedir='/usr/local/apache2'
exp_logfiledir='/usr/local/apache2/logs'
exp_mandir='/usr/local/apache2/man'
exp_manualdir='/usr/local/apache2/manual'
exp_proxycachedir='/usr/local/apache2/proxy'
exp_runtimedir='/usr/local/apache2/logs'
exp_sbindir='/usr/local/apache2/bin'
exp_sysconfdir='/usr/local/apache2/conf'
fcgistarter_LTFLAGS=''
host='x86_64-apple-darwin12.2.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin12.2.0'
host_vendor='apple'
htcacheclean_LTFLAGS=''
htdbm_LTFLAGS=''
htdigest_LTFLAGS=''
htdocsdir='${datadir}/htdocs'
htmldir='${docdir}'
htpasswd_LTFLAGS=''
httxt2dbm_LTFLAGS=''
iconsdir='${datadir}/icons'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
installbuilddir='${datadir}/build'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/modules'
localedir='${datarootdir}/locale'
localstatedir='${prefix}'
logfiledir='${localstatedir}/logs'
logresolve_LTFLAGS=''
mandir='${prefix}/man'
manualdir='${datadir}/manual'
oldincludedir='/usr/include'
other_targets=''
pdfdir='${docdir}'
perlbin=''
prefix='/usr/local/apache2'
progname=''
program_transform_name='s,x,x,'
proxycachedir='${localstatedir}/proxy'
psdir='${docdir}'
rel_bindir='bin'
rel_cgidir='cgi-bin'
rel_datadir=''
rel_errordir='error'
rel_exec_prefix=''
rel_htdocsdir='htdocs'
rel_iconsdir='icons'
rel_includedir='include'
rel_installbuilddir='build'
rel_libdir='lib'
rel_libexecdir='modules'
rel_localstatedir=''
rel_logfiledir='logs'
rel_mandir='man'
rel_manualdir='manual'
rel_proxycachedir='proxy'
rel_runtimedir='logs'
rel_sbindir='bin'
rel_sysconfdir='conf'
rotatelogs_LTFLAGS=''
runtimedir='${localstatedir}/logs'
sbindir='${exec_prefix}/bin'
shared_build=''
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/conf'
target='x86_64-apple-darwin12.2.0'
target_alias=''
target_cpu='x86_64'
target_os='darwin12.2.0'
target_vendor='apple'
## confdefs.h. ##
/* confdefs.h */
#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""
configure: exit 77

Similar Messages

  • Why youtube dose not work on my macbook pro 10.6.6?

    why youtube dose not work on my macbook pro 10.6.6 ?

    Double check you have the latest version of Adobe Flash.

  • Is there some reason why I've NEVER been able to burn a CD/DVD?

    This is my third Mac. My wife's on her second. Since we got our first one in 2003, we have NEVER managed to burn a CD or DVD. Not once. Not one single time. There's always an error (usually some cryptic error like "error -256" or something).
    So we reckon either there's something wrong with Apple's hardware or software, or else we're pretty dumb.
    I just tried to copy my install media to a DVD, and I saw this..
    http://farm3.static.flickr.com/2446/36140144528888c459c1o.jpg
    It's rather annoying, after five or six years of trying.

    OK, I tried. All of the following screenshots are in French, 'cos I'm French, but you'll get the idea..
    I set Finder to ask me what to do when a blank CD / DVD is inserted..
    http://www.flickr.com/photos/yitzhakgoldstein/3614169759/
    In Finder, I click on the blank DVD (you can't see it in this shot, but it's at the bottom of the left-hand pane)..
    http://www.flickr.com/photos/yitzhakgoldstein/3614169765/
    I drag the *.dmg into the DVD's Finder window ..
    http://www.flickr.com/photos/yitzhakgoldstein/3614169767/
    I click on "burn" (which is "graver" in French) ..
    http://www.flickr.com/photos/yitzhakgoldstein/3614169773/
    It asks me to name the disk. I choose "Leopard" ..
    http://www.flickr.com/photos/yitzhakgoldstein/3614169777/
    It prepares the data ..
    http://www.flickr.com/photos/yitzhakgoldstein/3614169779/
    ... and then it spits out the disk and tells me this..
    http://www.flickr.com/photos/yitzhakgoldstein/3614988986/
    Error code 0x8002006D
    Understand that we're talking six years of trying to burn disks, and I have NEVER managed to do so. I do backups to a USB stick, and to an old SD camera card, which I have in a reader.
    It. Just. Does. Not. Work.
    Ever.
    And it never has. Four Macs, zero disks created.
    (PS no, this is NOT a troll, I am deadly serious)

  • Is there a reason why safari isn't working for windows anymore?? It's saying there's a problem and just wants to close. Help guys!

    So i've been using safari for windows for a couple of year with no issues. A couple of days ago i tried to open safari and a pop came up saying that it isnt working properly. I checked for any updates and there wasnt any, i then uninstalled safari and installed it again. The same thing is happening.
    Has anyone got any idea what is going on?? or is anyone having the same issues??
    I've now installed chrome as my browser. I did like safari though

    Yeaaaaa that's a matter of opinion and I don't share it.
    It's margianlly better than firefox and it burns CPU and ram like no tomorrow.

  • Is there a reason why Firefox does not work on my Galaxy Edge?

    I recently upgraded to a Samsung Galaxy Note Edge; love the phone, it works great. The downside is that Firefox doesn't seem to work properly, it goes from extremely low while displaying Web pages to not displaying anything at all. At first I thought it was something with the phone but as soon as I switch to Chrome everything works normal. I use Firefox on my laptop and have bookmarks and passwords stored in it. Previously I had a Samsung GS4 and syncing data from laptop to phone was a piece of cake. I like Chrome and I know it could do the same but I'd like to stick to Firefox if possible. Hope the Mozilla team can fix it soon.
    Edgar J. Oviedo.

    Hi EOviedo
    I am surprised that Firefox doesn't work on the Note Edge because it works great on the Note 3 and 4
    Could you please:
    # Tell us what exact model of Note Edge? e.g. Verizon Note Edge, AT&T Note Edge. We have had problems where obscure carrier variants of phones and tablets don't work but the popular variants do work (e.g. in one case the AT&T HTC One M8 worked fine but the Verizon HTC One M8 didn't)
    # Tell what version of the Android Operating system? Are you using Kitkat 4.4 or Lollipop 5?
    # Could you please tell us what you did (what do you mean by "from extremely low while displaying Web pages to not displaying anything at all"; which websites exactly) what happened and what you expected. A sample URL of a website and screenshot would be super helpful
    Cheers!
    ...Roland

  • Why facetime cn't work on my macbook pro

    i can't open my face time on macbook pro

    Hi there atirahtyra!
    I have an article here for you that can help you troubleshoot the issue you are seeing to determine the cause and a resolution that will work for you. That article can be found here:
    FaceTime for Mac: Troubleshooting FaceTime
    http://support.apple.com/kb/ts4185
    Thanks for being a part of the Apple Support Communities!
    Regards,
    Braden

  • Why does safari not work on my MacBook pro when I close it and forget to quit safari?

    So I'll close my MacBook with safari "X"ed out but not quit. When I open my MacBook up about an hour or so later, I'll click on safari mad it doesn't load... It's not that big of a deal, it's just annoying to have to restart my computer every time I want to go on safari.

    Try resetting Safari. From the Safari menu select "Reset Safari..." and check at least the two boxes "close all Safari windows" and "remove all website data".
    Quit Safari from the Safari menu.
    Hold a Shift key as you launch Safari again from the Dock.

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

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

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

  • HT5622 Is there any reason why my apple id and password allow log in to App Store but say invalid password when trying to activate Facetime ?

    Is there any reason why my apple id and password allow log in to App Store but say password invalid when trying to activate Facetime - I thought that Id and password were the same for all functions ?

    try the steps in this article:
    http://support.apple.com/kb/TS4268

  • When I save a filtered photo from my iphone (filtered with "Tonal") onto my desktop into iPhoto, the filter dissappears and its saved as a standard color photo. Is there a reason why and way I can save it as is?

    When I save a filtered photo from my iphone (filtered with "Tonal") onto my desktop into iPhoto, the filter dissappears and its saved as a standard color photo. Is there a reason why and way I can save it as is?

    The reason is that Apple screwed up and despite threads for this issue dating back several months, there is no fix.  It's outrageous -- a dozen or so photos that I just took got completely screwed up because of this.  There isn't even a way to replicate the effects in iPhoto without major guesswork and tweaking.
    I mean this isn't even something that should be an issue.  How Apple thought that a user would want his filters to disappear is beyond me.  I mean it's so absolutely counterintuitive that I'm baffled that such a destructive 'feature' could've made it through.
    So much for Apple's quality control!  They'll forever say it's intentional and part of the 'lossless' design where the effects aren't permanently applied, but there should be an option.  Some users want their filters to stay when they take them.
    In fact, ALL USERS WANT THE FILTERS TO STAY.

  • I upgraded and now when I plug in my iphone4 to sync it isn't shown under devices...is there a reason why?

    I upgraded and now when I plug in my iphone4 to sync it isn't shown under devices...is there a reason why?

    I did all that and reinstalled itunes! It does recognize my device now but it won't back up...says that it can't be saved to this computer!? I did all the troubleshooting and I am stuck:(

  • Is there a reason why SVG's are importing in at a scale setting of 10% ?

    Is there a reason why SVG's are importing in at a scale setting of 10% ?
    I'm saving elements out of Illustrator CC2014 into Edge CC2014 as SVG's but they come into Edge at 10% which are the right size in Edge but when previewed in a browser look bitmap-ish.
    So I have to set the scale to 100% and then reset the width and height back to what it was at 10%.
    Very frustrating.

    Hi ,
    In Edge Animate CC 2014 we have addressed the SVG Pixilation issue which was observed when any SVG content is animated with "scale up" transform. To solve this problem we are scaling up the container div by a factor of 10(which is by default) and then using image filtering to reduce the resolution based on the inverse scale. Hence , the property panel will show this inverse transform scale since that is the transform scale applied to the svg element. The svgAntiScaleFactor parameter is provided in the AppPref.xml file in the user preference directory of Edge Animate.You can modify this value.
    Win: C:\Users\{username}\AppData\Roaming\Adobe\Edge Animate\4.0.0\
    Mac: /Users/{username}/Library/Prefrences/Adobe/EdgeAnimate/4.0.0/
    Are you still observing pixilation on browsers?
    Thanks and Regards,
    Sudeshna Sarkar

  • Is there any reason why my computer won't recognize my iphone

    is there any reason why my computer won't recognize my iphone?

    Have a look here
    iPhone, iPad, or iPod touch not appearing in iTunes
    From Here
    http://www.apple.com/support/itunes/devices/

  • Some of my songs arent downloading is there a reason why that is happening? I still have a lot of space on my device

    Some of my songs arent downloading is there a reason why that is happening? I still have a lot of space on my device

    Any other reason why this it's still under headphone mode?
    I'm pretty sure the fact that it was in the washer is the problem.  Just because you 'dried' it in the sun doesn't mean it wasn't permanenlty damaged.  Try putting it in a bag of rice for 5-7 days.  If it still doesn't work, it's probably permanent.

  • Is there a reason why the mail badge icon on my iPad doesn't disappear when I open an email on my iPhone using my iCloud account?

    Is there a reason why the mail badge icon on my iPad doesn't disappear when I open an email on my iPhone using my iCloud account?

    Hi everyone!
    Looking also for an app that allows me to merge email and send them out to each recipient individually. Apparently that's not possible yet. Here's what the guys at RedbitsApps told me about Group Email capabilities: 
    "The current version of the app relies on the device operating system to send the emails. For this reason, sending individual email instead of a single email to multiple recipients is not possible. Apple doesn't allow apps to send single emails to many recipients easily. We may use a custom sending software in a future version."
    Let's keep looking guys... 

Maybe you are looking for