rbouqueau / gpac

GPAC mirror from the SourceForge Subversion
GNU Lesser General Public License v2.1
0 stars 1 forks source link

[Bug] undefined symbol: gf_cond_new [sf#281] #281

Closed rbouqueau closed 10 years ago

rbouqueau commented 10 years ago

Reported by atkinson-tommy on 2013-08-11 19:03 UTC I get an undefined symbol error when running the example DashCast command

[nibbler@localhost gpac]$ ./configure --use-js=no
/usr/bin/svnversion

** System Configuration
Install prefix: /usr/local
Source path: /home/nibbler/gpac
C   compiler: gcc
C++ compiler: g++
make: make
CPU: x86_64
Big Endian: no

** GPAC 0.5.1-DEV rev4704M Core Configuration **
debug version: no
GProf enabled: no
Static build enabled: no
Memory tracking enabled: no
Use standard memory allocator: no
Fixed-Point Version: no
IPV6 Support: yes
Static Modules: no

** Detected libraries **
zlib: system
OSS Audio: yes
ALSA Audio: yes
Jack Audio: no
PulseAudio Audio: yes
DirectFB support: no
X11 Shared Memory support: yes (path: /usr/X11R6)
X11 XVideo support: yes
SDL Support: yes
OpenGL support: yes
TinyGL support: no
OpenSSL support: yes
Mozilla XUL/GECKO support: no
DVB Support: yes
XMLRPC Support: yes
wxWidgets support: Version 2812

** Extra Libraries used **
SpiderMonkey: no
FreeType: system
JPEG: system
OpenJPEG: system
PNG: system
MAD: system
FAAD: system
XVID: system
FFMPEG: system
Xiph OGG: system
Platinum UPnP: no
AVCap: no
Xiph Vorbis: system
Xiph Theora: system
A52 (AC3): system
OpenSVCDecoder: no
OpenHEVCDecoder: no
Freenect: no

[nibbler@localhost gpac]$ /usr/local/bin/DashCast -vf x11grab -vres 1366x768 -vfr 25 -v :0.0 -live
Options:
    video source: :0.0
    video format: x11grab
    video framerate: 25
    video resolution: 1366x768
    audio source: 
Configurations:
    id:v1   res:640x480 vbr:400000
    id:a1   abr:192000
/usr/local/bin/DashCast: symbol lookup error: /usr/local/bin/DashCast: undefined symbol: gf_cond_new

Running svn revision 4704 on Fedora 19 x86_64. Compiled using gcc 4.8.1

rbouqueau commented 10 years ago

Commented by atkinson-tommy on 2013-08-11 19:49 UTC Attached logs

rbouqueau commented 10 years ago

Commented by atkinson-tommy on 2013-08-12 04:08 UTC Never mind, I still had the old gpac-libs rpm installed. Please close.

rbouqueau commented 10 years ago

Updated by jeanlf on 2013-09-02 08:53 UTC