Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 193450 - media-libs/schroedinger-0.3.0.0 compile failure: ../schroedinger/schrooil.h:7: error: expected declaration specifiers or '...' before '*' token
Summary: media-libs/schroedinger-0.3.0.0 compile failure: ../schroedinger/schrooil.h:7...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: GStreamer package maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-22 20:08 UTC by Ed Catmur
Modified: 2007-09-23 13:51 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
liboil-0.3.12.patch (liboil-0.3.12.patch,1.25 KB, patch)
2007-09-22 20:18 UTC, Ed Catmur
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ed Catmur 2007-09-22 20:08:57 UTC
i686-pc-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include/liboil-0.3 -ggdb -O1 -O2 -pipe -march=athlon-xp -mmmx -msse -m3dnow -MT libschroedinger_0.1_la-schrobits.lo -MD -MP -MF .deps/libschroedinger_0.1_la-schrobits.Tpo -c schrobits.c  -fPIC -DPIC -o .libs/libschroedinger_0.1_la-schrobits.o
In file included from ../schroedinger/schrointernal.h:7,
                 from schrobits.c:12:
../schroedinger/schrooil.h:7: error: expected declaration specifiers or '...' before '*' token
../schroedinger/schrooil.h:7: error: '_oil_type_add_s16_u8' declared as function returning a function
../schroedinger/schrooil.h:7: error: '_oil_type_add_s16_u8' redeclared as different kind of symbol
/usr/include/liboil-0.3/liboil/liboilfuncs.h:67: error: previous declaration of '_oil_type_add_s16_u8' was here
../schroedinger/schrooil.h:8: error: expected declaration specifiers or '...' before '*' token
../schroedinger/schrooil.h:8: error: '_oil_type_subtract_s16' declared as function returning a function
../schroedinger/schrooil.h:8: error: '_oil_type_subtract_s16' redeclared as different kind of symbol
/usr/include/liboil-0.3/liboil/liboilfuncs.h:1063: error: previous declaration of '_oil_type_subtract_s16' was here
../schroedinger/schrooil.h:9: error: expected declaration specifiers or '...' before '*' token
../schroedinger/schrooil.h:9: error: '_oil_type_subtract_s16_u8' declared as function returning a function
../schroedinger/schrooil.h:9: error: '_oil_type_subtract_s16_u8' redeclared as different kind of symbol
/usr/include/liboil-0.3/liboil/liboilfuncs.h:1066: error: previous declaration of '_oil_type_subtract_s16_u8' was here
make[2]: *** [libschroedinger_0.1_la-schrobits.lo] Error 1
Comment 1 Ed Catmur 2007-09-22 20:15:59 UTC
Note: have dev-libs/liboil-0.3.12
Comment 2 Ed Catmur 2007-09-22 20:18:25 UTC
Created attachment 131638 [details, diff]
liboil-0.3.12.patch
Comment 3 Samuli Suominen (RETIRED) gentoo-dev 2007-09-23 13:51:54 UTC
uh, I guess no point in fixing this old version..

I've added 0.6.1 to tree which supports liboil 0.3.12.

thanks for reporting.