-
echo option for Mac OS X 10.5.7 needs to be "" not "-e".
ie. ECHOOPT=""
NOT: ECHOOPT="-e"
Prior to patch you get:
sudo ./installer.sh --layout default --install
Unknown action given, exiting: e install.
2009-08-03 21:44:38 UTC in Rootkit Hunter
-
patch for loading .dylib share libraries
markf$ diff -C 4 /Users/markf/Desktop/build/opal/ptlib-2.6.1/src/ptlib/unix/udll.cxx /Users/markf/Desktop/build/opal/ptlib/src/ptlib/unix/udll.cxx
*** /Users/markf/Desktop/build/opal/ptlib-2.6.1/src/ptlib/unix/udll.cxx 2009-03-17 23:43:30.000000000 -0400
--- /Users/markf/Desktop/build/opal/ptlib/src/ptlib/unix/udll.cxx 2009-04-02 20:50:33.000000000...
2009-04-03 03:34:25 UTC in OpalVOIP
-
2nd issue: library suffix ".dylib" for Mac OS X not ".so".
./codecinfo -i "mpeg4-ffmpeg_video_pwplugin"
OpalCodecInfo Version 1.0.1 by Post Increment on Unix Darwin (9.6.0-i386)
0:00.029 OpalCodecInfo (0) Version 1.0.1 by Post Increment on Unix Darwin (9.6.0-i386) with PTLib (v2.6.1) at 2009/3/29 23:03:46.488
error: mpeg4-ffmpeg_video_pwplugin does not...
2009-03-30 20:02:57 UTC in OpalVOIP
-
Plugin Configuration script error on MacOS X:
./configure --enable-h264 --enable-ffmpeg-h263 --with-libavcodec-source-dir=../ffmpeg/
...
checking filename of libavcodec library...
...
checking if libavcodec has h263p_encoder... nm: invalid argument -D
Usage: nm [-agnoprumxjlfAP[s segname sectname] [-] [-t format] [[-arch ] ...] [file ...]
no
checking if libavcodec has...
2009-03-30 19:31:41 UTC in OpalVOIP
-
ps. using h.323
09/02/09 11:18:42 PM [0x0-0x309309].net.sourceforge.xmeeting.XMeeting no message buffer overruns
09/02/09 11:20:13 PM [0x0-0x309309].net.sourceforge.xmeeting.XMeeting Sending RFC2429
09/02/09 11:20:13 PM [0x0-0x309309].net.sourceforge.xmeeting.XMeeting Sending RFC2429
09/02/09 11:20:51 PM [0x0-0x309309].net.sourceforge.xmeeting.XMeeting Sending RFC2429
09/02/09...
2009-02-10 04:29:21 UTC in XMeeting - Video Conferencing for OS X
-
http://www.codian.com/demo/index.htm
Testing On Intel MacBook Pro OS X 10.5.6 with builtin camera.
Using preview 2.
See attached crash report.
2009-02-10 04:26:42 UTC in XMeeting - Video Conferencing for OS X
-
File Added: SWToolboxController.m.
2009-02-07 05:46:26 UTC in Paintbrush
-
Here is a patch for this. Don't know if it can be done better.
Mark
SWPaintView.m
=========
...
// Handles keyboard events
- (void)keyDown:(NSEvent *)event
{
// Escape key
if ([event keyCode] == 53) {
isPayingAttention = NO;
[currentTool tieUpLooseEnds];
SWClearImage(secondImage);
[self setNeedsDisplay:YES];
} else
if ( ([[currentTool class]...
2009-02-07 05:41:05 UTC in Paintbrush
-
Selection tool should have option to:
- Invert current selection to select outsize area to do fill etc.
2008-11-14 15:34:02 UTC in Paintbrush
-
- I like to use keyboard to move current selection around after i paste something on top.
- also the cursor should change to a Hand when pointing at selection if it's dragging an image.
2008-11-14 15:30:32 UTC in Paintbrush