cygwin mod-xslt2 [closed] - xslt

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I am trying to compile up mod-xslt2 using the cygwin, the mod-xslt2 is using the apache apxs2 program, which is installed within the cygwin environment within the /usr/sbin/ directory but when it comes to finding that program (apxs2) the cygwin ./configure does not appear to "see" it and says it is not there, but when I run the program from the command line within the cygwin interface it works perfectly fine. Any advice ?
Regards.

Related

Linux cannot find -lboost_zlib [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I am trying to build a C++ program under Linux (it was originally developed under Windows), during which I am asked to install cmake and libboost.
I installed both. But I am still getting an error message
/usr/bin/ld: cannot find -lboost_zlib
The question is where can I find libboost_zlib. Perhaps this program was supposed not to be runnable under Linux?
I already installed libboost-all-dev, and I found there is nothing like libboost_zlib in the library. Thanks for your time!
Finally, I figured out the problem. Thelibboost_zlibis no long existed in the new libboost distribution(at least after version 1.46). Instead, zlib is integrated in libboost_iostreams. So there is no need to link libboost_zlib, libboost_iostreams does all the work.

Fedora 17 and Google Protocol Buffers [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
Has anybody had any trouble compiling protocol buffers using GCC on Fedora 17? I believe I installed the correct packages
sudo yum install protobuf*
The protoc compiler works fine but the generated class and header files don't compile when I add them to a fresh project. Any ideas? Thanks
Duh, I forgot to add -lprotobuf. Nevermind!

Unicode support in Java SE7: missing classes for Unicode scripts? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 10 years ago.
I'm trying to capture Arabic text using the java regular expression \\p{IsArabic}, however the java compiler does not seem to recognize it, even though the documentation for java SE7 says it does.
I am pretty sure I'm using the correct compiler (JDK 1.7). In fact, the compiler is not recognizing any of the script classes, such as \\p{IsLatin} and \\p{IsGreek} ! Is anyone else having the same problem?

Unable to start the program, System cannot find the file specified VS2010 [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
The problem is that when I try to debug is gives me the error message in this topic title.
I have checked the debug command and it is pointing to the correct location of the General Output Directory and the Linker Output File.
I've had this problem before and the above solution would fix it, but this time I'm stumped.
Any help is greatly appreciated, I just learned about the configuration settings and macros in VS a couple hours ago so it wouldn't be surprising if the error would be a simple one I didn't notice.
It may be that the file it cannot find isn't the executable itself, but a dependency of it, such as a DLL.
Make sure that:
You have really rebuilt the project
You have specified the correct executable
The "Current working directory" is someplace from which you can see the Dependant DLLs

Any new stuff in libpng 1.4 series? [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center.
Closed 11 years ago.
What is new in the soon to be released libpng 1.4 series? The DLL is almost twice the size of 1.2.41
The many changes are listed here, starting with the line version 1.4.0beta1 [April 20, 2006]
Release notes are here:
http://cdnetworks-us-1.dl.sourceforge.net/project/libpng/02-libpng-devel/1.4.0rc02/libpng-1.4.0rc02-README.txt