Modify

Opened 18 years ago

Closed 18 years ago

#517 closed defect (fixed)

DEBUG option for compile does not work

Reported by: anonymous Owned by: Bas van der Vlies
Priority: normal Component: EmailtoTracScript
Severity: normal Keywords: configure
Cc: syd@… Trac Release: 0.9

Description

I tried to configure email2trac a few different ways to enable debugging:

./configure --prefix=/usr --with-trac_user=apache --with-mta_user=mail DEBUG=1
./configure --prefix=/usr --with-trac_user=apache --with-mta_user=mail CFLAGS="-DDEBUG=1"'

and also setting CFLAGS environment variable and DEBUG environment variable, but make always showed DEBUG=0.

Attachments (0)

Change History (3)

comment:1 Changed 18 years ago by Bas van der Vlies

Status: newassigned

comment:2 Changed 18 years ago by Bas van der Vlies

Fixed this in trunk. DEBUG is default 0 and you can set it with:

  • DEBUG=1 ./configure

I will close it as i release a new version

comment:3 Changed 18 years ago by Bas van der Vlies

Resolution: fixed
Status: assignedclosed

fixed in version 0.8.0

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Bas van der Vlies.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.