buggs has quit [Read error: 60 (Operation timed out)]
vegai has joined #ocaml
<vegai>
anyone done serious network applications with Equeue?
<vegai>
...or is there another event-based framework?
<Nutssh>
Can you make due with a threading or lock-based framework?
<vegai>
if this were work, I'd use the first thing that works, but I'm more doing it for recreation
<vegai>
...so yes, I could use those, but I don't wanna =)
<Nutssh>
:)
<Nutssh>
I generally do it the straightforward way.
GreyLensman has joined #ocaml
srv_ has joined #ocaml
srv has quit [Read error: 104 (Connection reset by peer)]
srv_ is now known as srv
CosmicRay has joined #ocaml
Nutssh has quit ["Client exiting"]
CosmicRay has quit [Read error: 113 (No route to host)]
_fab has quit [Read error: 104 (Connection reset by peer)]
kosmikus|away is now known as kosmikus
UserXP9 has joined #ocaml
CosmicRay has joined #ocaml
buggs|afk has joined #ocaml
buggs^z has quit [Connection timed out]
tautologico has joined #ocaml
tautologico has quit [Read error: 104 (Connection reset by peer)]
tautologico has joined #ocaml
larsr has joined #ocaml
UserXP9 has quit [Remote closed the connection]
Banana has quit [Read error: 60 (Operation timed out)]
_fab has joined #ocaml
Tachyon76 has joined #ocaml
GSF has joined #ocaml
monotonom has joined #ocaml
tautologico has quit [Read error: 110 (Connection timed out)]
UserXP9 has joined #ocaml
dobrek has quit ["Lost terminal"]
UserXP9 has quit [Remote closed the connection]
maihem has joined #ocaml
CosmicRay has quit [Read error: 113 (No route to host)]
bk_ has joined #ocaml
UserXP9 has joined #ocaml
Tachyon27 has joined #ocaml
Tachyon76 has quit [Read error: 60 (Operation timed out)]
magnus-- has joined #ocaml
buggs|afk has quit ["maybe it crashed"]
UserXP9 has quit [Remote closed the connection]
kosmikus is now known as kosmikus|away
Lemmih has joined #ocaml
buggs has joined #ocaml
GreyLensman has quit ["Leaving"]
matkor has joined #ocaml
UserXP9 has joined #ocaml
Tachyon27 has quit [Read error: 60 (Operation timed out)]
smimou has quit ["?"]
<GSF>
Anyone had anyluck using lablgtk2 with gtk+ 2.4?
<GSF>
:\
<mattam>
works great here
<mattam>
at least CoqIDE works
<GSF>
I can't compile a simple helloworld.c with gtk
<mattam>
.ml you mean ?
<GSF>
nope, .c
ithkuil has joined #ocaml
<mattam>
ah
<ithkuil>
hello
<mattam>
what's the error ?
<GSF>
hi
<mattam>
hello ithkuil
<GSF>
'cannot include file glibconfig.h'
<GSF>
from glib\gtypes.h
<mattam>
not found or ?
<GSF>
not foung
<GSF>
*foung
<GSF>
damnit
<GSF>
*found
<GSF>
lol
<GSF>
but I've downloaded glib and glib dev
<ithkuil>
is there a way to convert my value to a string, without knowing what type it is? i.e., i would use string_of_int or string_of_float, but i don't know whether i have an int or a float
<GSF>
as it says on the readme
<GSF>
of lablgtk
<mattam>
ithkuil: no
<ithkuil>
darn
<GSF>
any thoughts?
<mattam>
GSF: do you use `glib-config --cflags` ?
<GSF>
I use 'cl helloworld.c'
<GSF>
:D
<GSF>
Using MSVC++ toolkit
<mattam>
cl ? cc maybe ?
<mattam>
oh
<GSF>
I've unpacked all the gtk2 libs into msvc++ dir
<mattam>
on unix systems, glibconfig.h is in /usr/lib/glib/include
<GSF>
ok, seem to resolved that
<GSF>
searched for it and it was hidden in /msvc/lib/glib2.0/include/ -- I moved it to the include dir in which it should be
<GSF>
but now I got some unresolved external symbols during linkage
<GSF>
This is are the arguments provided to gcc: gcc base.c -o base `pkg-config --cflags --libs gtk+-2.0`
<GSF>
any idea for the ones to provide to msvc++?
cjohnson has joined #ocaml
UserXP9 has quit [Remote closed the connection]
maihem has quit ["Read error: 54 (Connection reset by chocolate)"]