<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:syn="http://purl.org/rss/1.0/modules/syndication/" xmlns:admin="http://webns.net/mvcb/">
  <channel rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general">
    <title>gmane.comp.lib.agar.general</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general</link>
    <description/>
    <syn:updatePeriod>hourly</syn:updatePeriod>
    <syn:updateFrequency>1</syn:updateFrequency>
    <syn:updateBase>1901-01-01T00:00+00:00</syn:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/699"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/698"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/697"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/696"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/695"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/694"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/693"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/692"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/691"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/690"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/689"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/688"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/687"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/686"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/685"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/684"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/683"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/682"/>
        <rdf:li rdf:resource="http://permalink.gmane.org/gmane.comp.lib.agar.general/681"/>
      </rdf:Seq>
    </items>
    <image rdf:resource="http://gmane.org/img/gmane-25t.png"/>
    <textinput rdf:resource=""/>
  </channel>
  <image rdf:about="http://gmane.org/img/gmane-25t.png">
    <title>Gmane</title>
    <url>http://gmane.org/img/gmane-25t.png</url>
    <link>http://gmane.org</link>
  </image>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/699">
    <title>Can't get agar-helloworld app to work. (application error0xc000007b)</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/699</link>
    <description>&lt;pre&gt;Hello there!

I'm trying to get to work agar-helloworld program to work. It compiles with
some warnings:

1&amp;gt;------ Rebuild All started: Project: agar test 2, Configuration: Debug
Win32 ------
1&amp;gt;  main.cpp
1&amp;gt;c:\program files (x86)\microsoft visual studio
10.0\vc\include\wchar.h(474): warning C4091: 'typedef ' : ignored on left of
'__int64' when no variable is declared
1&amp;gt;     Creating library C:\Users\Nuta\Desktop\agar test 2\Debug\agar test
2.lib and object C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.exp
1&amp;gt;LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other
libs; use /NODEFAULTLIB:library
1&amp;gt;LINK : warning LNK4098: defaultlib 'LIBCMT' conflicts with use of other
libs; use /NODEFAULTLIB:library
1&amp;gt;     Creating library C:\Users\Nuta\Desktop\agar test 2\Debug\agar test
2.lib and object C:\Users\Nuta\Desktop\agar test 2\Debug\agar test 2.exp
1&amp;gt;LINK : warning LNK4098: defaultlib 'MSVCRT' conflicts with use of other
libs; use /NODEFAULTLIB:library
1&amp;gt;LINK : warning LNK4098: defaultlib 'LIB&lt;/pre&gt;</description>
    <dc:creator>Nuta</dc:creator>
    <dc:date>2013-05-03T01:58:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/698">
    <title>Re: Agar 1.4 doesn't compile / Agar trunk doesn't run</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/698</link>
    <description>&lt;pre&gt;

The problem is the configure file hardcodes -Wall -Werror into CFLAGS when
running autodetection tests, which is exactly the wrong thing to do.  As a
result, autodetection of native 64-bit support fails (even though the
compiler supports it), and the fallback code is invalid.

The following snippet works on Debian and Ubuntu when run in the top-level
source directory.

sed -i -e 's,-Werror,,' ./configure
../configure --prefix=/usr
&lt;/pre&gt;</description>
    <dc:creator>Stephen M. Webb</dc:creator>
    <dc:date>2013-02-08T02:12:54</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/697">
    <title>Agar Digest, Vol 44, Issue 1</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/697</link>
    <description>&lt;pre&gt;Hi all, 

Can you please tell how does Agar integrates OpenGl?  AGAR already exists in the UEFI environment. I want to port OpenGL such that it is integrated as a part of Agar. 


Thanks 
Ritvik 

-----Original Message-----
Sent: Thursday, January 17, 2013 1:30 PM
To: agar-xWq8P/a1moLx9BLsLxWUfA&amp;lt; at &amp;gt;public.gmane.org
Subject: Agar Digest, Vol 44, Issue 1

Send Agar mailing list submissions to
agar-xWq8P/a1moLx9BLsLxWUfA&amp;lt; at &amp;gt;public.gmane.org

To subscribe or unsubscribe via the World Wide Web, visit
http://mail231.csoft.net/mailman/listinfo/agar
or, via email, send a message with subject or body 'help' to
agar-request-xWq8P/a1moLx9BLsLxWUfA&amp;lt; at &amp;gt;public.gmane.org

