On 07/20/2006 09:57 AM, skaller wrote:
> On Thu, 2006-07-20 at 09:43 -0500, Larry Evans wrote:
> 
>>On 07/20/2006 09:32 AM, skaller wrote:
>>
>>>On Thu, 2006-07-20 at 08:06 -0500, Larry Evans wrote:
>>
>>[snip]
>>
>>>>With this version, at the make step, I got:
>>>>
>>>>g++ -o test/posix_t1 rtl/flx_arun_static.o test/posix_t1_static.o -Lrtl 
>>>>-lflx_async_static -lfaio_static -ldemux_static -lflx_pthread_static 
>>>>-lflx_static -lflx_gc_static -lpthread
>>>>bin/flx_arun ./test/posix_t1.so > test/posix_t1.output && diff -b 
>>>>test/posix_t1.expect test/posix_t1.output
>>>
>>>
>>>Ah good, it works! That's a known bug on some systems which
>>>I think has since been corrected. What OS are you using?
>>>
>>
>>linux:
>>
>>cd ~/prog_dev/felix/
>>uname -a
>>Linux null.localdomain.fake 2.4.18-bf2.4 #1 Son Apr 14 09:53:28 CEST 
>>2002 i686 GNU/Linux
>>
>>Compilation finished at Thu Jul 20 09:41:40
>>
>>I've used debian packages for just about everything on my system.
> 
> 
> Hmm .. that's strange.. I'm using Ubuntu/Dapper/Amd64.
[snip]
> --------------------------------------
> This is just testing basic socket I/O. On Linux this is using
> epoll as a socket state change notifier. This works fine
> for me, and I posted rc9 .. I sometimes post a tarball that
> doesn't work on OSX, Solaris, Windows or whatever .. but I always
> test them on Linux first.
> 
> I'm making rc10 now .. watch for the notice.

Downloaded and did ./configure; make on rc10, but got same error:

g++ -o test/posix_t1 rtl/flx_arun_static.o test/posix_t1_static.o -Lrtl 
-lflx_async_static -lfaio_static -ldemux_static -lflx_pthread_static 
-lflx_static -lflx_gc_static -lpthread
bin/flx_arun ./test/posix_t1.so > test/posix_t1.output && diff -b 
test/posix_t1.expect test/posix_t1.output
   .. ERROR CODE 0x100
TESTFILE -- ERROR! bin/flx_arun ./test/posix_t1.so > 
test/posix_t1.output && diff -b test/posix_t1.expect test/posix_t1.output
make: *** [all] Error 1

Before that error, there was this:
<----------- cut here --------------
g++ -c -Wall -Wno-invalid-offsetof -Wfatal-errors -O3 
-fomit-frame-pointer --inline  -Irtl -o tre/tre_stack_static.o 
-DFLX_STATIC_LINK -DTARGET_BUILD  tre/tre_stack.cpp
ar -rc  rtl/libtre_static.a tre/tre_regcomp_static.o 
tre/tre_regerror_static.o tre/tre_regexec_static.o tre/tre_ast_static.o 
tre/tre_compile_static.o trmodule 'libflx_async_dynamic' loaded!
found 'create_async_hooker'!
epoll_create: Function not implemented
Deleted async_hooker_impl
Deleted async_hooker
Unknown exception in thread!
4d3
< accepted connection
Traceback (most recent call last):
   File "script/maker", line 284, in ?
     f()
   File "mkplugins/make.py", line 72, in __call__
     plugins['run_unit_tests']()
   File "mkplugins/run_unit_tests.py", line 50, in __call__
     raise MakeError
flxbuild.flxutil.MakeError
e/tre_filter_static.o tre/tre_match-approx_static.o 
tre/tre_match-backtrack_static.o tre/tre_match-parallel_static.o 
tre/tre_mem_static.o tre/tre_parse_static.o tre/tre_stack_static.o
ranlib  rtl/libtre_static.a
 >----------- cut here --------------

Any ideas for solution?

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Felix-language mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to