On the following system:

Package manager version: 0.36.4.1
Distribution version: selfupdate-rsync Thu Apr 17 18:38:07 2014, 10.9, x86_64
Trees: local/main stable/main
Xcode.app: 5.1.1
Xcode command-line tools: 5.1.0.0.1.1396320587
Max. Fink build jobs:  1

building libx264-118 fails as follows:

gcc -Wshadow -O3 -ffast-math  -Wall -I. -falign-loops=16 -arch x86_64 
-std=gnu99 -I/usr/X11R6/include -fPIC -fomit-frame-pointer -fno-tree-vectorize 
-I/sw/include  -c -o x264.o x264.c
clang: warning: unknown argument: '-falign-loops=16' 
[-Wunused-command-line-argument-hard-error-in-future]
clang: note: this will be a hard error (cannot be downgraded to a warning) in 
the future
clang: warning: argument unused during compilation: '-falign-loops=16'
In file included from x264.c:33:
In file included from ./common/common.h:90:
In file included from ./common/osdep.h:65:
/usr/include/math.h:394:14: error: expected ')'
extern float log2f(float);
             ^
./common/osdep.h:44:26: note: expanded from macro 'log2f'
#define log2f(x) (logf(x)/0.693147180559945f)
                         ^
/usr/include/math.h:394:14: note: to match this '('
./common/osdep.h:44:18: note: expanded from macro 'log2f'
#define log2f(x) (logf(x)/0.693147180559945f)
                 ^
In file included from x264.c:33:
In file included from ./common/common.h:90:
In file included from ./common/osdep.h:65:
/usr/include/math.h:395:15: error: expected ')'
extern double log2(double);
              ^
./common/osdep.h:45:24: note: expanded from macro 'log2'
#define log2(x) (log(x)/0.693147180559945)
                       ^
/usr/include/math.h:395:15: note: to match this '('
./common/osdep.h:45:17: note: expanded from macro 'log2'
#define log2(x) (log(x)/0.693147180559945)
                ^
2 errors generated.
make: *** [x264.o] Error 1


Again MaxBuildJobs is set to 1 to be on the safe side (but the same
thing happens to a higher value as well).

Advice is once more appreciated.

Best regards,
Stefan

-- 
If it was so, it might be; and if it were so, it would be; but as it 
isn't, it ain't.  That's logic.  --Lewis Carroll, Through the Looking-Glass

No HTML emails and proprietary attachments please <http://bruda.ca/ascii>

------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and their
applications. Written by three acclaimed leaders in the field,
this first edition is now available. Download your free book today!
http://p.sf.net/sfu/NeoTech
_______________________________________________
Fink-users mailing list
Fink-users@lists.sourceforge.net
List archive:
http://news.gmane.org/gmane.os.macosx.fink.user
Subscription management:
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to