User Tools

Site Tools


build:common_pitfalls

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

build:common_pitfalls [2010/04/16 06:44]
j.m
build:common_pitfalls [2012/11/11 08:51]
Line 1: Line 1:
-====== Warnings & common pitfalls ====== 
- 
-===== Adding other include/lib ===== 
- 
-It is common for Fink/​OpenDarwin or if you compile Avidemux as a simple user. Assuming the extras are in /sw, do 
- 
-<code bash> 
-export CFLAGS="​-I/​sw/​include"​ 
-export CXXFLAGS=$CFLAGS 
-export CPPFLAGS=$CFLAGS 
-export LDFLAGS="​-L/​sw/​lib"​ 
-</​code>​ 
- 
-You can add as much as you want. 
- 
-==== Complaints about xvid_2pass2 ==== 
- 
-If you get complaints about xvid_2pass2 (Xvid 2(nbsp)pass),​ it usually means you have both XviD 0.9.x and 1.0.x on your system. Remove all but one, redo a configure and continue. The newer version is recommended. 
  
build/common_pitfalls.txt ยท Last modified: 2012/11/11 08:51 (external edit)