[WORKAROUND] xxdiff (and xxdiff-hg) compile failures

I'm getting failures when trying to build both xxdiff or xxdiff-hg (using yaourt as the frontend). Both have failed for the last few months when trying to compile resParser_yacc.cpp:
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_merged.o moc_merged.cpp
/usr/lib/qt4/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. markers.h -o moc_markers.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o moc_markers.o moc_markers.cpp
g++ -c -pipe -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -D_REENTRANT -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++ -I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I. -I. -o resParser_yacc.o resParser_yacc.cpp
resParser.y: In function ‘int resParserparse()’:
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:188:23: note: in expansion of macro ‘RESOURCES’
RESOURCES->setPreferredGeometry( geometry );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:199:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setMaximize( true );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:209:23: note: in expansion of macro ‘RESOURCES’
RESOURCES->setStyleKey( styleKey );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:223:26: note: in expansion of macro ‘RESOURCES’
if ( !RESOURCES->setAccelerator( XxAccel($3), $5 ) ) {
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:235:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setColor(
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:243:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setColor(
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:256:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setBoolOpt( XxBoolOpt( $1 - XxResParser::BOOLKWD_BASE ), $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:281:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setCommand( XxCommand($3), $5 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:288:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setCommandSwitch( XxCommandSwitch($3), $5 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:295:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setInitSwitch( XxCommandSwitch($3), $5 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:302:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setFontApp( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:307:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setFontText( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:314:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setTag( XxTag($3), $5 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:321:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setShowOpt( XxShowOpt($3), $5 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:328:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setTabWidth( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:335:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setOverviewFileWidth( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:342:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setOverviewSepWidth( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:349:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setVerticalLinePos( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:356:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setClipboardHeadFormat( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:363:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setClipboardLineFormat( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:370:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setHordiffType( XxHordiff($3) );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:377:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setHordiffMax( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:384:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setHordiffContext( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:391:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setShowPaneMergedViewPercent( $3 );
^
resParser.y:41:48: error: ‘resources’ was not declared in this scope
#define RESOURCES ( static_cast<XxResources*>(resources) )
^
resParser.y:398:20: note: in expansion of macro ‘RESOURCES’
RESOURCES->setMergedFilename( $3 );
^
make: *** [resParser_yacc.o] Error 1
==> ERROR: A failure occurred in build().
Aborting...
==> ERROR: Makepkg was unable to build xxdiff.
==> Restart building xxdiff ? [y/N]
Anyone else encountering this? My last successful build was xxdiff-hg 404-1 in April, but it is now failing for me for both packages on three different machines (all x86_64). My systems are all up-to-date. I've not found any comments about this in the forum, wiki, AUR page, or after some fair amount of googling, so I'm at a loss (and not familiar enough with C++ to make any headway). Any thoughts? Thanks.
Last edited by mike_r (2013-08-26 19:46:37)

Your first step should be to try without yaourt (or any other AUR helper). Those may be convenient but they are not recommended for troubleshooting. See if you can reproduce it with makepkg.
EDIT: Post on the AUR page. xxdiff doesn't compile here either.
Last edited by cfr (2013-08-26 02:14:00)

Similar Messages

  • Inclusion of cxxabi.h and iostream causes compile failure

    stephen@hal:/tmp$ cat test.cpp
    #include <iostream>
    #include <cxxabi.h>
    int main()
      return 0;
    stephen@hal:/tmp$ /home/stephen/solaris-studio/SolarisStudio12.4-linux-x86-bin/solarisstudio12.4/bin/CC -std=c++03 -Wp,-I/usr/include/x86_64-linux-gnu/ -c test.cpp
    "/home/stephen/solaris-studio/SolarisStudio12.4-linux-x86-bin/solarisstudio12.4/lib/compilers/CC-gcc/include/c++/4.8.2/cxxabi.h", line 131: Error: Only one of a set of overloaded functions can be extern "C".
    1 Error(s) detected.
    This happens on at least ubuntu and fedora.

    > - don't include <cxxabi.h>, or
    Actually the problematic behavior is more complicated than just a conflict betwen external cxxabi.h and internal definition.
    There is no failure if you "just include" cxxabi.h.
    Our internal definition agrees with what is defined in cxxabi.h
    And compiler does emit error message if you include cxxabi.h after iostream.
    Something fishy happens between exactly these two headers, causing cxxabi.h to define atexit differently.
    It does not happen with other STL headers.
    Say, including <string> and then cxxabi.h works ok.
    > I needed another work around for including fcntl.h and string
    I'm not sure how you came from "fcntl.h and string" to "cxxabi.h and iostream".
    You also mention "stlport" in your cmake commit and I assume stlport is -library=stlport4.
    Which means it has nothing to do with -std=c++03/-std=c++11/-compat=g modes that use G++ STL headers.
    If you want to make your change only for sunCC -library=stlport4 then you can try hacking around with some additional #ifdefs
    but I would really like to know why that rather innocent fcntl.h causes the problem.
    regards,
      Fedor.

  • Stub compile failure when entity has two 1:1 relationships

    I think I've found a bug in the Sun J2EE SDK (surprised? no, but looking for workaround...)
    The stub code that is generated during deployment of my .ear file creates two "__reverse_item_uid" fields for my ItemBean entity.
    This started when I added a second 1:1 relationship to my ItemBean. I have a PurchaseItem-Item relationship and have now added a SalesOrderItem-Item relationship. They are both 1:1 and unidirectional. See relevent section from ejb-jar.xml
    <ejb-relation>
    <ejb-relationship-role>
    <ejb-relationship-role-name>PurchaseItem-Item</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>PurchaseItem</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>item</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    <ejb-relationship-role>
    <ejb-relationship-role-name>Item-PurchaseItem</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>Item</ejb-name>
    </relationship-role-source>
    </ejb-relationship-role>
    </ejb-relation>
    <ejb-relation>
    <ejb-relationship-role>
    <ejb-relationship-role-name>SalesOrderItem-Item</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>SalesOrderItem</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>item</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    <ejb-relationship-role>
    <ejb-relationship-role-name>Item-SalesOrderItem</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>Item</ejb-name>
    </relationship-role-source>
    </ejb-relationship-role>
    </ejb-relation>
    When I add my .jar to my application using the GUI of the deploytool, set everything up (jndi, generate sql, ...) run verifier is OK, and then deploy, the deploy will fail due to stub compilation failure.
    If I then open up the sun-j2ee-ri.xml that is generated and found in my c:\j2sdkee1.3.1\repository\myname\applications\myapp1234.jar notice the use of two "__reverse_item_uid" fields in the following sample:
    <ejb>
    <ejb-name>Item</ejb-name>
    <jndi-name>Item</jndi-name>
    <gen-classes />
    <ejb20-cmp>
    <sql-statement>
    <operation>storeRow</operation>
    <sql>UPDATE "ItemBeanTable" SET "__reverse_item_uid" = ? , "__reverse_item_uid" = ? , "itemType" = ? , "location" = ? , "name" = ? , "peachID" = ? , "price1" = ? , "price2" = ? , "price3" = ? , "unitmeasure" = ? , "version" = ? WHERE "uid" = ? </sql>
    </sql-statement>
    GRRRRR!!!!! What do I do to avoid this? Can't the Sun Ref Impl generate this and the stub code smarter so that it does something like use the <ejb-relationship-role-name> as the fieldname?
    Any help would be greatly appreciated :)
    -Gretel

    I figured it out... here's the answer in case anyone is wondering...
    Use different field names for 'item' in both PurchaseItem and SalesOrderItem. In other words, here is the correct segment of ejb-jar.xml
    <ejb-relation>
    <ejb-relationship-role>
    <ejb-relationship-role-name>SalesOrderItem-Item</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>SalesOrderItem</ejb-name>
    </relationship-role-source>
    <cmr-field>
    <cmr-field-name>itemHack</cmr-field-name>
    </cmr-field>
    </ejb-relationship-role>
    <ejb-relationship-role>
    <ejb-relationship-role-name>Item-SalesOrderItem</ejb-relationship-role-name>
    <multiplicity>One</multiplicity>
    <relationship-role-source>
    <ejb-name>Item</ejb-name>
    </relationship-role-source>
    </ejb-relationship-role>
    </ejb-relation>
    Simply by changing the <cmr-field-name>itemHack</cmr-field-name> from 'item' to 'itemHack' :)
    Sometimes in the land of EJB development, it's the "easy" things that can waste a lot of time.

  • [svn] 2263: Fixed WiseUI performance app and some mustella test failures.

    Revision: 2263
    Author: [email protected]
    Date: 2008-06-26 13:19:12 -0700 (Thu, 26 Jun 2008)
    Log Message:
    Fixed WiseUI performance app and some mustella test failures.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes:
    API Change: NO
    Reviewer: pfarland
    Code-level description of changes:
    OffsetInputBuffer.java
    Added getLineText() override to take the offset into
    consideration.
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/as3/OffsetInputBuffer.java

  • Grrr... Xilinx compile failures

    I appreciate the effort NI has put into making FPGA programming available to the unwashed masses.  When things work correctly it's slicker than a greased seal in an oil factory.  When things go bad it's extremely frustrating with few clues about how to fix the problem.
    I've been struggling with intermittent compile failures on a cRIO-9074.  The latest problem when I added code to make the fpga LED flash while the fpga is running.  That generated a compile error, so I removed that code.  Now it still won't compile, even though it's the exact same code as before.
    I've attached the Xilinx log file.  There are several different types of errors, each of which is repeated multiple times.  Links are to the Xilinx KB articles:
    ERROR:coreutil - ios failure
    ERROR:sim:928 - Could not open destination 'PkgBeatleTypedefs.vhd' for writing.
    ERROR:ConstraintSystem:58 - Constraint <INST "*oInputFalling*" TNM =
       "CcInputFallingRegs";> [toplevel_gen.ucf(141)]: INST "*oInputFalling*" does
       not match any design objects.
    ERROR:ConstraintSystem:59 - Constraint <TIMESPEC "TS_AsynchMite30"= FROM
       PADS(mIoHWord_n) TO PADS(mIoDmaReq<*>) 0 ns;> [toplevel_gen.ucf(703)]: PADS
       "mIoHWord_n" not found.  Please verify that:
       1. The specified design element actually exists in the original design.
       2. The specified object is spelled correctly in the constraint source file.
    According to Xilinx, the first error should be ignored--the design will load and run fine.  Is that possible when compiling within Labview?  Is there a way to run the compiler tools directly, and would that even help?  The second error requires modifying the UCF file, and the third requires various tools and options not available (afaik) to LV developers.
    I've been fighting the FPGA compiler for about a month.  Its unpredicability is deadly for small businesses trying to deliver something to a customer.  I'm about ready to throw the whole thing in the trash and go in another direction, simply because I can more accurately estimate how long it will take me to implement on a different platform.
    [Edit]
    I just tried recompiling the fpga vi again.  This time I receive a new error:
    LabVIEW FPGA:  An internal software error in the LabVIEW FPGA Module has occurred.  Please contact National Instruments technical support at ni.com/support.
    Click the 'Details' button for additional information.
    Compilation Time
    Date submitted: 11/28/2012 9:28 AM
    Last update: 11/28/2012 9:30 AM
    Time waiting in queue: 00:05
    Time compiling: 01:55
    - PlanAhead: 01:50
    - Core Generator: 00:00
    - Synthesis - Xst: 00:01
    - Translate: 00:01
    Attachments:
    XilinxLog.txt ‏1302 KB

    I'm using a 9237 in slot 3 and setting the sample rate to 1.613 kS/sec.  Slots 1 and 2 have a 9411 and 9422 that I will read using the scan engine.  (Some of my RT test code uses the 9422, some doesn't.  It doesn't seem to be related to this problem.)
    Interestingly, I added a small bit of code again to try and get the LED to flash while the FPGA is running.
    ...and I got all sorts of new compile errors, such as...
    ERROR:HDLCompiler:806 -
       "C:/NIFPGA/jobs/Rtxj7d7_KSw9nkc/NiFpgaAG_00000000_WhileLoop.vhd" Line 208:
       Syntax error near "downto".
    ERROR:HDLCompiler:806 -
       "C:/NIFPGA/jobs/Rtxj7d7_KSw9nkc/NiFpgaAG_00000000_WhileLoop.vhd" Line 224:
       Syntax error near "3".
    ERROR:HDLCompiler:806 -
       "C:/NIFPGA/jobs/Rtxj7d7_KSw9nkc/NiFpgaAG_00000000_WhileLoop.vhd" Line 240:
       Syntax error near "}".
    ERROR:HDLCompiler:806 -
       "C:/NIFPGA/jobs/Rtxj7d7_KSw9nkc/NiFpgaAG_00000000_WhileLoop.vhd" Line 244:
       Syntax error near "`".
    At the very end of the log it says, "Sorry, too many errors.."  I guess it just gave up.  I know the feeling.
    I tried deleting that code and recompiling the vi, and it still won't compile.  I assume if I create another new vi via copy and paste it will work again, but something weird is going on.
    Attachments:
    XilinxLog - FPGA Main 2 (DMA) - Added flashing LED.txt ‏141 KB

  • Heey i bought an iphone 3gs about 2-3 months ago (used) today i blanked off the phone itself and then tried to get the newest update cuz i wasnt able to before so i did and now im locked out and it says sim failure invalid sim i can even get into it :(

    heey i bought an iphone 3gs about 2-3 months ago (used) was in mint condition well taken care of not even a scratch as soon as i got home i tried syncing it to my computer but didnt work it didnt even sync or notice my iphone software .. so i went to my friends and synced it there it has been working for music but videos wont work? but i didnt care  and then the pop up that says update so we would click it wait and it wouldnt work ever since ive had it so i left it like that so i went to my friend today i blanked it off the phone itself and then tried to get the newest update cuz i wasnt able to before so i did and now im locked out and it says sim failure invalid sim i can even get into it PLEASE HELP and cant get a new sim at the moment or take it into the apple store because i live about an hour and a half away from the city and rarley go to it please help me !!!!!!!!!!!!!!

    When I use find file http://www.macupdate.com/app/mac/30073/find-file (which does tend to find files that "Finder" can't), it's not coming up with any other itunes library files that have been modified in the past week, which I know it would have been - unfortunately, I don't have a very recent backup of the hard drive.  It would be a few months old so it wouldn't have the complete library on it....any ideas?  I'm wondering if restarting the computer might help but have been afraid to do so in case it would make it harder to recover anything...I was looking at this thread https://discussions.apple.com/thread/4211589?start=0&tstart=0 in the hopes that it might have a helpful suggestion but it's definitely a different scenario.

  • HT201457 I have a mid 2011 iMac and have installed windows 8.1 on it  I costantly get system thread not handled and kernel security check failure and the Mac restarts

    I Have a mid 2011 iMac with windows 8.1 on it and constantly get system thread exception not handled and kernel security check failur

    I Have a mid 2011 iMac with windows 8.1 on it and constantly get system thread exception not handled and kernel security check failur

  • RoboHelp  for Word 7 is not saving the rtf and won't compile .hlp

    I use RoboHelp for Word 7 to produce WinHelp files. It's been working fine for several months on this computer.
    Just in the past week, I had an issue with my Word 2007 when trying to open a .doc file. I got the message that the converter nswrd632.wpc wasn't found. After searching on the Microsoft forums, I edited the registry and registered that converter.
    But now (and this may be unconnected to the Word converter message) RH won't save the .docx or .rtf file. Whenever I click Save All, nothing happens. When I click Exit Project, the message comes up about needing to save the files, and I click Yes to All. Nothing happens except the message closing. No files are saved and RH does not exit. The only way I can exit RH is to click No, which of course means my changes aren't saved. I can't save the .docx file through the Word menu, either.
    I also cannot compile the file. Again, no error message, just doesn't compile.
    I have searched the forums for RH for Word, with the result that I've reinstalled RH, made sure the RH add-ins are enabled, and deleted all the .dot files. Nothing is working. I went to Peter Grainge's Snippet 112 and followed the directions there--no change.
    I have found that after making my edits in the Word document, if I manually save the RTF file by going to the Word Save As directory, the edits will be saved and RH will compile the .hlp file - one time.
    Any ideas?

    Hi, I have a nearly identical problem, except my project uses .doc files instead of .rtf files. I was able to solve the "cannot save" problem by following the information below. I still have not resolved the "cannot compile" problem.
    I'm using Windows XP, RH7 Build 100, Office 2007. My project was created using Office 2003 and I did not experience any of these issues until I recently upgraded to Office 2007.
    This fix was sent to me by my group's "tech" guy.
    A number of Adobe RoboHelp for Word 7 users have reported that they cannot save changes or generate an output. The cause has been isolated to the RHComAdd.DLL being disabled.
    Check for that in Word:
    For versions up to 2003 go to Help | About | Disabled Items. If RHComAdd.DLL appears, re-enable it.
    For Word 2007, go to the Office Button | Word Options | Add-ins. Under "Manage" select Disabled Items and click Go. If RHComAdd.DLL appears, highlight it and re-enable it. (THIS IS WHAT I DID)
    Alternatively, you can re-register the DLL. Go to Start | Run and type in the following line, assuming you have installed RoboHelp to the default location.
    regsvr32 "C:\Program Files\Adobe\Adobe RoboHelp 7\RoboHELP\RHComAdd.dll"
    How does this DLL get disabled? The cause has been identified as a Word document being opened in Internet Explorer rather than in Word.
    This problem was fixed in Build 7.0.2.
    Hope this helps you. I'm still working on the compile error.
    -Shannon Mooney

  • I have a disc for photoshop elements 13 and it keeps saying failure to initialize

    I have a disc for photoshop elements 13 and it keeps saying failure to initialize

    still not working
    Sent from Windows Mail

  • I attempted several times to update Camera Raw Ver 6.7 to my PS 5 and PS 6 but failure notice was prompt even after 100% message was shown. Can you tell me the reason?

    I attempted several times to update Camera Raw Ver 6.7 to my PS 5 and PS 6 but failure notice was prompt even after 100% complete  message was shown. Can you tell me the reason?
    BR,

    Without proper system information and other technical details like the actual error messages nobody can tell you much.
    Mylenium

  • [svn:fx-trunk] 16317: Adding mx/mx. swc to list of paths so arcade and zen will compile.

    Revision: 16317
    Revision: 16317
    Author:   [email protected]
    Date:     2010-05-25 14:40:09 -0700 (Tue, 25 May 2010)
    Log Message:
    Adding mx/mx.swc to list of paths so arcade and zen will compile.
    Modified Paths:
        flex/sdk/trunk/samples/themes/arcade/build.xml
        flex/sdk/trunk/samples/themes/zen/build.xml

    Gordon, it looks like its been a while since you made this post.  Not sure how valid it is now...   I am particularly interested in the LigatureLevel.NONE value.  It seems that it is no longer supported.
    How do I turn of ligatures in the font rendering?
    My flex project involves trying to match the font rendering of Apache's Batik rendering of SVG and ligatures have been turned off in that codebase.  Is there any way (even roundabout) to turn ligatures off in flash?
    Thanks,
    Om

  • How to access date and time of compiled forms

    hi all
    i want to access the date ,time and size of compiled forms that are stored in a particular folder.
    can anybody tell me how to access it.
    thanx
    Message was edited by:
    new.oradev

    hi all
    i want to access the date ,time and size of compiled
    forms that are stored in a particular folder.
    can anybody tell me how to access it.
    thanx
    Message was edited by:
    new.oradevIs this an Oracle Forms question???
    You can always use your operating system to check the creation/modification/access dates of a file on your file system.
    If you're looking for versioning, I suggest you read abot OSCM (Oracle Software Configuration Manager)
    Tony

  • [svn] 4561: Updated error. txt files for goodValidatorTest and patternFilterLoggingMessageFilterTest to fix failure on appservers other than Tomcat

    Revision: 4561
    Author: [email protected]
    Date: 2009-01-16 10:59:37 -0800 (Fri, 16 Jan 2009)
    Log Message:
    Updated error.txt files for goodValidatorTest and patternFilterLoggingMessageFilterTest to fix failure on appservers other than Tomcat
    checkintests: pass
    Modified Paths:
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/good ValidatorTest/error.txt
    blazeds/trunk/qa/apps/qa-regress/testsuites/config/tests/messagingService/validation/patt ernFilterLoggingMessageFilterTest/error.txt

    Dude this worked fantastic.   Thank you for posting.

  • HT5242 I have tried to install 3 times and have had 3 failures. Any solutions???

    I have tried to install 3 times and have had 3 failures. Any solutions??? And yes, I repaired permissions.

    I had same exact problem as kf4wm, downloading from Software Update.   Did the same stuff he did, such as try again, restart and try again, repair permissions and try again.  Nothing worked.
    Did what Linc Davis said to do, which was download 2012-003 via web browser from Apple.  It installed, no problems at all.  Thank you, Linc Davis!
    F. Horne
    Late-2009 iMac 21.5" running Lion 10.7.3

  • HT4053 I inserted the SIM and it says SIM failure. How do I get the SIM out. I got the phone from someone who took out the SIM so I can insert mine.

    I am new to the smart phone. I got a used one abut the person took out their SIM card. I put in my SIM card and it shows SIM failure. How do I get the SIM card out?

    Look at the SIM card tray.
    You will see a small hole.
    Poke a SIM card removal tool or small paper clip into the hole until the tray pops out.
    Remove the tray.

Maybe you are looking for

  • To set a Tolerance limit in a Purchase order, for quantity variance.

    Hi , I am looking for an option to have a tolerance limit set in a PO to check the quantity variance. Please advice. Thanks Montee

  • Printing from InDesign Poor; From Photoshop Good

    I have some images, that I converted to B&W in Photoshop. If I print them (samsung clp-315), from Photoshop CS2, they look great. I saved them as TIF files and imported them into InDesign CS4.  This is my first book layout. I printed them to see how

  • "no disks found"

    I just setup my Timecapsule, and either its broken or I am missing something fundamental. It works as a base station and the LED is green. But Time Machine can't find it. Using the advanced setup function in the AirPort Utility, no disks show up in t

  • Oracle7 ODBC Driver with an Oracle 8 database

    Does anybody know if there are any issues with using an Oracle 7 ODBC driver to access information on an Oracle 8 database?

  • Bizarre exceptions

    I keep getting the following exception fairly randomly (with the same document!). I am guessing that it is a problem with threads. It is possible in my application that 2 instances of XSLProcessor could be operating on the same XMLDocument with diffe