You can reach the person managing the list at
agar-owner-xWq8P/a1moLx9BLsLxWUfA&amp;lt; at &amp;gt;public.gmane.org

When replying, please edit your Subject line so it is more specific than "Re: Contents of Agar digest..."


Today's Topics:

   1. Re: textbox scrollbars (Ben Collver)
   2. AGAR support for OpenGL in UEFI (Ritvik_Sharma-DYMqY+WieiM&amp;lt; at &amp;gt;public.gmane.org)
   3. Need he&lt;/pre&gt;</description>
    <dc:creator>Ritvik_Sharma-DYMqY+WieiM&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-01-22T08:22:48</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/696">
    <title>Re: AG_Textbox is not taking any input</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/696</link>
    <description>&lt;pre&gt;JC You are brilliant! 
Just add `SDL_EnableUNICODE(SDL_ENABLE);' before agar's initialization, and 
everything is working perfectly well.
It corrects the SDL's event interpretation, and nothing have to be corrected in 
the event loop. 
&lt;/pre&gt;</description>
    <dc:creator>Newt</dc:creator>
    <dc:date>2013-01-17T08:00:02</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/695">
    <title>Re: AG_Textbox is not taking any input</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/695</link>
    <description>&lt;pre&gt;Hi and thanks, this solution works for me too, I had the same problem.

 
But then I get QWERTY minus caracters in the Agar GUI (I have an AZERTY keyboard). The solution I found is :
    * To put "SDL_EnableUNICODE(SDL_ENABLE);" somewhere in the SDL initialization
    * To not use "dev.data.key.ucs= (int)dev.data.key.ks;" but "ag_event.data.key.ucs = (int)sdlEvent-&amp;gt;key.keysym.unicode;" in my custom event loop


It seem's it works fine now :)


J-C


________________________________
 De : Newt &amp;lt;ifyouaskmewhy-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt;
À : agar&amp;lt; at &amp;gt;lists.csoft.org 
Envoyé le : Mercredi 16 janvier 2013 1h49
Objet : Re: [Agar] AG_Textbox is not taking any input
 
Tejaswin Macharla &amp;lt;tejaswin.m&amp;lt; at &amp;gt;....&amp;gt; writes:


It probably due to the inserted SDL events polluting the agar event quene.. You 
should write your custom event loop to correct a bit of agar's event 
interpretation(please refer to `agar-
x.xx.x/demos/customeventloop/customeventloop.c' for more information).
In your event loop, you hav&lt;/pre&gt;</description>
    <dc:creator>JC</dc:creator>
    <dc:date>2013-01-16T19:25:28</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/694">
    <title>Re: AG_Textbox is not taking any input</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/694</link>
    <description>&lt;pre&gt;

