Chaos Module

Archives Forums/MacOS X Discussion/Chaos Module

MacSven(Posted 2009) [#1]
I have problems with then chaos.desktopext on my Mac.

I've got this error:

Building CTMTest
Compiling:CTMTest.bmx
Compile Error: Can't find interface for module 'chaos.desktopext'
[/Developer/BlitzMax1.30/SourceFiles/MonitorTest/CTMTest.bmx;2;1]
Build Error: failed to compile /Developer/BlitzMax1.30/SourceFiles/MonitorTest/CTMTest.bmx
Process complete

The directory of the module is:

chaos.mod/desktopext.mod.

Is that right?


Brucey(Posted 2009) [#2]
Yes, a more complete path might look like this :
BlitzMax/mod/chaos.mod/desktopext.mod/desktopext.bmx


To test the build of your module, you can drop into the terminal, go to the BlitzMax/bin folder, and enter the following command :
    ./bmk makemods -a chaos.desktopext


If that doesn't do anything, then either it's not there, or a folder/file is named incorrectly.


MacSven(Posted 2009) [#3]
Thanx, work's now!