Cannot compile Lightspark, problem with llvm

Hello,
Lightspark is a new flash player for Flash 9 and more I would like to try. All is done for Ubuntu users, but for the others you have to compile the sources, that's what I am trying.
During the compilation, here is what I got :
[ 94%] Built target spark
Scanning dependencies of target lightspark
[ 97%] Building CXX object CMakeFiles/lightspark.dir/main.cpp.o
Linking CXX executable lightspark
/usr/bin/ld: cannot find -lLLVMLinker
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [lightspark] Erreur 1
make[1]: *** [CMakeFiles/lightspark.dir/all] Erreur 2
make: *** [all] Erreur 2
As far as I searched on Google, the problem should be easy to fix, there is one name file to change or one packet to download. If this is really the problem, which file/packet ?
Lightspark wants the user to use cmake :
[zarmakuizz@zarok objs]$ cmake -DCMAKE-BUILD-TYPE=Release ..
-- The C compiler identification is GNU
-- The CXX compiler identification is GNU
-- Check for working C compiler: /usr/bin/gcc
-- Check for working C compiler: /usr/bin/gcc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Found assembler: /usr/bin/nasm
-- LLVM llvm-config found at: /usr/bin/llvm-config
-- LLVM version: 2.7
-- LLVM CXX flags: -I/usr/include  -DNDEBUG -D_GNU_SOURCE -D__STDC_LIMIT_MACROS -D__STDC_CONSTANT_MACROS -O2 -fomit-frame-pointer -fno-exceptions -fno-rtti -fPIC -Woverloaded-virtual
-- LLVM LD flags: -L/usr/lib/llvm  -lpthread -lffi -ldl -lm
-- LLVM core libs: -lLLVMLinker -lLLVMArchive -lLLVMBitWriter -lLLVMBitReader -lLLVMInstrumentation -lLLVMipo -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem
-- LLVM JIT libs: -lLLVMX86Disassembler -lLLVMX86AsmParser -lLLVMMCParser -lLLVMX86AsmPrinter -lLLVMX86CodeGen -lLLVMSelectionDAG -lLLVMAsmPrinter -lLLVMX86Info -lLLVMJIT -lLLVMExecutionEngine -lLLVMCodeGen -lLLVMScalarOpts -lLLVMInstCombine -lLLVMTransformUtils -lLLVMipa -lLLVMAnalysis -lLLVMTarget -lLLVMMC -lLLVMCore -lLLVMSupport -lLLVMSystem
-- LLVM JIT objs:
-- Found LLVM: /usr/include
-- Looking for include files CMAKE_HAVE_PTHREAD_H
-- Looking for include files CMAKE_HAVE_PTHREAD_H - found
-- Looking for pthread_create in pthreads
-- Looking for pthread_create in pthreads - not found
-- Looking for pthread_create in pthread
-- Looking for pthread_create in pthread - found
-- Found Threads: TRUE
-- Found CURL: /usr/lib/libcurl.so
-- Found ZLIB: /usr/lib/libz.so
-- checking for modules 'gl;libpcrecpp;libavcodec;libavutil;ftgl;x11'
--   found gl, version 7.7.1
--   found libpcrecpp, version 8.02
--   found libavcodec, version 52.67.0
--   found libavutil, version 50.15.2
--   found ftgl, version 2.1.3~rc5
--   found x11, version 1.3.3
-- Loaded CMakeASM-NASMInformation - ASM-NASM support is still experimental, please report issues
-- Configuring done
-- Generating done
-- Build files have been written to: /home/zarmakuizz/progra/lightspark-0.3.1/objs
When compiling :
[zarmakuizz@zarok objs]$ make
Scanning dependencies of target spark
[  2%] Building CXX object CMakeFiles/spark.dir/swf.cpp.o
[  5%] Building CXX object CMakeFiles/spark.dir/swftypes.cpp.o
/home/zarmakuizz/progra/lightspark-0.3.1/swftypes.cpp: In member function 'virtual void lightspark::FILLSTYLE::setFragmentProgram() const':
/home/zarmakuizz/progra/lightspark-0.3.1/swftypes.cpp:1268:25: attention : unused variable 'buffer'
/home/zarmakuizz/progra/lightspark-0.3.1/swftypes.cpp:1269:16: attention : unused variable 'grad_index'
/home/zarmakuizz/progra/lightspark-0.3.1/swftypes.cpp:1271:7: attention : unused variable 'index_l'
/home/zarmakuizz/progra/lightspark-0.3.1/swftypes.cpp:1273:7: attention : unused variable 'index_r'
[  8%] Building CXX object CMakeFiles/spark.dir/tags.cpp.o
[ 10%] Building CXX object CMakeFiles/spark.dir/geometry.cpp.o
[ 13%] Building CXX object CMakeFiles/spark.dir/actions.cpp.o
[ 16%] Building CXX object CMakeFiles/spark.dir/frame.cpp.o
[ 18%] Building CXX object CMakeFiles/spark.dir/input.cpp.o
[ 21%] Building CXX object CMakeFiles/spark.dir/streams.cpp.o
[ 24%] Building CXX object CMakeFiles/spark.dir/tags_stub.cpp.o
[ 27%] Building CXX object CMakeFiles/spark.dir/logger.cpp.o
[ 29%] Building CXX object CMakeFiles/spark.dir/vm.cpp.o
[ 32%] Building CXX object CMakeFiles/spark.dir/asobjects.cpp.o
[ 35%] Building CXX object CMakeFiles/spark.dir/abc.cpp.o
[ 37%] Building CXX object CMakeFiles/spark.dir/abc_codesynt.cpp.o
/home/zarmakuizz/progra/lightspark-0.3.1/abc_codesynt.cpp: In member function 'lightspark::ASObject* (* lightspark::method_info::synt_method())(lightspark::call_context*)':
/home/zarmakuizz/progra/lightspark-0.3.1/abc_codesynt.cpp:1611:53: attention : passing NULL to non-pointer argument 2 of 'static llvm::Constant* llvm::ConstantInt::get(const llvm::Type*, uint64_t, bool)'
/home/zarmakuizz/progra/lightspark-0.3.1/abc_codesynt.cpp:2606:53: attention : passing NULL to non-pointer argument 2 of 'static llvm::Constant* llvm::ConstantInt::get(const llvm::Type*, uint64_t, bool)'
[ 40%] Building CXX object CMakeFiles/spark.dir/abc_opcodes.cpp.o
[ 43%] Building CXX object CMakeFiles/spark.dir/flashdisplay.cpp.o
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp: In static member function 'static lightspark::ASObject* lightspark::Graphics::lineTo(lightspark::ASObject*, lightspark::ASObject* const*, unsigned int)':
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1634:12: attention : unused variable 'th'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1637:6: attention : unused variable 'x'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1638:6: attention : unused variable 'y'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp: In static member function 'static lightspark::ASObject* lightspark::Graphics::drawCircle(lightspark::ASObject*, lightspark::ASObject* const*, unsigned int)':
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1671:9: attention : unused variable 'x'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1672:9: attention : unused variable 'y'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1673:9: attention : unused variable 'radius'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp: In static member function 'static lightspark::ASObject* lightspark::Graphics::drawRect(lightspark::ASObject*, lightspark::ASObject* const*, unsigned int)':
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1694:6: attention : unused variable 'x'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1695:6: attention : unused variable 'y'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1696:6: attention : unused variable 'width'
/home/zarmakuizz/progra/lightspark-0.3.1/flashdisplay.cpp:1697:6: attention : unused variable 'height'
[ 45%] Building CXX object CMakeFiles/spark.dir/flashevents.cpp.o
[ 48%] Building CXX object CMakeFiles/spark.dir/textfile.cpp.o
[ 51%] Building CXX object CMakeFiles/spark.dir/thread_pool.cpp.o
[ 54%] Building CXX object CMakeFiles/spark.dir/flashgeom.cpp.o
[ 56%] Building CXX object CMakeFiles/spark.dir/flashnet.cpp.o
[ 59%] Building CXX object CMakeFiles/spark.dir/flashsystem.cpp.o
[ 62%] Building CXX object CMakeFiles/spark.dir/flashutils.cpp.o
[ 64%] Building CXX object CMakeFiles/spark.dir/compat.cpp.o
[ 67%] Building CXX object CMakeFiles/spark.dir/abc_interpreter.cpp.o
[ 70%] Building CXX object CMakeFiles/spark.dir/flashexternal.cpp.o
[ 72%] Building CXX object CMakeFiles/spark.dir/flashtext.cpp.o
[ 75%] Building CXX object CMakeFiles/spark.dir/flashmedia.cpp.o
[ 78%] Building CXX object CMakeFiles/spark.dir/flv.cpp.o
[ 81%] Building CXX object CMakeFiles/spark.dir/netutils.cpp.o
[ 83%] Building CXX object CMakeFiles/spark.dir/timer.cpp.o
[ 86%] Building CXX object CMakeFiles/spark.dir/decoder.cpp.o
/home/zarmakuizz/progra/lightspark-0.3.1/decoder.cpp: In member function 'virtual bool lightspark::FFMpegDecoder::decodeData(uint8_t*, uint32_t)':
/home/zarmakuizz/progra/lightspark-0.3.1/decoder.cpp:365:2: attention : 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3448)
/home/zarmakuizz/progra/lightspark-0.3.1/decoder.cpp:365:69: attention : 'int avcodec_decode_video(AVCodecContext*, AVFrame*, int*, const uint8_t*, int)' is deprecated (declared at /usr/include/libavcodec/avcodec.h:3448)
/home/zarmakuizz/progra/lightspark-0.3.1/decoder.cpp:372:2: attention : comparaison entre des expressions entières signée et non signée
[ 89%] Building CXX object CMakeFiles/spark.dir/threading.cpp.o
[ 91%] Building CXX object CMakeFiles/spark.dir/flashxml.cpp.o
/home/zarmakuizz/progra/lightspark-0.3.1/flashxml.cpp: In static member function 'static lightspark::ASObject* lightspark::XMLDocument::_constructor(lightspark::ASObject*, lightspark::ASObject* const*, unsigned int)':
/home/zarmakuizz/progra/lightspark-0.3.1/flashxml.cpp:46:15: attention : unused variable 'th'
[ 94%] Building ASM-NASM object CMakeFiles/spark.dir/fastpaths_64.asm.o
Linking CXX static library libspark.a
[ 94%] Built target spark
Scanning dependencies of target lightspark
[ 97%] Building CXX object CMakeFiles/lightspark.dir/main.cpp.o
Linking CXX executable lightspark
/usr/bin/ld: cannot find -lLLVMLinker
collect2: ld a retourné 1 code d'état d'exécution
make[2]: *** [lightspark] Erreur 1
make[1]: *** [CMakeFiles/lightspark.dir/all] Erreur 2
make: *** [all] Erreur 2
I don't know what to do to fix it Any idea ?
Regards,
Zarmakuizz

