configure

Compiling ImageMagick as 64bit under OS X?

微笑、不失礼 提交于 2020-01-11 14:02:09
问题 I'm trying to install moddims on OS X (see previous question), an Apache module with a dependency on ImageMagick. As far as I can tell, the OS X Apache is compiled as 64 bit. My previous attempt to run the moddims module I had compiled gave the following error: httpd: Syntax error on line 117 of /private/etc/apache2/httpd.conf: Cannot load /usr/libexec/apache2/libmod_dims.so into server: dlopen(/usr/libexec/apache2/libmod_dims.so, 10): no suitable image found. Did find:\n\t/usr/libexec

common.gypi not found error in node.js

本秂侑毒 提交于 2020-01-11 04:23:04
问题 I am trying to "node-gyp configure" to try to get the ms sql server driver. However, initially it said binding.gypi was missing or something to that effect. Now however it is saying common.gypi not found. So I created a text document relabelled it as common.gypi and pasted the code from the file common.gypi that I found in the github repository into the file and saved it and closed it and ran "node-gyp configure". This is the output. D:\Node\SQLServerConnector\node-sqlserver-master>node-gyp

how to add a new files to existing makefile project

瘦欲@ 提交于 2020-01-07 02:55:27
问题 I am trying to add some functionality to existing makefile project. I wrote some .c and .h files. After some googling time I found that Makefile.am should be modified and run autoreconf will do what I need. Can some one please explain how to do this exactly? Thank you. FYI I am trying to compile http://sipe.sourceforge.net/ 回答1: You need to modify the Makefile.am found under the directory where you've kept you .c and .h files. Take a look at this file if you've .c file under telepathy

Log4Net can't locate logfile anywhere

☆樱花仙子☆ 提交于 2020-01-04 21:38:36
问题 I have followed many different guides on how to configure the log4net, it is up and running but i can't find a log file anywhere ... This is how my configuration look like: Web.Config <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> <log4net debug="true"> <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="C:\\temp\\Log.txt" /> <appendToFile value="true" /> <rollingStyle value="Size" />

Log4Net can't locate logfile anywhere

六月ゝ 毕业季﹏ 提交于 2020-01-04 21:38:24
问题 I have followed many different guides on how to configure the log4net, it is up and running but i can't find a log file anywhere ... This is how my configuration look like: Web.Config <section name="log4net" type="log4net.Config.Log4NetConfigurationSectionHandler, log4net" /> <log4net debug="true"> <appender name="RollingLogFileAppender" type="log4net.Appender.RollingFileAppender"> <file value="C:\\temp\\Log.txt" /> <appendToFile value="true" /> <rollingStyle value="Size" />

Boost 1.51 : “error: could not link against boost_thread !”

江枫思渺然 提交于 2020-01-04 07:58:46
问题 After I've installed boost for cufflinks, I ran ./configure. I am getting the following error: checking for exit in -lboost_thread... no checking for exit in -lboost_thread... (cached) no checking for exit in -lboost_thread... (cached) no error: Could not link against boost_thread ! 回答1: check your config.log, it will show you in more detail why it failed: configure:11032: checking for exit in -lboost_thread configure:11057: g++ -o conftest -I/home/jcomeau/include -Wstack-protector -fstack

Configure error with Mac OS X 10.8.5 Xcode 5.0.2: clang: error: argument to '-V' is missing (expected 1 value) clang: error: no input files

|▌冷眼眸甩不掉的悲伤 提交于 2020-01-03 17:28:37
问题 on MacOSX 10.8.5, after upgrading to Xcode 5.0.2 (and upgrading/installing the Command Line Tools (from within Xcode preferences) I was installing FFTW 3.3.3 and Open MPI 1.6.5 by configuring them from the sources. I get the same type of error in both config.log files in the configure step, which shows the problem is not with the programs as I downloaded them from the official websites. In short, the first error I see in the both logs is: configure:3750: checking for gcc configure:3766: found

How to pass extra custom ./configure autotools options to a Buildroot package?

纵然是瞬间 提交于 2020-01-02 16:54:03
问题 E.g., I want to add the options --enable-foo --enable-bar to a ./configure command. Many ./configure options can be set indirectly through BR2_ configs, but many software have so many options that it would be infeasible to have one BR2_ config for every possible ./configure option. Is there a general mechanism that works for all autotools packages? 回答1: I think there is no current general method as of 2017.02, since package/pkg-autotools.mk contains: # Configure package for target define $(2)

How to pass extra custom ./configure autotools options to a Buildroot package?

痞子三分冷 提交于 2020-01-02 16:53:17
问题 E.g., I want to add the options --enable-foo --enable-bar to a ./configure command. Many ./configure options can be set indirectly through BR2_ configs, but many software have so many options that it would be infeasible to have one BR2_ config for every possible ./configure option. Is there a general mechanism that works for all autotools packages? 回答1: I think there is no current general method as of 2017.02, since package/pkg-autotools.mk contains: # Configure package for target define $(2)

What is config.log on osx and where does it live?

≯℡__Kan透↙ 提交于 2020-01-02 01:22:09
问题 Can anyone explain what 'configure' is and does, where the config.log file can be found in general? This is in relation to a specific problem ( gcc not working - Xcode 3.2.6 - Snow Leopard ) but I thought this question might be of more general interest: When trying to install rubies with RVM, and I think possibly anything involving Xcode's gcc compiler, or possibly even more general than that, if there are errors then the logs usually refer to a config.log file. E.g. in my /yaml/configure.log