#175 closed Defect (fixed)
trunk rev. 1242+ fails to build
Reported by: | b4rt | Owned by: | somebody |
---|---|---|---|
Priority: | Normal | Milestone: | Sometime |
Component: | libtransmission | Version: | Other |
Severity: | Normal | Keywords: | |
Cc: |
Description
trunk rev. 1242+ fails to build on i386 / Linux 2.4.34 / gcc 2.95.4
snip of output of compile-try (./configure --disable-gtk && make) svn-1278 :
tracker.c: In function `readAnswer': tracker.c:669: parse error before `hdr' tracker.c:671: `hdr' undeclared (first use in this function) tracker.c:671: (Each undeclared identifier is reported only once tracker.c:671: for each function it appears in.) tracker.c:673: parse error before `char' tracker.c:674: `address' undeclared (first use in this function) tracker.c: In function `readScrapeAnswer': tracker.c:942: parse error before `hdr' tracker.c:944: `hdr' undeclared (first use in this function) tracker.c:946: parse error before `char' tracker.c:947: `address' undeclared (first use in this function) Compile line for tracker.o was: cc -g -Wall -W -O3 -funroll-loops -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DSYS_LINUX -DHAVE_OPENSSL -D__TRANSMISSION__ -o tracker.o -c tracker.c make[2]: *** [tracker.o] Error 1 make[1]: *** [.lib] Error 2 make: *** [all] Error 2
Attachments (1)
Change History (6)
Changed 16 years ago by b4rt
comment:1 Changed 16 years ago by livings124
- Resolution set to fixed
- Status changed from new to closed
Should be fixed in [1280]
comment:2 Changed 16 years ago by b4rt
- Resolution fixed deleted
- Status changed from closed to reopened
1280 did not fully fix this (on my system) :
./configure --disable-gtk && make ... Cc tracker.o tracker.c: In function `readAnswer': tracker.c:669: parse error before `hdr' tracker.c:671: `hdr' undeclared (first use in this function) tracker.c:671: (Each undeclared identifier is reported only once tracker.c:671: for each function it appears in.) tracker.c: In function `readScrapeAnswer': tracker.c:943: parse error before `hdr' tracker.c:945: `hdr' undeclared (first use in this function) Compile line for tracker.o was: cc -g -Wall -W -O3 -funroll-loops -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_GNU_SOURCE -DSYS_LINUX -DHAVE_OPENSSL -D__TRANSMISSION__ -o tracker.o -c tracker.c make[2]: *** [tracker.o] Error 1 make[1]: *** [.lib] Error 2 make: *** [all] Error 2
comment:3 Changed 15 years ago by livings124
Fixed in [1353]
comment:4 Changed 15 years ago by livings124
- Resolution set to fixed
- Status changed from reopened to closed
comment:5 Changed 11 years ago by jordan
- Component changed from Transmission to libtransmission
Note: See
TracTickets for help on using
tickets.
patch for tracker.c svn-1278