Re: [pdf-devel] how to get code by bzr with proxy setting?

2009-11-16 Thread Yang Song
ay 16 November 2009 14:32:31 Yang Song wrote: > Hi, > > I think some of newcomers would meet problem when fetch code : > >    $ bzr branch http://bzr.savannah.gnu.org/r/pdf/libgnupdf/branches/trunk > > I found it's caused if user had set network proxy. Do you mean "I fou

[pdf-devel] how to get code by bzr with proxy setting?

2009-11-15 Thread Yang Song
Hi, I think some of newcomers would meet problem when fetch code :     $ bzr branch http://bzr.savannah.gnu.org/r/pdf/libgnupdf/branches/trunk I found it's caused if user had set network proxy. Unfortunately, I don't know how to set proxy for bzr. I sent mail here for asking if anyone know how

Re: [pdf-devel] errors building for mingw32

2009-11-11 Thread Yang Song
I couldn't pass build on mingw32 either, and I was confused why the pre-processor PDF_HOST_WIN32 not turned on mingw32? Then, when should this preprocessor be used for? B.T.W, I wondering if it's possible to add MS Visual C++ compile support. I'd like to take such task Thanks -Scord

[pdf-devel] PDF DIR APIS

2009-09-28 Thread Yang Song
Hi, I was building gnupdf with Cygwin, but found some confused DIR definitions(src/base/pdf-fsys-disk.c:432): /* Host-dependent opendir(), closedir() and friends*/ #ifdef PDF_HOST_WIN32 #define PDF_DIR _WDIR #define pdf_dirent_s _wdirent #define PDF_OPENDIR(f) _wopendir((const w

[pdf-devel]How to get code?

2009-08-04 Thread Yang Song
Hi, all, I followed the info at http://gnupdf.org/manuals/gnupdf-hg-manual/html_node/Information-for-New comers.html#Information-for-Newcomers,     $ bzr branch http://bzr.savannah.gnu.org/r/pdf/libgnupdf/branches/trunk But it only got a .bzr directory, no code found, and I tried browse above U