[Openal] OpenalSoft 1.7.411 & malformed version number on ppc G5 and i386 macbook

Manolache Adrian prog_ady at yahoo.com
Tue Apr 7 17:35:17 PDT 2009


So i managed to compile OpenAL Soft with and without portaudio on a ppc mac os x. When compiling with portaudio i correctly receive when cmake finishes:
 
Building OpenAL with support for the following backends:
--      PortAudio, WaveFile
-- 
-- Configuring done
 
After each compile i tried to run openal-info but twice i received: 
"ALC error Invalid Context occured"
 
I then ran my own program and tried to enumerate the devices like so:
 
    char *device = (char*)alcGetString(NULL, ALC_DEFAULT_DEVICE_SPECIFIER);
    char *deviceS = (char*)alcGetString(NULL, ALC_DEVICE_SPECIFIER);
    printf("Device: %s\nDevice: %s", deviceS, device);
    int a = 0;
    while(1)
    {
        while (*(deviceS++));
        a++;
        deviceS++;
        if (a==2)
            break;
      if ((*deviceS))
printf("Device: %s\n", deviceS);
    }
exit(0);


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://opensource.creative.com/pipermail/openal/attachments/20090407/79c85fd6/attachment.html


More information about the Openal mailing list