Hi.
I compiled the sources of Parasol in my SuSE Linux 9.2
and the examples return errors in the building process.
Is there any other with the same problem?
Unfortunatelly i had downloaded the tar.gz file from downloads, not the
CVS version. The .tgz does not contain any configure.in ! Should you
update it from CVS?
Anyway i did the things you told me and worked. But the examples
were not built...So i copied *.a from src/ to ../lib and then i CD into
examples and i ran MAKE, to get the following error:
$/tmp/parasol-cvs/parasol/examples> make
gcc simple_queue.c -o simple_queue -lparasol -L../lib -I../include -O
-lm
../lib/libparasol.a(para_library.o)(.text+0x169c): In function `debug':
/tmp/parasol-cvs/parasol/src/para_library.c:5723: warning: the `gets'
function is dangerous and should not be used.
gcc data_base.c -o data_base -lparasolc -L../lib -I../include -O -lm
-DCUSTOM
../lib/libparasolc.a(para_library.o)(.text+0x169c): In function `debug':
/tmp/parasol-cvs/parasol/src/para_library.c:5723: warning: the `gets'
function is dangerous and should not be used.
gcc disk.c -o disk -lparasol -L../lib -I../include -O -lm
disk.c: In function `ps_genesis':
disk.c:77: error: too many arguments to function `abort'
make: *** [disk] Error 1
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Logged In: YES
user_id=1118029
For SunOS, Linux, MacOSX (and most likely any other Unix
variant):
The first time you build this package run:
% aclocal
% autoheader
% automake -a -c
% autoconf
% automake
% ./configure
% make
To make the test files found in the "tests" directory, run:
% make check
% cd tests
% chmod 755 run_tests
if it still does not work, then would you please paste your
error outputs here?
Logged In: YES
user_id=525175
Unfortunatelly i had downloaded the tar.gz file from downloads, not the
CVS version. The .tgz does not contain any configure.in ! Should you
update it from CVS?
Anyway i did the things you told me and worked. But the examples
were not built...So i copied *.a from src/ to ../lib and then i CD into
examples and i ran MAKE, to get the following error:
$/tmp/parasol-cvs/parasol/examples> make
gcc simple_queue.c -o simple_queue -lparasol -L../lib -I../include -O
-lm
../lib/libparasol.a(para_library.o)(.text+0x169c): In function `debug':
/tmp/parasol-cvs/parasol/src/para_library.c:5723: warning: the `gets'
function is dangerous and should not be used.
gcc data_base.c -o data_base -lparasolc -L../lib -I../include -O -lm
-DCUSTOM
../lib/libparasolc.a(para_library.o)(.text+0x169c): In function `debug':
/tmp/parasol-cvs/parasol/src/para_library.c:5723: warning: the `gets'
function is dangerous and should not be used.
gcc disk.c -o disk -lparasol -L../lib -I../include -O -lm
disk.c: In function `ps_genesis':
disk.c:77: error: too many arguments to function `abort'
make: *** [disk] Error 1