Can't makemods from console, only from IDE

BlitzMax Forums/BlitzMax Programming/Can't makemods from console, only from IDE

ziggy(Posted 2005) [#1]
I can't makemods from the command line using then bmk utility, but i can makemods from inside the IDE.

see:

F:\Blitz Max\bin>bmk makemods
Compiling:blitz_app.c
Build Error: failed to compile F:/Blitz Max/mod/brl.mod/blitz.mod/blitz_app.c
F:\Blitz Max\bin>

But it runs from inside the IDE
what's wrong?


hamZta(Posted 2005) [#2]
I have the same problem ;/
same error!


semar(Posted 2005) [#3]
the backslah seems wrong.. \ or / ?


PowerPC603(Posted 2005) [#4]
Try putting an underscore it your first directoryname (rename your dir):

F:\Blitz_Max\bin\

The first time BMax was released, Mark stated that you cannot have any spaces in your path and that this will be fixed soon.

Maybe that the IDE quotes the directory path, so that it works from inside the IDE and that the command console doesn't do that.


ziggy(Posted 2005) [#5]
Si, is it a bug?