[
https://issues.apache.org/jira/browse/DAEMON-222?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov reopened DAEMON-222:
-----------------------------------
Breaks other builds now:
{noformat}
gcc -g -O2 -DOS_FREEBSD -DDSO_DLFCN -D_THREAD_SAFE -pthread -DCPU=\"i386\"
-Wall -Wstrict-prototypes -I/usr/local/diablo-jdk1.6.0/include
-I/usr/local/diablo-jdk1.6.0/include/freebsd -c jsvc-unix.c -o jsvc-unix.o
jsvc-unix.c: In function 'child':
jsvc-unix.c:744: error: 'arg_data' has no member named 'procname'
jsvc-unix.c: In function 'main':
jsvc-unix.c:1097: error: 'arg_data' has no member named 'procname'
*** Error code 1
Stop in /.amd_mnt/blnn728x/home/osipovmi/Projekte/daemon-unix/native.
*** Error code 1
Stop in /.amd_mnt/blnn728x/home/osipovmi/Projekte/daemon-unix.
{noformat}
> Remove 'procname' option with preprocessor condition if OS is not Linux
> -----------------------------------------------------------------------
>
> Key: DAEMON-222
> URL: https://issues.apache.org/jira/browse/DAEMON-222
> Project: Commons Daemon
> Issue Type: Improvement
> Components: Jsvc
> Affects Versions: 1.0.7
> Reporter: Michael Osipov
> Assignee: Mladen Turk
> Fix For: 1.0.7
>
>
> The procname option can only be used on Linux. It would be removed by the
> preprocessor if the target OS is not Linux.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira