Hi Glenn, On Mon, Aug 10, 2009 at 2:21 PM, Glenn Tarcea<[email protected]> wrote: > 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?
That is correct. I'll add some more syntax to cover those cases. > 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. That's not a bad idea :-) > 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, Jeremy > > 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
