Trouble with PTypes lib

mboeni

27-08-2010 23:42:46

Hi all

I m just under way to compile the stuff required to get the plugin running. I have been able to compile ogg, vorbis, etc but PTypes gives me a strange compiler error:

1>..\src\pipbase.cxx(215): error C2065: 'EPFNOSUPPORT': nichtdeklarierter Bezeichner
1>..\src\pipbase.cxx(215): error C2051: case-Ausdruck ist keine Konstante
1>..\src\pipbase.cxx(224): error C2065: 'EHOSTDOWN': nichtdeklarierter Bezeichner
1>..\src\pipbase.cxx(224): error C2051: case-Ausdruck ist keine Konstante

Anyone else have that?

BTW: what other audio/video api's are out there? I have come across SDL and GStreamer but not much else (that is open and portable :) )

Thanks,
michael

Kreso

28-08-2010 10:36:32

are you using the trunk version or the monolith branch? Ptypes dependancy has been dropped in the latest trunk version.

mboeni

29-08-2010 20:00:53

i followed the instructions on the wiki:

http://www.ogre3d.org/tikiwiki/TheoraVi ... +Compiling

and downloaded the source from

http://ogrevideo.svn.sf.net/svnroot/ogrevideo/trunk

Is that not the correct link?

Kreso

29-08-2010 21:52:36

oh yeah, those are outdated ogre video plugin instructions, I should remove those wiki entries.

basically, you don't need ptypes anymore. compile libtheoraplayer and use that to compile the plugin. use the instructions from this forum.

mboeni

30-08-2010 12:14:42

Ah okay ;) I'll try without PTypse then. Thanks for the info!

mboeni

30-08-2010 17:38:26

Now i have missing dependencies - the monolith version does not really solve that. Is there another repositoy i need to download stuff from?

Currently I have the following issues:

Error 20 error C1083: Datei (Include) kann nicht geöffnet werden: "TheoraDataSource.h": No such file or directory e:\workspace\cpp_libraries\ogrevideo\include\ogretheoradatastream.h 13 1 OgreVideo
Error 40 error C1083: Datei (Include) kann nicht geöffnet werden: "TheoraVideoManager.h": No such file or directory e:\workspace\cpp_libraries\ogrevideo\include\ogrevideomanager.h 21 1 OgreVideo
Error 60 error C1083: Datei (Include) kann nicht geöffnet werden: "TheoraVideoManager.h": No such file or directory e:\workspace\cpp_libraries\ogrevideo\include\ogrevideomanager.h 21 1 OgreVideo



Cheers,
M.

camiloforero3

24-03-2015 23:36:53

Anyone here? I am having this exact same issue, up to the problems mboeni had

Corak55

01-08-2015 15:14:31

Me too, trying for weeks to get it running. If I find a solution I'll let you know.
If anyone else has some ideas - please share :)