Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - jansenq

Pages: [1]
1
For Sale / Wanted / Wanted: Ea-bl09 Battery And Ce-jc2
« on: September 05, 2005, 05:19:03 pm »
Looking into purchasing the expansion pack (CE-JC2) and an extra battery for my SL6000.

Amazon looks to be sold-out.

Located in Canada.

2
Software / Dtmconv
« on: September 02, 2005, 12:06:15 am »
Hello All...

I'm trying to switch my tosa to OZ, but need to convert my existing data first.

Digging around found dtmconv at http://quux.org/devel/zaurus, but I cannot get it to compile on my laptop.

ghc error:

dtmconv.hs:389:
    Couldn't match `[]' against `IO'
        Expected type: [t]
        Inferred type: IO [(String, CFilter)]
    In the application `tag2loc "ALSD"
                                "start"
                                (\ ct -> ct {ctHour = 0, ctMin = 0, ctSec = 0})
                                inp'
    In a 'do' expression:
        alsd <- tag2loc "ALSD"
                        "start"
                        (\ ct -> ct {ctHour = 0, ctMin = 0, ctSec = 0})
                        inp
make: *** [dtmconv] Error 1


Using hugs does not help either...

hugs "-Fcpp -P -traditional -D__HUGS__" -98 +o -PHaXml-1.12/src: dtmconv.hs
__   __ __  __  ____   ___      _________________________________________
||   || ||  || ||  || ||__      Hugs 98: Based on the Haskell 98 standard
||___|| ||__|| ||__||  __||     Copyright © 1994-2003
||---||         ___||           World Wide Web: http://haskell.org/hugs
||   ||                         Report bugs to: hugs-bugs@haskell.org
||   || Version: November 2003  _________________________________________

Hugs mode: Restart with command line option +98 for Haskell 98 mode

ERROR "dtmconv.hs":387 - Type error in explicitly typed binding
*** Term           : times
*** Type           : Content -> IO [(String,CFilter)]
*** Does not match : Content -> [(String,CFilter)]

MissingH.Time>  


Any hints?  Maybe someone with a compiled version?

Pages: [1]