Displaying 5 results from an estimated 5 matches for "odoc".
Did you mean:
doc
2011 Apr 01
1
[LLVMdev] Fatal error
...Everyone,
When I compile llvm 2.8 with the option --disable-optimized
--enable-assertions on
Leopard with Ocaml 3.11, I get the following fatal error when it starts to
build
the ocaml docs.
llvm[1]: Installing HTML documentation
llvm[1]: Building ocamldoc documentation
llvm[3]: Documenting llvm.odoc
llvm[3]: Documenting llvm_bitreader.odoc
llvm[3]: Documenting llvm_bitwriter.odoc
llvm[3]: Documenting llvm_analysis.odoc
llvm[3]: Documenting llvm_target.odoc
llvm[3]: Documenting llvm_executionengine.odoc
llvm[4]: Documenting llvm_scalar_opts.odoc
Fatal error: exception Failure("There are tw...
2006 Nov 30
1
PHP / XapianQueryParser
.... $oquery->get_description() . "<br/>";$omset = $oenquire->get_mset(0, 10);
echo "Matches: " . $omset->get_matches_estimated() . "<br/>";
$oiter = new XapianMSetIterator();$oiter = $omset->begin();
while (!$oiter->equals($omset->end())){ $odoc = $oiter->get_document();
//Loop through values. echo "Rank: " . $oiter->get_rank() . "<br/>"; echo "%: " . $oiter->get_percent() . "<br/>"; echo "Desc: " . $oiter->get_description() . "<br/>"; $data =...
2009 Jun 18
1
delete and update
Hi All,
I need to update or delete some documents from a Xapian database. and
I haven't been able to find anything in the API , Is there a way to do it
? What would be the easiest way to do it ?
Thanks.
2018 Dec 11
0
Libreoffice on 7.6
...pdated then to the current download 6.1.2
and tried again - I get the same error.
If I go back to a 7.5 machine - same macro - it works just fine. This
happens on any of my CentOS 7.6 machines.
Any idea why its not happy ?
This is the line (second one) in the macro it gets basic runtime error
oDoc = StarDesktop.loadComponentFromURL(url, "_default", 0, aProps)
oDoc.Presentation.Pause = 0
There don't seem to be permission errors - everything is owned by the right
user and +r etc... The error is Basic runtime error property or method
not found: Presentation.
What might I be m...
2005 Dec 20
0
Patch lovin'' for #2018? ("rake appdoc fails on Windows systems")
...entation"
- rdoc.options << ''--line-numbers --inline-source''
- rdoc.rdoc_files.include(''doc/README_FOR_APP'')
- rdoc.rdoc_files.include(''app/**/*.rb'')
-}
+task :appdoc do
+ require ''rdoc/rdoc''
+ opt = [''-odoc/app'', ''--line-numbers'', ''--inline-source'', ''-Thtml'']
+ [''doc/README_FOR_APP'', ''app/**/*.rb''].each { |p| opt << Dir.glob(File.join(RAILS_ROOT, p)) }
+ RDoc::RDoc.new.document(opt.flatten)
+end...