configure

Easiest way to get Compass/Sass running on OSX

I first had to follow the instructions here to make sure that I had Ruby and Gems installed. Then I installed compass using Gems. Then I tried to run compass and had some errors... "Warning: Unable to load CarbonCore. FSEvents will be unavailable compass" I found a solution here, but it required me to install RVM via gems first...

Symfony database setup: command "symfony" in ms-dos doesn't work

Hello there, I am trying to do this: c:\> php symfony configure:database "mysql:host=localhost;dbname=jobeet" root mYsEcret This doesnt work for me because it says Could not open input file I thought I needed to add symfony-file located in C:\dev\sfprojects\jobeet\lib\vendor\symfony\data\bin\ to PATH, but this didn't do the trick....

Compile C lib for iPhone

I'm trying to compile ZeroMQ C binding in order to be able to use it on iPhone, here is my configure options: ./configure --host=arm-apple-darwin --enable-static=yes --enable-shared=no CC=/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/arm-apple-darwin10-gcc-4.2.1 CFLAGS="-pipe -std=c99 -Wno-trigraphs -fpascal-strings -O0 -Wre...

Techniques to provide a shared build environment on Windows and Unix

I'm certain this has been asked before, with with nearly 900k questions, it's hard to find things :) We are starting a project where we want our C++ and Python to run both under a Unix environment but also under Windows. We want to make our project easy to contribute to as developers, and so we wish to have what each side feels is "nat...

my memcached server have to be "flush_all" per about 12 hours ,unless the app would down soon.

my memcached server have to be "flush_all" per about 12 hours ,unless the app would down soon. if i ignore some memcached settings? my app based on java/tomcat i startup memcached by typed "nohup ./memcached -p [port] -m 8192" that all, i' can't found the configure file of my memcached server. i installing memcached by typed ta...

How can I check with which options was program compiled?

Hi, I would like to know options which where passed to program before make, which is currently installed on my Ubuntu (from deb). I would like to compile it manualy with the same options (+ some extra). ...

Any difference between configure.ac and configure.in, and Makefile.am and Makefile.in?

I have seen both in different things I have configured. What I the difference? Is it notable to use only one? Or does it not matter which one to use? ...

pkg-config --modversion glib-2.0' returned 2.21.3, but GLIB (2.20.1) was found

'pkg-config --modversion glib-2.0' returned 2.21.3, but GLIB (2.20.1) * was found! If pkg-config was correct, then it is best to remove the old version of GLib. You may also be able to fix the error by modifying your LD_LIBRARY_PATH enviroment variable, or by editing /etc/ld.so.conf. Make sure you have run ldconfig if that is require...

Installing Subtext Blogging Software with SQLCompact 4.0

Does anyone know how to install the SubText blogging software via the MS Web Platform installer, WebMatrix or manually so that it can use a SQLCompact 4.0 database? It says it's possible, but it's really not straightforward or at least does not appear to be straightforward. ...

Android How to add/configure Exchange setting programmatically?

Is it me or I can't find any example of how to add/configure Microsoft Exchange programatically? It seems like AccountManager :: addAccount (String accountType, String authTokenType, String[] requiredFeatures, Bundle addAccountOptions, Activity activity, AccountManagerCallback<Bundle> callback, Handler handler) should do the work...