/[cvs]/joko/doc/SampleTasks/joko_2003-03.twingle
ViewVC logotype

Diff of /joko/doc/SampleTasks/joko_2003-03.twingle

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.15 by joko, Sat Mar 8 07:55:59 2003 UTC revision 1.21 by joko, Sat Mar 8 14:26:13 2003 UTC
# Line 12  Line 12 
12  @cvs-info  @cvs-info
13    $Id$    $Id$
14    $Log$    $Log$
15      Revision 1.21  2003/03/08 14:26:13  joko
16      + AUTOCOMMIT: updated/added content
17    
18      Revision 1.20  2003/03/08 13:56:42  joko
19      + AUTOCOMMIT: updated/added content
20    
21      Revision 1.19  2003/03/08 12:56:24  joko
22      + AUTOCOMMIT: updated/added content
23    
24      Revision 1.18  2003/03/08 12:27:20  joko
25      + AUTOCOMMIT: updated/added content
26    
27      Revision 1.17  2003/03/08 11:27:00  joko
28      + AUTOCOMMIT: updated/added content
29    
30      Revision 1.16  2003/03/08 08:56:05  joko
31      + AUTOCOMMIT: updated/added content
32    
33    Revision 1.15  2003/03/08 07:55:59  joko    Revision 1.15  2003/03/08 07:55:59  joko
34    + AUTOCOMMIT: updated/added content    + AUTOCOMMIT: updated/added content
35    
# Line 468  o make up a notation which can explicit Line 486  o make up a notation which can explicit
486    
487  o @lookat News::FormReply News::FormArticle News::AutoReply  o @lookat News::FormReply News::FormArticle News::AutoReply
488    
489  x apt-get install dia  x updated phpDocumentor to version from cvs
490  x apt-get install dia2code    o trying to get uml-rendering working
491        x apt-get install dia
492        x apt-get install dia2code
493    
494    x setup org.droogs--Autodia: location http://www.droogs.org/autodia/
495      #> cd /tmp
496      #> /data/opt/tools/Autodia-1.4/autodia.pl -l php -i * -p /data/www/virtual/netfrag/docs/nfo/code/flib -O
497      x setup CPAN--Template: perl -MCPAN -e "install Template"
498      ->CPAN--TT2
499      ->CPAN--Splash!
500          Which Splash! colour scheme would you like to use to build the
501          documentation?  Acceptable values are:
502            Name     Colours
503            -------------------------
504            default  lilac/mauve
505            aqua     aqua/marine
506            blue     grey75/blue75
507            green    grey75/green75
508            grey     grey75/grey50
509            leon     red75/orange/white/black
510            red      grey75/red75
511          Enter name of colour scheme:  [default]
512      ->CPAN--AppConfig
513      ->CPAN--GD
514        CPAN.pm: Going to build L/LD/LDS/GD-2.06.tar.gz
515        NOTICE: This module requires libgd 2.0.5 or higher.
516        ->Debian--libgd2: apt-get install libgd2 libjpeg62 libpng2 xlibs zlib1g
517          ->Debian--debconf ->Debian--nethack-common ->Debian--xfree86-common
518              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
519              Installing new version of config file /etc/X11/Xsession.d/99xfree86-common_start ...
520               Adding system startup for /etc/init.d/xfree86-common ...
521                 /etc/rcS.d/S70xfree86-common -> ../init.d/xfree86-common
522              !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
523              Setting up X server socket directory /tmp/.X11-unix...done.
524              Setting up xlibs (4.2.1-6) ...
525              ->CPAN--Math::Trig
526           ->Debian--libgd2-xpm: apt-get install libgd2-xpm libgd2-xpm-dev
527              #> cd /.cpan/build/GD-2.06
528              #> make
529      x some further library-patches: cd /usr/lib
530        #> ln -s ln -s libperl.so.5.8 libperl.so
531        #> ln -s libpng.so.2 libpng.so
532        #> ln -s libfreetype.so.6 libfreetype.so
533        #> ln -s libjpeg.so.62 libjpeg.so
534      x test:
535        #> ld -l png|jpeg|freetype|perl|X11
536        X11 still fails with make GD!!!
537        #> cd /.cpan/build/GD-2.06
538        #> make
539          /usr/bin/ld: cannot find -lX11
540          collect2: ld returned 1 exit status
541          make: *** [blib/arch/auto/GD/GD.so] Error 1
542        #> apt-get install xlibs-dev
543        #> make
544        yai!
545        #> make test
546          t/GD..........ok 1/10libpng warning: Application was compiled with png.h from libpng-1.2.5
547          libpng warning: Application  is running with png.c from libpng-1.0.12
548          gd-png:  fatal libpng error: Incompatible libpng version in application and library
549        #> apt-get install libpng2-dev
550        #> apt-get install libjpeg62-dev
551          ... still the same error with "make test"
552        #> apt-get install libpng3 libpng3-dev
553        #> apt-get install libfreetype6-dev
554        The first output xml is seen! Great! Let's move on to graphviz:
555          Can't locate GraphViz.pm in @INC (@INC contains: /data/opt/tools/Autodia-1.4 /etc/perl /usr/local/lib/perl/5.8.0 /usr/local/share/perl/5.8.0 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8.0 /usr/share/perl/5.8.0 /usr/local/lib/site_perl .) at /data/opt/tools/Autodia-1.4/Autodia/Diagram.pm line 336.
556        #> apt-get install graphviz
557        ???#> perl -MCPAN -e "install Template"
558        #> perl -MCPAN -e "install Graphviz"
559          ->CPAN--IPC::Run
560          ->CPAN--Graph
561          ->CPAN--Math::Bezier
562          ->CPAN--Heap
563        Freetype Font's do not work!
564        #> apt-get install freetype2-tools
565        #> apt-get install libttf-dev
566        #> apt-get install xfonts-scalable
567          
568    
569    o quick (javascript) search for netfrag.org and packages.debian.org (xul?)
570    
571    o phpDirectoryIndex: include Joshua Eichhorns 'auth' [[http://cvs.joshuaeichorn.com/cvsweb.cgi/auth/]]
572    
573    @lookat http://cvs.joshuaeichorn.com/cvsweb.cgi/phpXmlTransform/
574    

Legend:
Removed from v.1.15  
changed lines
  Added in v.1.21

MailToCvsAdmin">MailToCvsAdmin
ViewVC Help
Powered by ViewVC 1.1.26 RSS 2.0 feed