On 10/24/07, Ralph Versteegen <[EMAIL PROTECTED]> wrote:
> On 10/24/07, [EMAIL PROTECTED]
> <[EMAIL PROTECTED]> wrote:
> > http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/show_bug.cgi?id=437
> >
> >
> >
> >
> >
> > ------- Comment #6 from [EMAIL PROTECTED]  2007-10-23 05:51 -------
> > Compile error.
> >
> > common.bas(1347) : error 1: Argument count mismatch, found: '/'
> >
> > IF isfile(DATAFILES + SLASH + filename$) THEN RETURN DATAFILES + SLASH +
> > filename$
> >
> >  * The specific snippet of code:
> >  *      /usr/bin/fbc ${FBCFLAGS} -g -v -m game -d IS_GAME -d
> > DATAFILES="$(games_get_libdir)/ohrrpgce" \
> >  *      game.bas bmod.bas bmodsubs.bas allmodex.bas menustuf.bas 
> > moresubs.bas
> > yetmore.bas yetmore2.bas compat.bas bam2mid.bas loading.bas common.bas
> > browse.bas util.bas \
> >  *      gfx_${OHR_GFX}.bas music_${OHR_MUSIC}.bas || die "compile failed"
> >
> > [EMAIL PROTECTED] ~/hamsterrific/games-rpg/ohrrpgce-player-wip $ fbc 
> > -version
> > FreeBASIC Compiler - Version 0.16 for linux (target:linux)
> > Copyright (C) 2004-2006 Andre Victor T. Vicentini ([EMAIL PROTECTED])
> >
> > Any reason it should be doing this? (WIP btw)
>
> I suppose you meant ${games_get_libdir}
>
And you'll need the quotes around the double quotes, if I'm not mistaken
_______________________________________________
Ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org

Reply via email to