Bug 55270 - New port: kaffe-devel, development release of kaffe Java VM
Summary: New port: kaffe-devel, development release of kaffe Java VM
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-08-05 08:10 UTC by xaa+ports
Modified: 2003-09-07 13:08 UTC (History)
0 users

See Also:


Attachments
file.shar (4.85 KB, text/plain)
2003-08-05 08:10 UTC, xaa+ports
no flags Details
patch-md.h (572 bytes, text/x-c-header)
2003-09-06 09:46 UTC, Eric Anholt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description xaa+ports 2003-08-05 08:10:09 UTC
Multi-platform Java virtual machine with JIT compiler and AWT package
Comment 1 edwin 2003-08-31 23:11:51 UTC
Port doesn't compile on -current:

 cc -DTRANSLATOR -DJIT3 -DKVER=\"1.1.0\" -I. -I. -I../../../../config -I../../../../include -I. -I. -I../.. -I./../.. -I../../../../config -I../../../../config -I../../../../include -I../../../../include -I../../../../kaffe/xprof -DKVER=\"1.1.0\" -I/local0/scratch/edwin/ports/NEW/kaffe-devel/work/kaffe-1.1.0/./kaffe/kaffevm -I/local0/scratch/edwin/ports/NEW/kaffe-devel/work/kaffe-1.1.0/./kaffe/kaffevm/systems/unix-jthreads -I../../../../config -I../../../../include -DKAFFE_VMDEBUG -O -pipe -march=pentium2  -Wall -Wstrict-prototypes -MT jthread.lo -MD -MP -MF .deps/jthread.Tpo -c jthread.c  -fPIC -DPIC -o .libs/jthread.o
jthread.c:158:63: pasting "*" and "sc" does not give a valid preprocessing token
jthread.c:159:42: pasting "*" and "sc" does not give a valid preprocessing token
jthread.c:412:30: pasting "*" and "sc" does not give a valid preprocessing token
jthread.c:530:49: pasting "*" and "sc" does not give a valid preprocessing token
jthread.c:671:51: pasting "*" and "sc" does not give a valid preprocessing token
gmake[4]: *** [jthread.lo] Error 1
gmake[4]: Leaving directory `/local0/scratch/edwin/ports/NEW/kaffe-devel/work/kaffe-1.1.0/kaffe/kaffevm/systems/unix-jthreads'

Any suggestions?

Edwin
-- 
Edwin Groothuis      |            Personal website: http://www.mavetju.org
edwin@mavetju.org    |    Weblog: http://www.mavetju.org/weblog/weblog.php
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2003-08-31 23:12:49 UTC
State Changed
From-To: open->feedback

Problems building
Comment 3 Eric Anholt 2003-09-06 09:46:25 UTC
This fixed the build for me.  Drop it in the files/

-- 
Eric Anholt                                eta@lclark.edu          
http://people.freebsd.org/~anholt/         anholt@FreeBSD.org
Comment 4 Edwin Groothuis freebsd_committer freebsd_triage 2003-09-07 13:08:40 UTC
State Changed
From-To: feedback->closed

Commited, thanks!