chennqqi / google-url

Automatically exported from code.google.com/p/google-url
Other
0 stars 0 forks source link

Does google-url support compile in LInux? #30

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. compile google-url on linux using make
2. it will fail because it can't find "tchar.h"
3.

What is the expected output? What do you see instead?
"tchar.h" is on windows, not on linux.
I think you should remove the "tchar.h" and use another lib .

What version of the product are you using? On what operating system?
I got the version from chromium.

Please provide any additional information below.
nothing

Original issue reported on code.google.com by qingwei2...@gmail.com on 19 Jun 2012 at 1:53

GoogleCodeExporter commented 8 years ago
I saw "This C++ library is designed for Unix and Windows client and server 
programs that require URL parsing, canonicalization, or resolving. It is 
primarily used as a component in the Chromium project." But it can't pass 
compiling in linux platform.

Original comment by qingwei2...@gmail.com on 19 Jun 2012 at 1:54

GoogleCodeExporter commented 8 years ago
You may want to replace the logging file with something that integrates with 
your own build system. It's not actually used. Chrome uses its own logging file 
here: which is cross platform but has more dependencies:
http://src.chromium.org/viewvc/chrome/trunk/src/base/

Original comment by bre...@gmail.com on 19 Jun 2012 at 3:50