Jeremy, I've started using parts of your alien.inline.syntax to move some custom c-code I have over into factor. One problem I have run into is that I need a custom -I"include path" (CFLAGS) and libraries (LDFLAGS) added in. There doesn't appear to be any way to do this in your current code. Am I reading the code correctly?
I can work around this, but wanted to bring it to your attention. One thought I had is if a vocabulary using alien.inline contains a Makefile that could be called in place of gcc. Anyway, I really like being able to code parts of my interface in "factor c", rather than an external c file that I need to require users to build in order to use my interface in factor. Thanks, Glenn V. Glenn Tarcea [email protected] ------------------------------------------------------------------------------ Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus on what you do best, core application coding. Discover what's new with Crystal Reports now. http://p.sf.net/sfu/bobj-july _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
