Rudolph E. Richmond | 6 Jul 2007 10:58
Picon
Favicon

retrace

Brokers Move On ERMX!

EntreMetrix Inc. (ERMX)
$0.18

Heavy trading today as ERMX announced its launch of digital support
tools for its portfolio companies. Brokers are getting ahead of this
steady climb as they grab up large blocks of shares for there clients.
Look at the numbers and get on ERMX Friday morning!

The photo they took appears below.

As always, please include your full mailing address. The short story is
not our preferred form but D'Ambrosio's eight brilliant stories are
almost enough to convert us.

Unlike the real-life Ticknor, this one is an embittered also-ran, full
of plans and intentions never realized, always alive to the fashionable
whispers behind his back. Lifted out of the context of some of the
magazine's worst twee excesses, the interviews stand admirably on their
own as largely thoughtful dialogues on craft. Steven, maybe Ringo wants
his own "Ringo is dead" rumor . It's a gorgeous, absorbing package and
I've been consumed since it arrived.

They're in the process of patting me down when McCartney comes down and
steps out the front door. Sheila Heti has pulled this obscure leaf from
the literary archives and fashioned a mordantly funny anti-history; a
pungent and hilarious study of bitterness and promise unfulfilled. The
other one also addresses the question of what's new that can still be
said about them, and also speaks to the difference between the general
(Continue reading)

Law | 17 Jul 2007 06:27
Favicon

Re: (no subject)


Attachment (information.pdf): application/pdf, 14 KiB
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Patrick Scheibe | 17 Jul 2007 16:05
Picon

Compile error Types.hi bad interface file

Hi,

since it seems that the list becomes more active again and since the
ICFP isn't far away I tried to compile my old sources. Unfortunately I
can't compile the wxHaskell source. I tried the zipped sources and the
cvs repo and got the same error message every time after several minutes
of compiling. This is the output of the cvs version:

patrick <at> toffee:~/src/haskell/wxhaskell$ ./configure
--prefix=/home/patrick/build --with-opengl
--hc=/home/patrick/build/bin/ghc --hcpkg=/home/patrick/build/bin/ghc-pkg
checking system:
 wx-config found
 /home/patrick/build/bin/ghc found
 /home/patrick/build/bin/ghc-pkg found
.
.
.
configuration:
 library:     wxhaskell-0.9.4  (release 0)
 compiler:    ghc-6.6.1
 wxwidgets:   gtk-2.4.5
 with openGL: yes
 library dir: /home/patrick/build/lib

patrick <at> toffee:~/src/haskell/wxhaskell$ make
...
wx/src/Graphics/UI/WX/Types.hs:94:0:
    Bad interface file: out/wx/imports/Graphics/UI/WXCore/Types.hi
        Something is amiss; requested module
(Continue reading)

Eric Y. Kow | 17 Jul 2007 18:49
Picon
Gravatar

Re: Compile error Types.hi bad interface file

Hi Patrick,

On Tue, Jul 17, 2007 at 16:05:25 +0200, Patrick Scheibe wrote:
> since it seems that the list becomes more active again and since the
> ICFP isn't far away I tried to compile my old sources. Unfortunately I
> can't compile the wxHaskell source. I tried the zipped sources and the
> cvs repo and got the same error message every time after several minutes
> of compiling. This is the output of the cvs version:

you'll want the darcs version

darcs get http://darcs.haskell.org/wxhaskell

--

-- 
Eric Kow                     http://www.loria.fr/~kow
PGP Key ID: 08AC04F9         Merci de corriger mon français.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Patrick Scheibe | 18 Jul 2007 00:52
Picon
Favicon

wxHaskell doesnt show windows correctly

Hi again,

after compiling the darcs version, wxHaskell seemed to work.
But something is wrong with the fonts. I don't see any menu entries 
but they seem to be there because I can click on them and they pop
open. The title bar of the wx windows only show the first letter of the
full name. For instance the bouncing ball demo works fine except that I
don't see any text (ok.. the "B" in the title bar).

Can anyone figure out where this comes from? The ghc compiles without
warning or error. 

I compiled successfully the treectrl.cpp from wxwindows and it looked
fine. It looked as fine as my gimp which uses the gtk.
Is there anything more I can do?

Cheers
 Patrick

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Patrick Scheibe | 18 Jul 2007 00:52
Picon

wxHaskell doesnt show windows correctly

Hi again,

after compiling the darcs version, wxHaskell seemed to work.
But something is wrong with the fonts. I don't see any menu entries 
but they seem to be there because I can click on them and they pop
open. The title bar of the wx windows only show the first letter of the
full name. For instance the bouncing ball demo works fine except that I
don't see any text (ok.. the "B" in the title bar).

Can anyone figure out where this comes from? The ghc compiles without
warning or error. 

