Hello.

[EMAIL PROTECTED]:~/examples/statusicon$ make
ghc --make StatusIcon.hs -o statusIcon 
[1 of 1] Compiling Main             ( StatusIcon.hs, StatusIcon.o )

StatusIcon.hs:3:0:
    Warning: Deprecated use of `I.onPopupMenu'
             (imported from Graphics.UI.Gtk.Display.StatusIcon):
             instead of 'onPopupMenu obj' use 'on obj popupMenu'

StatusIcon.hs:3:0:
    Warning: Deprecated use of `I.onActivate'
             (imported from Graphics.UI.Gtk.Display.StatusIcon):
             instead of 'onActivate obj' use 'on obj activate'
Linking statusIcon ...

[EMAIL PROTECTED]:~/examples/treeList$ make
ghc --make ListDemo.hs -o listdemo 
[1 of 1] Compiling Main             ( ListDemo.hs, ListDemo.o )
Linking listdemo ...
ghc --make TreeDemo.hs -o treedemo 
[1 of 1] Compiling Main             ( TreeDemo.hs, TreeDemo.o )
Linking treedemo ...
ghc --make ListTest.hs -o listtest 
[1 of 1] Compiling Main             ( ListTest.hs, ListTest.o )
Linking listtest ...
ghc --make TreeTest.hs -o treetest 
[1 of 1] Compiling Main             ( TreeTest.hs, TreeTest.o )
Linking treetest ...
ghc --make DirList.hs -o dirlist 
[1 of 1] Compiling Main             ( DirList.hs, DirList.o )
Linking dirlist ...
make: *** Sem regra para processar o alvo `TreeSort.hs', necessário por
`treesort'.  Pare.

Thanks.

-- 
Marco Túlio Gontijo e Silva
Página: http://marcotmarcot.googlepages.com/
Blog: http://marcotmarcot.wordpress.com/
Correio: [EMAIL PROTECTED]
XMPP: [EMAIL PROTECTED]
IRC: [EMAIL PROTECTED]
Telefone: 25151920
Celular: 98116720
Endereço:
 Rua Turfa, 639/701
 Prado 30410-370
 Belo Horizonte/MG Brasil



-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://sourceforge.net/services/buy/index.php
_______________________________________________
Gtk2hs-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/gtk2hs-devel

Reply via email to