[sucd-developer] Feedback request
Status: Pre-Alpha
Brought to you by:
mat30
|
From: Mateo M. <djh...@gm...> - 2007-09-22 14:09:31
|
liblisuxpa was tested under different operative systems and we get some
errors. In my machine, a 32 bits computer with openSuSE 10.2, liblisuxpa
are installed and work without problems, but in my other machine, a
Debian Etch (64 bits), liblisuxpa doesn't install rigth. So, I made this
feedback request. I need some feedback for know if liblisuxpa work's
rigth on other machines. Please, download the liblisuxpa code of the
trunk branch of the svn repositorie, install it and execute the testing
software.
Thanks a lot.
INSTALATION PROCCES OF LIBLISUXPA:
You will need the svn tool and the GNU C++ Compiler (g++). At your
option, you can use the make tool.
For install it, follow this steps:
svn co https://sucd.svn.sf.net/svnroot/trunk/liblisuxpa/v_0.1 liblisuxpa
cd liblisuxpa
./configure
If make are installed on your system
make
su -c "make install"
If you don't have make installed
./compile
su -c "./install"
TESTING SOFTWARE
cd test
g++ simple-test.cpp -o simple -llisuxpa
./simple
The output of the testing software must be:
hola
mundo
mundo
mundo
If the testing software fails, please report it in one of this two
places:
-> At the project's bug tracker:
http://sourceforge.net/tracker/?group_id=198475&atid=965627
-> At the developer mailing list:
sucd-developer AT lists DOT sourceforge DOT net
|