I compiled successfully the treectrl.cpp from wxwindows and it looked
fine. It looked as fine as my gimp which uses the gtk.
Is there anything more I can do?

Cheers
 Patrick

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Eric Y. Kow | 18 Jul 2007 02:34
Picon
Gravatar

Re: wxHaskell doesnt show windows correctly

On Wed, Jul 18, 2007 at 00:52:40 +0200, Patrick Scheibe wrote:
> after compiling the darcs version, wxHaskell seemed to work.
> But something is wrong with the fonts. I don't see any menu entries 
> but they seem to be there because I can click on them and they pop
> open. The title bar of the wx windows only show the first letter of the
> full name. For instance the bouncing ball demo works fine except that I
> don't see any text (ok.. the "B" in the title bar).

Sounds like it's Unicode-related.  The darcs version of wxhaskell wants
a unicode-enabled wxWidgets underneath.

Sorry!  I wasn't thinking about that when I suggested the upgrade.

--

-- 
Eric Kow                     http://www.loria.fr/~kow
PGP Key ID: 08AC04F9         Merci de corriger mon français.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
Eric Y. Kow | 22 Jul 2007 21:23
Picon
Gravatar

pinging wxhaskell...

Hi wxhaskellers,

Just forwarding a comment from Neil on Haskell Café.  He has expressed a
similar sentiment on #haskell a long time ago (which I think I have
relayed as well).

For the record, my participation in this project consists of reviewing
incoming patches (if nobody else does), and pushing them to darcs.  To
be honest, I'm stretched too thin for even this meager job.  Luckily,
there have not been any patches for a while :-/.

That said, I think wxhaskell is really handy.  I like having a native
GUI on every major platform (may not be perfect, but is a good
compromise) and I like the relatively high level library.  So it would
be *really* nice to keep this project alive.  I'll bet other users on
this list agree with this sentiment.

Jeremy and friends: anybody still have time to be working on this?  And
wxhaskell-users, are any of you willing to step up and take over the
patch review job?

Thanks!

Neil Mitchell said:
> Hi Bulat,
> 
> > can anyone provide wxHaskell already compiled/compilable with ghc 6.6.1 on
> > Windows?
> 
> This is precisely the reason I switched to Gtk2Hs - Duncan provides
(Continue reading)

Neil Mitchell | 22 Jul 2007 21:32
Picon
Gravatar

Re: pinging wxhaskell...

Hi Eric,

> Just forwarding a comment from Neil on Haskell Café.  He has expressed a
> similar sentiment on #haskell a long time ago (which I think I have
> relayed as well).

I just want to make it clear than I appreciate the work that has been
done with wxHaskell, and indeed, it was the first Haskell GUI I
started using. I have no particular desire for wxHaskell to be
extended, but because every successive version of GHC is incompatible
with the binaries, it is essential (in my opinion) that each GHC
release has a corresponding wxHaskell Windows binary.

I'm guessing that the job of producing a Windows installer is fairly
easy, given the right build setup. Is there no Windows wxHaskell
developer who is in a position to do this?

Thanks

Neil

>
> For the record, my participation in this project consists of reviewing
> incoming patches (if nobody else does), and pushing them to darcs.  To
> be honest, I'm stretched too thin for even this meager job.  Luckily,
> there have not been any patches for a while :-/.
>
> That said, I think wxhaskell is really handy.  I like having a native
> GUI on every major platform (may not be perfect, but is a good
> compromise) and I like the relatively high level library.  So it would
(Continue reading)

Eric Y. Kow | 22 Jul 2007 21:46
Picon
Gravatar

Re: pinging wxhaskell...

Hey Neil,

On Sun, Jul 22, 2007 at 20:32:28 +0100, Neil Mitchell wrote:
> I just want to make it clear than I appreciate the work that has been
> done with wxHaskell, and indeed, it was the first Haskell GUI I
> started using.

Yep! I didn't feel any acrimony in your mail.  Was forwarding it because I
thought it was a useful remark and we needed the poke :-)

> I have no particular desire for wxHaskell to be extended, but because
> every successive version of GHC is incompatible with the binaries, it
> is essential (in my opinion) that each GHC release has a corresponding
> wxHaskell Windows binary.

Indeed.  In Jeremy's 'Reviving wxHaskell' mail, we had fixed some modest
objectives, which were

>> * Patches to ensure that wxHaskell compiles against latest wxWidgets
>>   versions on Mac, Linux and Windows (exists today)

Well, we got that working for wxWidgets 2.6, but this is a moving target
and now it no longer compiles with 2.8.  There is a hack floating around
on the net which consists of using 2.4 compatibility and telling wxhaskell
that really it's compiling against 2.4.  Not sure that's the right way to
go about it though.  Alas, we are moving more slowly than our target.

>> * Add Eric Kow's Unicode patches (exist today)

Check.  Unfortunately, I have not been able to back this up with any
(Continue reading)


Gmane