bmx-ng / brl.mod

BlitzMax Runtime Libraries, for BlitzMax NG.
12 stars 11 forks source link

makemods -a fails: Compile Error: Can't find interface for module 'brl.blitz' #6

Closed Octav14n closed 9 years ago

Octav14n commented 9 years ago

Steps to reproduce:

  1. Use Linux 64bit (Ubuntu 14.10 in my case)
  2. clone bmx-ng/bcc.git and bmx-ng/bmk.git
  3. clone bmx-ng/brl.mod.git and bmx-ng/pub.mod.git to "bmax/mod" (make sure the folder was empty before.)
  4. build them via "BlitzMax/bin/bmk makeapp -t console -r -h bcc.bmx" (same for bmk.bmx)
  5. copy to bmax/bin: bcc bcc.conf.default (remove ".default" and change the path in it) bmk core.bmk make.bmk
  6. execute "bmax/bin/bmk makemods -a"

    Note:

bmax is the directory for bmax-ng, "BlitzMax" is the directory of the legacy BlitzMax-Installation.

expected result:

all mods (pub and brl) should be build without error messages.

what actually happened:

compiler stops with the error: "Compile Error: Can't find interface for module 'brl.blitz'" full ouptut: http://pastebin.com/9nUnykZj

GWRon commented 9 years ago

Is above still valid, if you do NOT use "bcc.conf" - or a one with correct path settings?

Else the issue should be closed for being "invalid" (now).

Octav14n commented 9 years ago

Wow, maybe there should be added a hint. Deleting "bcc.conf" did the trick. Thanks GWRon.