[tlbuild] Compiling texk/dvisvgm/dvisvgm-1.2/src/dvisvgm/FileFinder.cpp under Solaris
Apostolos Syropoulos
asyropoulos at gmail.com
Sun Mar 31 23:38:50 CEST 2013
The previous e-mail was not complete: I ma using the new gmail interface...
At any rate, here is the source file I am using:
#define HAVE_STRING_H 1
#include <iostream>
#include <string>
using namespace std;
namespace KPS {
extern "C" {
#include "c-memstr.h"
}
}
using namespace KPS;
int main() {
std::string x;
string y = "abcdef";
std::cout << y << " " << __cpluplus << std::endl;
}
And file c-mmestr.h is the original file that is included in the source
tree.
A.S.
--
Apostolos Syropoulos
Xanthi, GREECE
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://tug.org/pipermail/tlbuild/attachments/20130401/1bd16357/attachment-0001.html>
More information about the tlbuild
mailing list