Chaos Module
Archives Forums/MacOS X Discussion/Chaos Module| 
 | ||
| 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? | 
| 
 | ||
| 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. | 
| 
 | ||
| Thanx, work's now! |