naria-dev-ml  

N.A.R.I.A. FAQ

Olivier Reisch
Sun, 06 Oct 2002 12:57:39 -0700

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Hello all,

Some people have reported problems compiling the N.A.R.I.A. source code. I 
started writing a small FAQ for the project, so here's a copy of it for all 
you nice folks out there :)


N.A.R.I.A.
Artificial Intelligence: Recurrent Asymmetric Networks
FAQ

Q: Why did you call the project N.A.R.I.A. which is the reverse of it's 
meaning, and not A.I.R.A.N.?
 A: Because it sounds better ;)

Q: I downloaded the latest source code, but compile fails on main.c
 A: You have to have both the SDL and SDL_gfx libraries installed in order for 
the test app code to compile. 

Q: I have both SDL and SDL_gfx installed but it still does not compile!
 A: Your SDL_gfx install may be buggy. It expects SDL.h to be in /usr/include/ 
while it really is in /usr/include/SDL/ You can try 2 things:
 Either copy the contents of /usr/include/SDL into /usr/include or open 
/usr/local/include/SDL_gfxPrimitives.h and replace #include <SDL.h> by 
#include <SDL/SDL.h> 

- -- 
________________________________________________
Olivier Reisch                      [EMAIL PROTECTED]
N.A.R.I.A. Project Leader
For safe mail, get my PGP Key:
http://perso.wanadoo.fr/olivier.reisch/oreisch_public_key.gpg
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)

iD8DBQE9oJvaXrXcgVpifr0RAmZWAKCmNkb102PujTkvzREIaYYouSBMDwCeJxGG
gq4jJ9bhJWYt0B0cW1V1bWA=
=F1/v
-----END PGP SIGNATURE-----

_________________________
N.A.R.I.A. Mailing List
http://naria.karasuma.net

To unsubscribe, go to http://naria.karasuma.net/ml.html
  • N.A.R.I.A. FAQ Olivier Reisch