<!-- 
RSS generated by JIRA (9.7.1#970001-sha1:2222b88b221c4928ef0de3161136cc90c8356a66) at Wed Feb 07 22:01:04 UTC 2024

It is possible to restrict the fields that are returned in this document by specifying the 'field' parameter in your request.
For example, to request only the issue key and summary append 'field=key&field=summary' to the URL of your request.
-->
<rss version="0.92" >
<channel>
    <title>MongoDB Jira</title>
    <link>https://jira.mongodb.org</link>
    <description>This file is an XML representation of an issue</description>
    <language>en-us</language>    <build-info>
        <version>9.7.1</version>
        <build-number>970001</build-number>
        <build-date>13-04-2023</build-date>
    </build-info>


<item>
            <title>[CXX-1002] mongo cxx compilation error</title>
                <link>https://jira.mongodb.org/browse/CXX-1002</link>
                <project id="11980" key="CXX">C++ Driver</project>
                    <description>&lt;p&gt;I followed all the instruction written in &lt;a href=&quot;https://github.com/mongodb/mongo-cxx-driver/wiki/Quickstart-Guide-(New-Driver&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;https://github.com/mongodb/mongo-cxx-driver/wiki/Quickstart-Guide-(New-Driver&lt;/a&gt;). However, I got the error that specify that mongoc.h cannot be found and I cannot resolve the problem.I added the command list that i ran. &lt;/p&gt;</description>
                <environment></environment>
        <key id="310717">CXX-1002</key>
            <summary>mongo cxx compilation error</summary>
                <type id="3" iconUrl="https://jira.mongodb.org/secure/viewavatar?size=xsmall&amp;avatarId=14718&amp;avatarType=issuetype">Task</type>
                                            <priority id="3" iconUrl="https://jira.mongodb.org/images/icons/priorities/major.svg">Major - P3</priority>
                        <status id="6" iconUrl="https://jira.mongodb.org/images/icons/statuses/closed.png" description="The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.">Closed</status>
                    <statusCategory id="3" key="done" colorName="success"/>
                                    <resolution id="4">Incomplete</resolution>
                                        <assignee username="-1">Unassigned</assignee>
                                    <reporter username="gokhan.ylmz87">Gokhan Yilmaz</reporter>
                        <labels>
                    </labels>
                <created>Mon, 22 Aug 2016 09:15:12 +0000</created>
                <updated>Wed, 11 Sep 2019 19:06:20 +0000</updated>
                            <resolved>Mon, 12 Sep 2016 15:19:42 +0000</resolved>
                                                                    <component>Release</component>
                                        <votes>0</votes>
                                    <watches>3</watches>
                                                                                                                <comments>
                            <comment id="1382076" author="rassi@10gen.com" created="Mon, 12 Sep 2016 15:19:42 +0000"  >&lt;p&gt;I&apos;m closing this ticket as &quot;Incomplete&quot;, as we haven&apos;t heard back for a couple of weeks.  Feel free to re-open this ticket if you believe you have discovered an issue with the build system, or to post on the &lt;a href=&quot;https://groups.google.com/forum/#!forum/mongodb-user&quot; class=&quot;external-link&quot; target=&quot;_blank&quot; rel=&quot;nofollow noopener&quot;&gt;mongodb-user&lt;/a&gt; mailing list if you need additional help building the C++ driver.&lt;/p&gt;</comment>
                            <comment id="1369518" author="rassi@10gen.com" created="Fri, 26 Aug 2016 20:51:23 +0000"  >&lt;p&gt;Hi &lt;a href=&quot;https://jira.mongodb.org/secure/ViewProfile.jspa?name=gokhan.ylmz87&quot; class=&quot;user-hover&quot; rel=&quot;gokhan.ylmz87&quot;&gt;gokhan.ylmz87&lt;/a&gt;,&lt;/p&gt;

&lt;p&gt;Indeed, I see the following error in your attached file commandlist2.txt:&lt;/p&gt;
&lt;p/&gt;
&lt;div id=&quot;syntaxplugin&quot; class=&quot;syntaxplugin&quot; style=&quot;border: 1px dashed #bbb; border-radius: 5px !important; overflow: auto; max-height: 30em;&quot;&gt;
&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot; width=&quot;100%&quot; style=&quot;font-size: 1em; line-height: 1.4em !important; font-weight: normal; font-style: normal; color: black;&quot;&gt;
		&lt;tbody &gt;
				&lt;tr id=&quot;syntaxplugin_code_and_gutter&quot;&gt;
						&lt;td  style=&quot; line-height: 1.4em !important; padding: 0em; vertical-align: top;&quot;&gt;
					&lt;pre style=&quot;font-size: 1em; margin: 0 10px;  margin-top: 10px;   margin-bottom: 10px;  width: auto; padding: 0;&quot;&gt;&lt;span style=&quot;color: black; font-family: &apos;Consolas&apos;, &apos;Bitstream Vera Sans Mono&apos;, &apos;Courier New&apos;, Courier, monospace !important;&quot;&gt;D:\01-Dev\mongo-cxx-driver-master\src\mongocxx/private/libmongoc.hpp(17): fatal error C1083: Cannot open include file: &apos;mongoc.h&apos;: No such file or directory [D:\01-Dev\mongo-cxx-driver-master\src\mongocxx\mongocxx.vcxproj] &lt;/span&gt;&lt;/pre&gt;
			&lt;/td&gt;
		&lt;/tr&gt;
			&lt;/tbody&gt;
&lt;/table&gt;
&lt;/div&gt;
&lt;p/&gt;

&lt;p&gt;mongoc.h is a header file provided by libmongoc.  Since mongoc.h cannot be found, I infer that either the value passed for LIBMONGOC_DIR is incorrect, or that the libmongoc build or install process did not successfully complete.  The value you pass for LIBMONGOC_DIR when building the C++ driver should be the same as the value passed for CMAKE_INSTALL_PREFIX when building libmongoc.&lt;/p&gt;

&lt;p&gt;Could you provide the answers to the following questions?&lt;/p&gt;
&lt;ul class=&quot;alternate&quot; type=&quot;square&quot;&gt;
	&lt;li&gt;Can you post the cmake invocation you used to configure the build for libmongoc?&lt;/li&gt;
	&lt;li&gt;Did &quot;msbuild.exe ALL_BUILD.vcxproj&quot; and &quot;msbuild.exe INSTALL.vcxproj&quot; both complete successfully for libmongoc?&lt;/li&gt;
	&lt;li&gt;Can you post the output of running the command &quot;dir /s D:\01-Dev\mongo-c-driver&quot;?  I am guessing that this is the directory you attempted to install libmongoc to, and this directory listing should reveal whether or not the install process completed.&lt;/li&gt;
&lt;/ul&gt;


&lt;p&gt;Thanks.&lt;br/&gt;
~ Rassi&lt;/p&gt;</comment>
                    </comments>
                    <attachments>
                            <attachment id="135800" name="commandlist1.txt" size="9005" author="gokhan.ylmz87" created="Mon, 22 Aug 2016 09:15:12 +0000"/>
                            <attachment id="135799" name="commandlist2.txt" size="17316" author="gokhan.ylmz87" created="Mon, 22 Aug 2016 09:15:12 +0000"/>
                    </attachments>
                <subtasks>
                    </subtasks>
                <customfields>
                                                                                                                                                                                                                                                                                                                                                                    <customfield id="customfield_15850" key="com.atlassian.jira.plugins.jira-development-integration-plugin:devsummary">
                        <customfieldname>Development</customfieldname>
                        <customfieldvalues>
                            
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        <customfield id="customfield_12550" key="com.pyxis.greenhopper.jira:gh-lexo-rank">
                        <customfieldname>Rank</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>2|hsoxwn:</customfieldvalue>

                        </customfieldvalues>
                    </customfield>
                                                                <customfield id="customfield_10558" key="com.pyxis.greenhopper.jira:gh-global-rank">
                        <customfieldname>Rank (Obsolete)</customfieldname>
                        <customfieldvalues>
                            <customfieldvalue>9223372036854775807</customfieldvalue>
                        </customfieldvalues>
                    </customfield>
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            </customfields>
    </item>
</channel>
</rss>