|
From: Leif M. <le...@ta...> - 2006-11-22 21:41:56
|
Chuck,
Oops. You are correct. That is broken for the WRAPPER_OS,
WRAPPER_ARCH and WRAPPER_BITS variables on all platforms.
The problem is that that wrapperinfo.c file is being generated once when
I do the
prerelease build on windows. That prerelease distribution is then used
to build the
various platforms. The fix is to move the generation of the
wrapperinfo.c file so it
is correct done on each individual platform.
Sorry about that.
This will be fixed in the next release.
Cheers,
Leif
Chuck Williams wrote:
> Hi All,
>
> %WRAPPER_OS% in wrapper.conf is expanding to "windows" using
> libwrapper.so from wrapper.linux-x86-32-3.2.3 binary distribution. It
> appears there was some build error in the generation of of WrapperInfo.c
> from WrapperInfo.c.in?
>
> Has anyone else seen this? I build the Java portions of wrapper, but
> have not wanted face all the platform issues of building the native
> code. The only workaround I could find was to apply a script to
> wrapper.conf that expands the %WRAPPER_OS% environment variable ahead of
> time. Might there be a better approach?
>
> Thanks for any suggestions,
>
> Chuck
>
>
> -------------------------------------------------------------------------
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to share your
> opinions on IT & business topics through brief surveys - and earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> Wrapper-user mailing list
> Wra...@li...
> https://lists.sourceforge.net/lists/listinfo/wrapper-user
>
>
|