FireFly Media Server › Firefly Media Server Forums › Firefly Media Server › Nightlies Feedback › svn-1655 make error
- This topic has 27 replies, 4 voices, and was last updated 17 years, 2 months ago by MSN_Exploder.
-
AuthorPosts
-
08/09/2007 at 8:54 PM #1698MSN_ExploderParticipant
i’m running a freebsd 6.2 maschine on an athlonxp 1600+
just tried to build the new nightly snapshot (svn-1655) but i get this error:In file included from webserver.h:25,
from daapd.h:59,
from db-generic.c:42:
io.h:95: error: syntax error before “socklen_t”
io.h:97: error: syntax error before “socklen_t”
db-generic.c: In function `db_get_error’:
db-generic.c:231: warning: implicit declaration of function `vsnprintf’
*** Error code 1same with 1652, but 1586 builds fine on this maschine
ohh i used this configure line:
./configure –enable-sqlite3 –with-id3tag=/usr/localAnybody know whats the problem, how i can fix it?
Greets,
MSN_Exploder09/09/2007 at 5:53 AM #12431rpeddeParticipant@MSN_Exploder wrote:
i’m running a freebsd 6.2 maschine on an athlonxp 1600+
just tried to build the new nightly snapshot (svn-1655) but i get this error:In file included from webserver.h:25,
from daapd.h:59,
from db-generic.c:42:
io.h:95: error: syntax error before “socklen_t”
io.h:97: error: syntax error before “socklen_t”
db-generic.c: In function `db_get_error’:
db-generic.c:231: warning: implicit declaration of function `vsnprintf’
*** Error code 1same with 1652, but 1586 builds fine on this maschine
ohh i used this configure line:
./configure –enable-sqlite3 –with-id3tag=/usr/localAnybody know whats the problem, how i can fix it?
Greets,
MSN_ExploderFrom the rest of the comments, the fact you can’t run 1655 sounds like a feature, not a bug. π Should be fixed next nightly, but the patch will be here once svn replicates.
— Ron
09/09/2007 at 10:38 AM #12432MSN_ExploderParticipantThx, damn fast response, will give it a try shortly.
@rpedde wrote:
From the rest of the comments, the fact you can’t run 1655 sounds like a feature, not a bug. π
Maybe, maybe not π
But i think its worth a try πBut just in case, i will keep a backup fom my old build π
Greets
09/09/2007 at 11:35 AM #12433MSN_ExploderParticipantHmm, just tried to make the changes by hand, but no luck.
Than i tought “Man maybe u just too stupid to do it right”,
so i checkout the latest svn head.Used the same config etc.
But still got the same error π₯Whats going wrong there?
Greets,
MSN_Exploder09/09/2007 at 10:56 PM #12434rpeddeParticipant@MSN_Exploder wrote:
Hmm, just tried to make the changes by hand, but no luck.
Than i tought “Man maybe u just too stupid to do it right”,
so i checkout the latest svn head.Used the same config etc.
But still got the same error π₯Whats going wrong there?
Greets,
MSN_ExploderThat’s the only thing I see. I’m just not sure where socklen_t is defined on freebsd.
I’ll work a bit harder to see where that gets defined and see if I can get a more proper patch.
— Ron
10/09/2007 at 12:08 AM #12435MSN_ExploderParticipant@rpedde wrote:
That’s the only thing I see. I’m just not sure where socklen_t is defined on freebsd.
I’ll work a bit harder to see where that gets defined and see if I can get a more proper patch.
— Ron
Great, thx
If i can help u in any way, just ask ^^Greets,
MSN_Exploder11/09/2007 at 4:46 AM #12436rpeddeParticipant@MSN_Exploder wrote:
@rpedde wrote:
That’s the only thing I see. I’m just not sure where socklen_t is defined on freebsd.
I’ll work a bit harder to see where that gets defined and see if I can get a more proper patch.
— Ron
Great, thx
If i can help u in any way, just ask ^^Greets,
MSN_ExploderLooks like it’s in sys/socket.h.
Should be fixed in tonight’s nightly, which is baking now.
— Ron
11/09/2007 at 1:05 PM #12437MSN_ExploderParticipanthmm, now i get this error:
In file included from webserver.h:25,
from conf.h:60,
from ff-plugins.c:11:
io.h:73: error: syntax error before “uint64_t”
io.h:74: error: syntax error before “uint64_t”
io.h:75: error: syntax error before “uint64_t”
In file included from conf.h:60,
from ff-plugins.c:11:
webserver.h:138: error: syntax error before “uint64_t”
*** Error code 112/09/2007 at 4:05 AM #12438rpeddeParticipant@MSN_Exploder wrote:
hmm, now i get this error:
In file included from webserver.h:25,
from conf.h:60,
from ff-plugins.c:11:
io.h:73: error: syntax error before “uint64_t”
io.h:74: error: syntax error before “uint64_t”
io.h:75: error: syntax error before “uint64_t”
In file included from conf.h:60,
from ff-plugins.c:11:
webserver.h:138: error: syntax error before “uint64_t”
*** Error code 1Ha!
Gack. Gotta love the circular dependencies.
Try adding #include at the top of io.h, just after the include guards.
— Ron
12/09/2007 at 8:49 AM #12439MSN_ExploderParticipant@rpedde wrote:
Try adding #include at the top of io.h, just after the include guards.
Looks like this did the trick, at least building didn’t break with an error.
Cant tell if its workin, will try this later, have to go.Thx
-
AuthorPosts
- The forum ‘Nightlies Feedback’ is closed to new topics and replies.