Compile include issue

Bill Kleinsasser's icon

I'm having an unusual issue when building a stand-alone application that needs to include a midi file that is read into the mxj midifile object. Before building, the patch works correctly, loading the midi file automatically using a read message with loadbang. When I compile the application, after creating a build script that includes the folder in which the midi file resides, the compiler indicates in the Max window that the file has been included but when I launch the app, I get two errors: "Couldn't read: /Volumes/+/" and "Couldn't read: /Volumes/ a,/". The midi file is not loaded.

I'm running Max 6.1.6 under OS 10.8.5 on a MacBook Pro (Intel Core i7)

Any help is greatly appreciated.

Bill