It probably due to the inserted SDL events polluting the agar event quene.. You 
should write your custom event loop to correct a bit of agar's event 
interpretation(please refer to `agar-
x.xx.x/demos/customeventloop/customeventloop.c' for more information).
In your event loop, you have to process the `key input' event like this:
....
 case AG_DRIVER_KEY_DOWN:
 case AG_DRIVER_KEY_UP:
      dev.data.key.ucs= (int)dev.data.key.ks;
      break;
....
  AG_ProcessEvent(NULL, &amp;amp;dev);
....
  Where `dev' is retrieved from the agar event quene.` dev.data.key.ucs= 
(int)dev.data.key.ks;' replace the misinterpreted Unicode character with the 
correctly interpreted ks.


_______________________________________________
Agar mailing list
Agar&amp;lt; at &amp;gt;hypertriton.com
http://libagar.org/lists.html
&lt;/pre&gt;</description>
    <dc:creator>Newt</dc:creator>
    <dc:date>2013-01-16T00:49:25</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/693">
    <title>Re: Need help to compile Ada-bindings on FreeBSD</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/693</link>
    <description>&lt;pre&gt;Hi,

managed to get past the error. I found the c_string dependency on io7m.com and 
after installing it I got further. I can now (after some modifications to the 
build system) compile and install the "ada-core" part.

I now get stuck at the "ada-gui" part because of a misssing file: agar-core-
types.ads. This file does not exist in the libagar source, but searching 
through the older releases I found it in version 1.3.4. Later versions do not 
have it. Is there a reason for this? Or has it simple fallen out by mistake?

I am sincerely interested in getting the Ada-bindings to work but I have no 
experience in the type of build system used in the bindings. Anybody care to 
point me in the right direction?

Regards,
Gustav
&lt;/pre&gt;</description>
    <dc:creator>Gustav Johansson</dc:creator>
    <dc:date>2013-01-08T09:43:50</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/692">
    <title>Need help to compile Ada-bindings on FreeBSD</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/692</link>
    <description>&lt;pre&gt;Hi,

I'm trying to install libagar with Ada-bindings on a FreeBSD-9.1
machine. The library itself compiles and installs according to
instructions without a hitch. The Ada-bindings are a different matter
though.

As far as I can gather from the README files, I should download and
install AdaSDL first, which I have done. The next step seems to be to
run "make" in the ada-core folder, and this is where I get stuck...

&amp;lt;snip&amp;gt;
[~/sources/agar-1.4.1/ada-core] # make
.../check-deps
check-deps: error: C_String (http://coreland.ath.cx/code/c_string)
required but not located
check-deps: error: SYSDEPS module c_string-flags, file flags-c_string
check-deps: error: C_String (http://coreland.ath.cx/code/c_string)
required but not located
check-deps: error: SYSDEPS module c_string-libs-S, file libs-c_string-S
check-deps: info: See the documentation on SYSDEPS if you do not
understand how to fix this problem
check-deps: info: http://coreland.ath.cx/code/sysdeps
*** [local] Error code 1
Stop in /root/sources/agar-1.4.1/ada-c&lt;/pre&gt;</description>
    <dc:creator>Gustav Johansson</dc:creator>
    <dc:date>2013-01-07T07:10:29</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/691">
    <title>AGAR support for OpenGL in UEFI</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/691</link>
    <description>&lt;pre&gt;Hi All,

Can you please tell does AGAR library support OpenGL implementation in UEFI environment? If not is it feasible to achieve the same?

Thanks
Ritvik
_______________________________________________
Agar mailing list
Agar-xWq8P/a1moLx9BLsLxWUfA&amp;lt; at &amp;gt;public.gmane.org
http://libagar.org/lists.html
&lt;/pre&gt;</description>
    <dc:creator>Ritvik_Sharma-DYMqY+WieiM&lt; at &gt;public.gmane.org</dc:creator>
    <dc:date>2013-01-06T13:07:13</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/690">
    <title>Re: textbox scrollbars</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/690</link>
    <description>&lt;pre&gt;Hello,

The problem exists between the chair and the keyboard.  Instead of 
putting the text in the widget label, I should bind the textbox to a 
copy of the string.

Sorry for the noise,

-Ben

Ben Collver wrote:
&lt;/pre&gt;</description>
    <dc:creator>Ben Collver</dc:creator>
    <dc:date>2012-12-02T15:01:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/690">
    <title>Re: textbox scrollbars</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/690</link>
    <description>&lt;pre&gt;Hello,

The problem exists between the chair and the keyboard.  Instead of 
putting the text in the widget label, I should bind the textbox to a 
copy of the string.

Sorry for the noise,

-Ben

Ben Collver wrote:
&lt;/pre&gt;</description>
    <dc:creator>Ben Collver</dc:creator>
    <dc:date>2012-12-02T15:01:18</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/689">
    <title>textbox scrollbars</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/689</link>
    <description>&lt;pre&gt;Good day,

Attached is an example program that shows its own source code in a 
textbox.  Also attached is a screenshot of the program output.  I am 
using Agar SVN on Linux with SDL.  I expected a vertical scrollbar, but 
there is none.  The horizontal scrollbar is visible.  I expected the 
text to scroll horizontally, but it remains fixed when I move the 
horizontal scrollbar.  Do you know of a working example that uses the 
scrollbars in a textbox widget?

Thank you,

-Ben
/*
cc $(agar-config --cflags) -I/home/ben/local/include -L/home/ben/local/lib -Wl,-R/home/ben/local/lib $(agar-config --libs) problem.c
*/

#include &amp;lt;stdio.h&amp;gt;
#include &amp;lt;stdlib.h&amp;gt;
#include &amp;lt;string.h&amp;gt;
#include &amp;lt;agar/core.h&amp;gt;
#include &amp;lt;agar/gui.h&amp;gt;

void quitter(AG_Event *event) {
    AG_QuitGUI();
    return;
}

int main(int argc, char *argv[]) {
    int result;
    AG_Box *box,
        *box2;
    AG_Button *exitbutton;
    AG_Textbox *tb;
    AG_Window *win;
    FILE *fp;
    char buffer[4096];

    result = AG_InitCore("problem", 0);
    i&lt;/pre&gt;</description>
    <dc:creator>Ben Collver</dc:creator>
    <dc:date>2012-12-02T03:13:43</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/688">
    <title>Re: Problem setting focus on VG_View</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/688</link>
    <description>&lt;pre&gt;Following up on this message, this is fixed in SVN.

-Ben

Ben Collver wrote:
&lt;/pre&gt;</description>
    <dc:creator>Ben Collver</dc:creator>
    <dc:date>2012-12-02T03:07:15</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/687">
    <title>Re: Agar 1.4 doesn't compile / Agar trunk doesn't run</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/687</link>
    <description>&lt;pre&gt;

Thanks, but I tried exactly that and the results were the same.
I'm using lubuntu 12.4 by the way.
unresolved symbol: jpeg_resync_to_restart seems to indicate that agar libraries 
should have been linked to libjpeg, but weren't for some reason. I have libjpeg 
installed, including its dev package.

Essentially, what you suggested and what I did at first were identical except 
that you had libsdl-image1.2-dev installed, and I did not.


So, basically, the problem still is not solved....
&lt;/pre&gt;</description>
    <dc:creator>Philip</dc:creator>
    <dc:date>2012-11-29T10:48:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/686">
    <title>Re: Agar 1.4 doesn't compile / Agar trunk doesn't run</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/686</link>
    <description>&lt;pre&gt;
Hi, here's what I did to get agar working on Debian GNU/Linux:

sudo apt-get install autoconf libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-image1.2-dev
svn checkout http://dev.hypertriton.com/agar/trunk agar-trunk
cd agar-trunk
.../configure
make depend all
sudo make install
sudo /sbin/ldconfig

Hope this helps you,

Josh.
&lt;/pre&gt;</description>
    <dc:creator>Josh Branning</dc:creator>
    <dc:date>2012-11-29T05:05:19</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/685">
    <title>Agar 1.4 doesn't compile / Agar trunk doesn't run</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/685</link>
    <description>&lt;pre&gt;I stumbled upon Agar yesterday, and from the description and screenshots I think 
it is exactly what I have been looking for. However, so far I have been unable 
to do anything with it.
Agar 1.4.1 won't build (linux x86_64/gcc 4.6.3), make depend runs fine, but make 
all fails with the following errors:

In file included from core.h:12:0,
                 from variable.c:26:
/home/prushik/Sandbox/agar-1.4.1/include/agar/core/types.h:103:16: warning: 
useless storage class specifier in empty declaration [enabled by default]
In file included from /home/prushik/Sandbox/agar-
1.4.1/include/agar/core/begin.h:8:0,
                 from /home/prushik/Sandbox/agar-
1.4.1/include/agar/core/threads.h:28,
                 from core.h:20,
                 from variable.c:26:
/home/prushik/Sandbox/agar-1.4.1/include/agar/core/types.h:103:16: error: 
redefinition of 'struct ag_fake_int64'
/home/prushik/Sandbox/agar-1.4.1/include/agar/core/types.h:103:16: note: 
originally defined here
/home/prushik/Sandbox/agar-1.4.1/incl&lt;/pre&gt;</description>
    <dc:creator>Philip</dc:creator>
    <dc:date>2012-11-29T04:48:51</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/684">
    <title>Re: Agar 1.4.1 on Debian Squeeze VM</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/684</link>
    <description>&lt;pre&gt;That did it, thanks Josh!  So, running those commands from my 1.4.1
tarball directory gave the same results (Seg Fault), but checking out
the latest trunk and doing the same steps succeeded.  There must be
some fix in the latest code that is needed for Debian to work
properly.  So hello world is working now, although I do get an error
from OpenGL:

OpenGL Warning: Failed to connect to host. Make sure 3D acceleration
is enabled for this VM.

I don't have 3D acceleration enabled in the VM so this makes sense.
But, will this cause any issues going forward?  If I can run without
OpenGL at all, that would be preferable.  My eventual goal is to make
a light weight build and port it to a 100Mhz 32-bit micro (similar to
an ARM Cortex M0).  Is there a way to manually disable OpenGL support?

Thanks,

Sean

On Sun, Nov 11, 2012 at 11:39 AM, Josh Branning
&amp;lt;lovell.joshyyy-Re5JQEeQqe8AvxtiuMwx3w&amp;lt; at &amp;gt;public.gmane.org&amp;gt; wrote:
&lt;/pre&gt;</description>
    <dc:creator>Sean Ulrich</dc:creator>
    <dc:date>2012-11-11T17:43:46</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/683">
    <title>Re: Agar 1.4.1 on Debian Squeeze VM</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/683</link>
    <description>&lt;pre&gt;
Here's what I did to get it working (although, not in a VM):

sudo apt-get install autoconf libsdl1.2-dev libsdl-ttf2.0-dev
libsdl-image1.2-dev #some of these may not be needed
svn checkout http://dev.hypertriton.com/agar/trunk agar-trunk
cd agar-trunk
.../configure
make depend all
sudo make install
sudo /sbin/ldconfig

I remember having issues running ldconfig, so I ran it from the absolute
path, /sbin/ldconfig instead.

Josh.

_______________________________________________
Agar mailing list
Agar&amp;lt; at &amp;gt;hypertriton.com
http://libagar.org/lists.html
&lt;/pre&gt;</description>
    <dc:creator>Josh Branning</dc:creator>
    <dc:date>2012-11-11T16:39:22</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/682">
    <title>Agar 1.4.1 on Debian Squeeze VM</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/682</link>
    <description>&lt;pre&gt;I appreciate all your work putting this together.  It looks very impressive.

Like the previous post from Josh Branning 
(http://thread.gmane.org/gmane.comp.lib.agar.general/675), I am attempting to 
install Agar 1.4.1 on Debian Squeeze and am having trouble.  But, unlike Josh, I 
have the added variable of running Debian in a VirtualBox VM.  Here is what I've 
done:

I downloaded the 1.4.1 tarball and unzipped to ~/agar-1.4.1
install", and "sudo ldconfig".  Everything seems to install correctly.  I then 
made the hello.c from the website and it compiled successfully with "gcc -o 
hello `agar-config --cflags` -g hello.c `agar-config --libs`"

However, when I run "./hello" I get Segmentation Fault.  Checking gdb shows:

Program received signal SIGSEGV, Segmentation fault.
0xb7b991a0 in ?? () from /lib/i686/cmov/libc.so.6
(gdb) backtrace
#0  0xb7b991a0 in ?? () from /lib/i686/cmov/libc.so.6
#1  0xb7ed116a in AG_TryStrdup () from /usr/local/lib/libag_core.so.4
#2  0xb7eba55f in AG_InitCore () from /usr/local/li&lt;/pre&gt;</description>
    <dc:creator>Sean Ulrich</dc:creator>
    <dc:date>2012-11-11T15:35:35</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/681">
    <title>Re: Closing a window from a function.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/681</link>
    <description>&lt;pre&gt;
Thanks for this, works great,

Josh.
&lt;/pre&gt;</description>
    <dc:creator>Josh Branning</dc:creator>
    <dc:date>2012-11-07T17:10:55</dc:date>
  </item>
  <item rdf:about="http://permalink.gmane.org/gmane.comp.lib.agar.general/680">
    <title>Re: Closing a window from a function.</title>
    <link>http://permalink.gmane.org/gmane.comp.lib.agar.general/680</link>
    <description>&lt;pre&gt;
Hi Josh,

Admittedly this isn't obvious from the documentation, but windows
should be destroyed this way:

AG_ObjectDetach(win);

Detached windows are automatically freed by the event loop, so calls
such as AG_ObjectDestroy() or free() must not be used. To pass a
pointer to the window to your event handler routine:

 AG_ButtonNewFn(win, 0,
     "Button Function", Button_Function, "%p", win);

static void
Button_Function(AG_Event *event)
{
 AG_Window *win = AG_PTR(1);
 
 AG_ObjectDetach(win);
 }

On Wed, Nov 07, 2012 at 01:30:46AM +0000, Josh Branning wrote:
&lt;/pre&gt;</description>
    <dc:creator>Julien Nadeau</dc:creator>
    <dc:date>2012-11-07T02:03:00</dc:date>
  </item>
  <textinput rdf:about="http://search.gmane.org/?group=$group=gmane.comp.lib.agar.general">
    <title>Search Engine</title>
    <description>Search the mailing list at Gmane</description>
    <name>query</name>
    <link>http://search.gmane.org/?group=$group=gmane.comp.lib.agar.general</link>
  </textinput>
</rdf:RDF>
