Search found 45 matches

by shorne
Fri Sep 23, 2011 3:58 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Cross compilation error after CVS update
Replies: 8
Views: 10033

Re: Cross compilation error after CVS update

I have just done a CVS UP and complete rebuild and everything looks fine.

Make sure you have this revision
http://h323plus.cvs.sourceforge.net/vie ... 1.7&r2=1.8
by shorne
Thu Sep 22, 2011 11:17 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: CVS revision/diff
Replies: 6
Views: 7782

Re: CVS revision/diff

Simply store the packages by date/time. You can also update the CVS to particular date/time.
by shorne
Thu Sep 22, 2011 11:13 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: Cross compilation error after CVS update
Replies: 8
Views: 10033

Re: Cross compilation error after CVS update

make sure you CVS UP the entire tree (header files are in /include directory).

Also make sure you point to the correct header files (if you have multiple copies)
export OPENH323DIR= ~/XXXX
by shorne
Thu Sep 22, 2011 12:42 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: CVS revision/diff
Replies: 6
Views: 7782

Re: CVS revision/diff

If you are on linux use the commandline
http://www-e815.fnal.gov/webspace/cvs/commands.html

If you are on windows you can use the graphical interface of TortoiseCVS and WinMerge.
by shorne
Fri Sep 16, 2011 3:49 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H3232Plus vs. PTLib SVN trunk
Replies: 6
Views: 9086

Re: H3232Plus vs. PTLib SVN trunk

checking out using the sourceforge CVS anonymous instructions and doing a cvs up command should work fine. It does for me. Quick test is to check out and delete a file and see if the cvs up redownloads the file.
by shorne
Fri Sep 16, 2011 6:26 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H3232Plus vs. PTLib SVN trunk
Replies: 6
Views: 9086

Re: H3232Plus vs. PTLib SVN trunk

Looking at the error and line number it looks like you have not done a CVS UP. The line number of mediafmt.h is consistent with the v1.23 release and not the current CVS.
by shorne
Thu Sep 15, 2011 10:59 pm
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: H3232Plus vs. PTLib SVN trunk
Replies: 6
Views: 9086

Re: H3232Plus vs. PTLib SVN trunk

It is not adviseable to compile the H323plus CVS against the PTLIB SVN trunk because it's a constantly moving target and things do break. H323plus is designed to compile against any PTLIB version so it's probably advisable to use the last stable PTLIB release. The above error was caused by the remov...
by shorne
Tue Sep 13, 2011 7:10 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: compile H.264 plugin
Replies: 5
Views: 8480

Re: compile H.264 plugin

If you want header info etc get them from the X264 and FFMPEG websites.
by shorne
Tue Sep 13, 2011 6:37 am
Forum: H.323 Plus (Open Source H.323 Stack)
Topic: compile H.264 plugin
Replies: 5
Views: 8480

Re: compile H.264 plugin

Put all the files in the same directory as your application.
otherwise in the c:\ptlib_plugins directory.
You can select other directories by setting the PTLIBPLUGINDIR environmental variable.