Check here
http://bbs.archlinux.org/viewtopic.php?id=97363

Similar Messages

  • Compilation's problems with eclipse

    hello
    in working for my thesis with eclipse I have see that the modify to source code have not effect in runt-time
    In effect I have an file .class, I modify the source file .java, I compile and i go this in run with the Eclipse command <<run>> but the behavior not change.
    I don't lie because i appnd a
    system.out
    to main of a class and in run-time the print is'nt.
    What's appened?
    I not remober about modify about Eclipse's configuration ????
    What do you think??
    thank for every feed-back
    Alessandro Puzielli

    Ehm...
    I use Eclipse over Linux.. I have runned Eclipse as
    "root" a few of day ago and Eclipse's behaviort was
    ok. After I have lanched Eclipse as normal user and
    in effect I try to overwriter the *class of root and
    it's impossible!it's normal 'cause you don't have the permissions on the project files
    I have take a few of day for the understand the
    problem with a
    $ stat name_of_file_.classThanks for the responses!so if your project is a small project, start Eclipse as normal user and rewrite your project ! otherwise, log u as root and give you all the permission on the project and it may work (chmod 777 -R project_path)
    peace
    fred

  • Sometimes cannot start PC: problem with Hitachi SATA Hard drive and K7N2G-ILSR

    I have major problem with my 160Gb SATA Hitachi hard drive and my MSI K7N2G-ILSR motherboard.  Sometimes the PC can be started, sometimes it cannot.
    After I installed a clean build of Windows XP Pro SP1 onto my new hard drive (as the only hard drive in my PC) and install all the necessary drivers, the system runs smoothly.  However, after about 2 to 3 weeks, sometimes when I start the PC, it cannot detect the hard drive and hence it claimes that it cannot find any VMI Pool Data (i.e. no OS detected).  What makes it really horrible is that, it is like the lottery everytime when I start the PC.  Sometimes it works, sometimes it doesn't.  The highest record was 8 consecutive failures (by resetting or by turning the power off and on again) before I can start the machine properly.  Also, the system sometimes just crashes in the middle of operating.
    I have already sent the hard drive back to Hitachi.  Got the same model of hard drive back as replacement, but the replacement has the same problem, except with the replacement drive the PC can be started eventually after many tries, while with the previous drive it is possible that the PC cannot be started until after a few days later.
    Also, it seems that my drive can detect either SATA hard drive or PATA hard drive, but not both.  (If I leave my old PATA drive connect in the primary IDE channel, Windows cannot detect the new SATA drive.)
    Is my motherboard faulty?  Can it only use PATA drive?
    My PC's spec is as follows:
    AMD Athlon XP 2500+
    512Mb PC3200 SDRAM (set to run at 166MHz)
    Hitachi 160Gb SATA Hard drive on 1st SATA channel (Model #HDS722516VLSA80)
    Sony DVD+-RW drive and Panasonic DVD-ROM drive on secondary IDE channel
    Use onboard video (GeForce MX)
    US Robotech V92 internal PCI modem
    SoundBlaster Audigy 2 Player soundcard
    Onboard audio disabled
    300W PSU
    OS is Windows XP Pro SP1 (with all latest security patches up to date)

    Quote
    Originally posted by Raven_
    Quote
    Originally posted by boucher91
    Along the same lines the sata drives use more power than the pata drives...
    sata usually faster spin rate, pata is slower spin rate...
    that is not entirly correct.
    many harddrives just come with different ways to connect them.
    the only sata drives i now that spins faster is western digital raptors 10k rpm.
    all other is running at 7200rpm.
    older drives run at 5400rpm
    Yes to get the full benefit of RAID, the Raptors are the way to go.Anything else, no significant difference.

  • Compiling 0ad - problem with updating workspaces

    Hello.
    I am trying to compile the game 0ad from AUR with makepkg (tried as root and as normal user). Afte downloading and making I get this error message:
    Aktualisiert zu Revision 7314.
    ==> SVN checkout done or server timeout
    ==> Starting make...
    ==> Updating Workspaces...
    /mnt/winshare/user/0ad/PKGBUILD: Zeile 40: ./update-workspaces.sh: Keine Berechtigung
    ==> FEHLER: Build fehlgeschlagen.
    Breche ab ...
    The main problem is, that I have no permission to use ./update-workspaces.sh although it has the permission mask 777! I even tried to compile as root, but the error persists. I am not sure, but maybe it has something to do with the circumstance that I compile the files on a ntfs-partition. I have to, because my ext3-partition is too small.
    I appreciate any help.
    Greetz,
    haunted

    Hi again
    And that's why we call them bugs.
    Did you remember to report it as same to Adobe? The link is in my sig.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Compile / run problems with netbeans 6 but not netbeans 6 beta 1 or 5.5

    When I compile my project in netbeans IDE 6.0 (Build 200711261600) 1.6.0_01; Java HotSpot(TM) Client VM 1.6.0_01-b06 i get quite often a "can not find symbol" error or during runtime a "netbeans 6 java.lang.NoClassDefFoundError" exception. also switching between F6 or ctrl-F5 mode can cause the problem to appear.
    Compiling again or clean build resolves it.
    However running the same project under netbeans 5.5 or 6 beta 1 never gives this problem.
    any hint what might be wrong? i looked and compared the project settings but can't see any difference, but I assume that the upgrade script must have changed something.

    <?xml version="1.0" encoding="UTF-8" ?>
    - <project name="BorderDemo" default="default" basedir=".">
    <import file="nbproject/build-impl.xml" />
    </project>This is 'build.xml' file. Check for 'project.xml' file in 'nbproject' folder. You will find it to be:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <project xmlns="http://www.netbeans.org/ns/project/1">
      <type>org.netbeans.modules.java.j2seproject</type>
    - <configuration>
    - <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
      <name>BorderDemo</name>
      <minimum-ant-version>1.6.5</minimum-ant-version>
    - <source-roots>
      <root id="src.dir" />
      </source-roots>
      </data>
      </configuration>
      </project>Change it to:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <project xmlns="http://www.netbeans.org/ns/project/1">
      <type>org.netbeans.modules.java.j2seproject</type>
    - <configuration>
    - <data xmlns="http://www.netbeans.org/ns/j2se-project/3">
      <name>BorderDemo</name>
      <minimum-ant-version>1.6.5</minimum-ant-version>
    - <source-roots>
      <root id="src.dir" />
      </source-roots>
      <test-roots>
      <root id="test.src.dir" />
      </test-roots>
      </data>
      </configuration>
      </project>I hope it works.....
    thanks!

  • Cannot compile source file with Ctrl-F7 in VS 2008

    I have added an existing .cpp file to my project.  When I want to compile
    only one file, I usually press Ctrl-F7, but that does not work on this file (it works on some other source files).  When I pull down the Build menu, the Compile option is missing, like it is when a header
    (*.h) file is active.
    When I right-click on the source file in the Solution Explorer, the context menu shows "Compile\tCtrl+F7"; I can compile a single source file that way, but Ctrl-F7 is so much easier and faster.
    I have tried resetting the keyboard shortcut, resetting the profile to the original C/C++ profile, and closing and reopening Visual Studio, but nothing corrected the issue.
    It feels like VS is not recognizing that my source file is a C++ file, despite its name (something.cpp).  Why has this started happening, and how can I get the shortcut (and Build menu) to reset?

    This happens in the following way.  You manually create a new C++ class in an existing project using the editor in VC++.  You then (with the editor still open) add the file to your project.  Visual Studio finds your class info
    and adds it intellisense, making it seem as though VC++ knows your file is in the project.  However, it does not and ctrl f7 will therefore not work.  Removing and adding the file does not help...unless you close the editor window...in which
    case VC++ will correctly add the file if you remove and add it to your project.
    This is not an uncommon way to create a new class - one does not always use the VC++ create class option.  The manual creation method may be preferable if you are not using automated features from VC++ and instead want to copy some code
    from another file, headers for example.   My view is that this is a VC++ bug that should be repaired; apparently VC++ thinks the file is already included if it is open in the editor rather than checking its file list.  But it is easy
    to work around once you know what is happening.

  • Nokia 603 cannot turn on , problem with ON button

    Hi, I'd appreciate if anyone could help me
    My nokia603 ON button works fine when the phone is already on, meaning i can press it to switch the phone off, but when the phone is off, and try to turn it on again by pressing the on button, it doesnt respond. any reason for that?
    currently my phone is off, so i m having a lot of problem turning it on. any ideas on how to turn it on? i've tried connecting it to the charger and computer but it just doesnt respond
    also as a last resort, is there any way i can transfer data from my dead phone to my computer without turning on the phone?
    I really appreciate any help for my questions, thanks a lot for reading
    Solved!
    Go to Solution.

    Hello Hans, thank you for your advice
    I managed to get my phone started after hours of pressing the on button and hoping for a response. Now it's already turned on and I plan not to turn it off again or else I will have to go thru the same process of trying to get it back up. It works fine when it is already on
    I think unplugging and plugging in multiple times serves the same function as pressing the on button many times. I've tried that too, but it just happened that I got lucky while pressing the on button instead of while plugging it in
    Yes my phone definitely has hit the ground a few times, but definitely not from a dangerous height. Maybe 2 feet off the ground? And yes also liquid damage but also a bit, like when I use it during a drizzle?
    I've brought it to get checked , its not a battery problem they said. but they cannot do anything because its an old model.
    Thank you for your helpful ideas. I guess the best way is to just buy a new phone and move on

  • Fahmon compile fails, problem with wxwidgets?

    I tried compiling fahmon, but it says that I need to have wxwidgets installed.  I compiled wxWidgets fine, but what do I do after that?  Here's the error I get when I compile fahmon:
    wxWidgets must be installed on your system.
    Please check that wx-config is in path, the directory
    where wxWidgets libraries are installed (returned by
    'wx-config --libs' or 'wx-config --static --libs' command)
    is in LD_LIBRARY_PATH or equivalent variable and
    wxWidgets version is 2.8.0 or above.
    Thanks!

    jackassplus wrote:
    My question is why the regex finds no matches.
    all my checking is done before it gets here
    IOW , Why would ".{5}$" not find a match in "thisChunk"
    ?Your regex ".{5}$" finds 0536B.
    Before calling group() method, you should call find() method on the matcher in a while loop or an if clause. Otherwise, the regex engine is just idling.

  • Cannot synchronize. Problems with intellisync

    CAN ANYoNE help me. I cant synchronize my BB8310 from 3 days ago 
    The PTrace.log  says:
    Fri Nov 21 20:35:48 2008 -- Intellisync Log File --
    Fri Nov 21 20:35:48 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Fri Nov 21 20:35:48 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Fri Nov 21 20:35:48 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Fri Nov 21 20:35:48 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Fri Nov 21 20:35:48 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Fri Nov 21 20:35:48 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Fri Nov 21 20:35:49 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Fri Nov 21 20:35:50 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Fri Nov 21 20:35:50 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Fri Nov 21 20:35:50 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Fri Nov 21 20:35:50 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Fri Nov 21 20:35:50 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Fri Nov 21 20:35:50 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Fri Nov 21 20:35:50 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Fri Nov 21 20:36:08 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Fri Nov 21 20:36:08 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Fri Nov 21 20:36:08 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Fri Nov 21 20:36:08 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Fri Nov 21 20:36:08 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Fri Nov 21 20:36:08 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Fri Nov 21 20:36:08 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Sat Nov 22 14:41:46 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:41:46 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:41:46 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:41:46 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:41:46 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:41:46 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:41:46 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Sat Nov 22 14:42:06 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:42:06 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:42:06 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:42:06 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:42:06 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:42:06 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:42:06 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Sat Nov 22 14:46:50 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:46:50 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:46:50 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:46:50 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:46:50 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:46:50 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:46:50 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Sat Nov 22 14:53:55 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:53:55 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:53:55 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:53:55 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 14:53:55 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 14:53:55 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 14:53:55 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611
    Sat Nov 22 15:03:01 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 15:03:01 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 15:03:01 2008: Error Failure to add CLSID to Archive - {E3AA9B8F-F8BF-4536-A3D8-B405A4C6B5AE}.2 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 15:03:01 2008: Error CoCreateInstance - failed on IID_IConnectorManager.4151 at D:\TEMPDIR_5154\se_5x_engine\ilsdk\callback.cpp line 2331
    Sat Nov 22 15:03:01 2008: Error C:\DOCUME~1\ADMINI~1\APPLIC~1\RESEAR~1\BLACKB~1\Intellisync\B401C8D1.CFG\tables.itb could not be read.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 829
    Sat Nov 22 15:03:01 2008: Error Failure to add CLSID to Archive - {F64973FB-7CB0-460E-9DCC-36A023757617}.9 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 240
    Sat Nov 22 15:03:01 2008: Error Help system - {A7266397-8FCE-495E-847A-13E56C5E5F56}.15006 at D:\TEMPDIR_5154\se_5x_engine\iluptbl\iluptbl.cpp line 1611

    I had same problem. I tried the back-up and restore option and it worked a charm.
    Not sure why I had the problem in the first place but that was a relatively quick and easy fix :-)
    Just do the Factory restore...
    Works like magic!

  • Problem with pdf-printing in Adobe Acrobat Pro

    Hi,
    I have Adobe Acrobat Pro 9.4.3.
    PDF-printing has always worked great but suddenly there is some kind of problem.
    After printing a excel-document from "Print to pdf" built-in function in MacOS OR Adobes Printer I have corruptet pdf-files when showing them in Adobe Reader/Acrobat, but the MacOS Preview-software shows them correct.
    So, there cannot be any problem with the printing, but the local preview on my computer using Reader or Acrobat. I dont even use the Myriad font in the document, I use Verdana.

    You say you're using Verdana but you're not. The error message clearly shows you're using MyriadPro Bold.
    You probably recently installed the Mac OS X 10.6.7 update which has a bug with OpenType PostScript fonts like MyriadPro Bold. Either use Verdana or another TrueType or PostScript font, or revert to Mac OS X 10.6.6.
    Read about the problem here: http://www.tidbits.com/article/12078

  • PI Demo Examples problems with executing CTC template for client setup

    Dear SAP community,
    I use PI 7.30 SP 4 and get the following exception if I use the CTC template to set up the PI demo examples in client 105
    and 106
    Web Services Configuration
    Description
    Exception in step "SRT_TECHNICAL_SETUP"
    Exception details : java.lang.Exception: BAPIRET2 SRT_ADMIN 050 Could not create service destination
    State
    Step was skipped
    In client 107, the template works after I delete the SAP_WSRT user. In clients 105 and 106, this leads to the exception above,
    If the  SAP_WSRT user exists, I get the exception that this user alreadz exists if I run the template.
    What should I do to fix this problem and properly implement the template on all clients?
    PS: I use admin users with SAP_ALL  rights. Maybe I use the wrong master password, because I use the one of my SAP_ALL user. This works at least for using the template within client107.
    Andreas

    Hi Mark,
    in my case the workaround of deleting the service user works only in Client 107.
    The additional problem with a missing service destination occurs already after deleting the service user in Clients 105 and 106. Will this additional problem also be treated in the new note?
    Joerg-Joachim Klossika already added the workaround to this note for the existing service user I proposed to him.
    I still cannot resolve the problem with the missing service destination.
    regards
    Andreas

  • Problem with compilation of HelloWorld.java

    hi,
    getting problem with compilation of HelloWorld.java
    CLASSPATH--- C:\java
    PATH--- C:\j2sdk1.4.2_04\bin
    HelloWorld.java source code in: C:\java
    On cmd prompt:
    C:\java>javac HelloWorld.java
    error: cannot read: HelloWorld.java
    1 error
    pls help me with this
    rgds,
    sanlearns

    What does this command yield?
    dir HelloWorld.java

  • Problem with SRF compilation

    Hi,
    I encountered a problem during compilation in tools:
    >
    Could not open repository file 'C:\Siebel\8.1\SiebelTools8113\OBJECTS\ENU\siebel_sia.srf'.
    File does not exist or may be in use by another process.(SBL-DAT-00142)
    >
    Siebel Tools version: 8.1.1.3
    Siebel Server version: 8.1.1.3
    installed on Windows 2003 server with service pack.
    I did the following but the error still appeared during compilation:
    1. In siebel tools > Help Menu > About SRF > Filename pointing to --> C:\Siebel\8.1\SiebelTools8113\objects\enu\siebel_sia.srf
    2. I went to this directory "C:\Siebel\8.1\SiebelTools8113\objects\enu\" right clicked the siebel_sia.srf then click properties to check if the file's property is set to read-only and it was unchecked.
    3. In windows control panel > Administrative Tools > Services: I shutdown the siebel server and the siebel gateway server
    4. I also checked the task manager to see if all siebel processes were ended. I stopped all siebel processes aside from siebel Tools.
    5. I check if any program is accessing the srf file using a process monitor. No other process was accessing the file.
    6. Open tools, login in local DB
    7. Compiled a selected object (Siebel repository file: C:\Siebel\8.1\SiebelTools8113\objects\enu\siebel_sia.srf)
    8. When I press compile the error above appeared.
    After the error appeared I check again using the process monitor to check whether other process has a handle to the SRF file, but there was none.
    Could anyone help me? Have I missed something that might have caused this error?
    Thanks in advance.

    Hi,
    You cannot compile on the Tools SRF when you are logged into Siebel Tools.
    Try to do a full compile on the SRF located in the client folder.
    In you case it might be at location C:\Siebel\8.1\SiebelClient\objects\enu\
    Once done the full compile on the client SRF use the SRF to connect the client.
    Warm Regards
    Pramod

  • Problem to compile new configuration with imsimta

    After I patched 116568-53, iit was impossible to compile new configuration with "imsimta chbuild". The response is:
    13:57:09.20: Internal error in cl_init -- cannot open command definition file IMTA_BIN:pmdf.cld
    Any one know how to solve this problem?
    Thanks in advance.

    I checked the file as you suggested and i didn't find any tcp_lmtpss-daemon channel so i inserted the following lines:
    [CHANNEL=tcp_lmtpss*]
    master_command=IMTA_BIN:tcp_lmtp_server
    [CHANNEL=tcp_lmtpsn*]
    master_command=IMTA_BIN:tcp_lmtpn_server
    but i obtained the same errors.
    what's wrong? (i am new to sun one messaging server)
    thanks

  • My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad one.

    My IPad cannot download live Tv from skygo. I have no problem with my lap top so I assume the broad band is okay. Can anybody suggest why the live streaming will not work on my iPad .

    Are you using the Sky Go app to try and watch it ? If so are you logged in with your Sky account ?
    If you are using the app then you could try closing the app completely and see if it works when you re-open it : from the home screen (i.e. not with Sky Go 'open' on-screen) double-click the home button to bring up the taskbar, then press and hold any of the apps on the taskbar for a couple of seconds or so until they start shaking, then press the '-' in the top left of the Sky Go app to close it, and touch any part of the screen above the taskbar so as to stop the shaking and close the taskbar.
    If that doesn't work then you could try a reset : press and hold both the sleep and home buttons for about 10 to 15 seconds (ignore the red slider), after which the Apple logo should appear - you won't lose any content, it's the iPad equivalent of a reboot.

Maybe you are looking for