Opened 16 years ago

Closed 16 years ago

#272 closed bug (Invalid)

Can not compile with gcc-4.3.1 on Ubuntu Intrepid

Reported by: a.starr.b@… Owned by: markybob
Priority: major Milestone:
Component: 0.5.x Version: 0.5.9.1
Keywords: gcc compile ubuntu Cc:

Description

... src/deluge_core.cpp:2682: warning: deprecated conversion from string constant to 'char*' src/deluge_core.cpp: In function 'void initdeluge_core()': src/deluge_core.cpp:2687: warning: deprecated conversion from string constant to 'char*' error: command 'gcc' failed with exit status 1 make: * [build-stamp2.4] Error 1

I receive this error while trying compile with gcc-4.3.1 on Ubuntu Intrepid. It compiles without error with gcc 4.2.4 on Ubuntu Hardy.

Change History (2)

comment:1 Changed 16 years ago by a.starr.b@…

Should preview first. This should be more clear:

src/deluge_core.cpp:2682: warning: deprecated conversion from string constant to 'char*'
src/deluge_core.cpp: In function 'void initdeluge_core()':
src/deluge_core.cpp:2687: warning: deprecated conversion from string constant to 'char*'
error: command 'gcc' failed with exit status 1
make: *** [build-stamp2.4] Error 1

sorry for the bug spam...

comment:2 Changed 16 years ago by a.starr.b@…

  • Resolution set to invalid
  • Status changed from new to closed

It now builds correctly in Intrepid, must have been an Ubuntu problem.

Note: See TracTickets for help on using tickets.