Re: [arch-general] FreePascal doesn't see the module 'graph'

2012-02-26 Thread Abdourazak Osmanov
> After a minimum of testing I found that pascal units are stored as ".ppu" > files. Then I tried this: "uses ptccrt, ptcgraph" - and it compiled. > My pascal knowledge is very limited, and the first program pops away just > after > it is started... maybe you could wait for X keyboard events or add

Re: [arch-general] FreePascal doesn't see the module 'graph'

2012-02-26 Thread Abdourazak Osmanov
> 1) Is 'Detect' integer? I can't tell from here. > > 2) Shouldn't InitGraph receive a path? See "PathToDriver" in > http://www.freepascal.org/docs-html/rtl/graph/initgraph.html > No, the reason is different. This code also doesn't work: program radar; > > uses > crt, graph; > > var > Dri

[arch-general] FreePascal doesn't see the module 'graph'

2012-02-26 Thread Abdourazak Osmanov
When I compile this code: program radar; > > uses > crt, graph; > > var > DriverVar, ModeVar : integer; > > begin > DriverVar := Detect; > ModeVar := 2; > InitGraph(DriverVar, ModeVar,''); > SetColor(4); > LineTo(100,100); > end. > I get an error me

Re: [arch-general] Gajim 0.13.1-1 generate errors

2009-12-07 Thread Abdourazak Osmanov
2009/12/7 Allan McRae > Two things: > 1) bugs.archlinux.org is the place to file bugs > 2) does rebuilding actually fix that issue? > 1. Thanks for the info, I forgot about it. 2. Friday Gajim worked normally.

[arch-general] Gajim 0.13.1-1 generate errors

2009-12-07 Thread Abdourazak Osmanov
Hi! I refreshed my Arch today, and found that the file ~/.xsession-errors grows to infinity with messages: 13:45:13 (W) gajim.c.x.transports_nb: calling send on empty buffer and queue 13:45:13 (W) gajim.c.x.transports_nb: calling send on empty buffer and queue 13:45:13 (W) gajim.c.x.transports_nb