logo
Apache Lounge
Webmasters

 

About Forum Index Downloads Search Register Log in RSS X


Keep Server Online

If you find the Apache Lounge, the downloads and overall help useful, please express your satisfaction with a donation.

or

Bitcoin

A donation makes a contribution towards the costs, the time and effort that's going in this site and building.

Thank You! Steffen

Your donations will help to keep this site alive and well, and continuing building binaries. Apache Lounge is not sponsored.
Post new topic   Forum Index -> Apache View previous topic :: View next topic
Reply to topic   Topic: Apache apr-iconv compilation failing
Author
Anitha



Joined: 25 Sep 2016
Posts: 34
Location: india

PostPosted: Sat 20 May '23 21:07    Post subject: Apache apr-iconv compilation failing Reply with quote

Hi Team ,

I am compiling the Apache 2.4.57 version and here i am facing the apr-iconv compilation failed with following error using cmake compilation.

CMake Error: The source directory "C:/httpd_2_4_57/srclib/apr-iconv" does not appear to contain CMakeLists.txt.

But in my project the "libapriconv-1.dll" file is used hence i need to retain this file. kindly help me team.

Thanks,
Anitha.S
Back to top
tangent
Moderator


Joined: 16 Aug 2020
Posts: 305
Location: UK

PostPosted: Sat 20 May '23 22:25    Post subject: Reply with quote

Package apr-iconv currently has no support for building with CMake; as you've found there is no CMakeLists.txt file.

Consequently, in the site CMake build HowTo - https://www.apachelounge.com/viewtopic.php?t=8609, apr-iconv is built with NMake, noting there are a number of configuration issues to be addressed beforehand.

Hopefully, the comments in the apr-iconv section of the batch file will help you resolve your build process.
Back to top


Reply to topic   Topic: Apache apr-iconv compilation failing View previous topic :: View next topic
Post new topic   Forum Index -> Apache