Download
Entwicklung
Konto
Download
Entwicklung
Anmelden
Vergessen Konto/Passwort
Konto erstellen
Sprache
Hilfe
Sprache
Hilfe
×
Anmelden
Anmeldename
Passwort
×
Vergessen Konto/Passwort
Übersetzungsstatus von Deutsch
Kategorie:
Software
Personen
PersonalForge
Magazine
Wiki
Suche
OSDN
>
Finden Software
>
Text Editors
>
Alpha
>
Foren
>
Entwickler
>
Subversion でのソースコード管理を始めました
Alpha
Fork
Beschreibung
Projekt Zusammenfassung
Entwickler-Dashboard
Web-Seite
Entwickler
Bildergalerie
RSS Feed-Liste
Aktivität
Statistiken
Historie
Downloads
Aller Releases-Liste
Statistiken
Quellcode
Quellcode-Repositorys-Liste
Mercurial
alpha
Ticket
Ticket-Liste
Liste der Meilensteine
Typenliste
Komponentenliste
Liste der zuletzt benutzten Tickets/RSS
Neue Ticket abschicken
Kommunikation
Forum-Liste
Entwickler (12)
公開討議 (70)
Foren:
Entwickler
(Thread #13603)
Zurück zur Thread-Liste
RSS
Subversion でのソースコード管理を始めました (2007-02-08 12:34 by
exeal
#27501)
Antworten
Ticket erstellen
Subversion を使ったソースコードの管理を開始しました。
ディレクトリの構造はまだ完全ではありませんが、お知らせします。
リポジトリは Web ブラウザで閲覧できます。
http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/?root=alpha
チェックアウトの詳細は SourceForge.jp のドキュメントを読んください。
http://sourceforge.jp/projects/sourceforge/document/how_to_use_subversion/ja/9/how_to_use_subversion.html
Reply to #27501
×
Subjekt
Körper
Reply To Message #27501 > > Subversion を使ったソースコードの管理を開始しました。 > ディレクトリの構造はまだ完全ではありませんが、お知らせします。 > リポジトリは Web ブラウザで閲覧できます。 > > http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi/?root=alpha > > チェックアウトの詳細は SourceForge.jp のドキュメントを読んください。 > > http://sourceforge.jp/projects/sourceforge/document/how_to_use_subversion/ja/9/how_to_use_subversion.html
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: Subversion でのソースコード管理を始めました (2009-07-19 00:29 by
h.k
#45041)
Antworten
Ticket erstellen
stdafx.h が subversion から取得できませんでした。
(VisualStudio2008 でコンパイルを試行錯誤してみましたが無理。)
Reply to
#27501
Reply to #45041
×
Subjekt
Körper
Reply To Message #45041 > stdafx.h が subversion から取得できませんでした。 > (VisualStudio2008 でコンパイルを試行錯誤してみましたが無理。)
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: Subversion でのソースコード管理を始めました (2009-07-23 00:49 by
exeal
#45098)
Antworten
Ticket erstellen
こんばんは。
現在はプリコンパイル済みヘッダを使っていないので stdafx.h は不要です。
stdafx.h を参照しているファイルは以下の通りですが、
すべてプロジェクトに含まれていないかコンパイルしない設定になっていると思います。
text-buffer-test.cpp
bookmark-dialog.cpp
command.cpp
keyboard-map.cpp
mru-manager.cpp
print.cpp
search-dialog.cpp
temporary-macro.cpp
エラーが発生した箇所はどこでしょうか?
Reply to
#45041
Reply to #45098
×
Subjekt
Körper
Reply To Message #45098 > こんばんは。 > > 現在はプリコンパイル済みヘッダを使っていないので stdafx.h は不要です。 > stdafx.h を参照しているファイルは以下の通りですが、 > すべてプロジェクトに含まれていないかコンパイルしない設定になっていると思います。 > > text-buffer-test.cpp > bookmark-dialog.cpp > command.cpp > keyboard-map.cpp > mru-manager.cpp > print.cpp > search-dialog.cpp > temporary-macro.cpp > > エラーが発生した箇所はどこでしょうか?
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: Subversion でのソースコード管理を始めました (2009-07-28 11:50 by
h.k
#45170)
Antworten
Ticket erstellen
アドバイスありがとうございました。
存在しないファイルをプロジェクトから除外して、
・print.cpp
・bookmark-dialog.cpp
を、ビルドしないように設定しました。
今は、manu.cpp に2種類のエラーが発生します。
menu.cpp(281) : error C2664:
'`anonymous-namespace'::Menu::setItem' : 2 番目の引数を 'manah::win32::AutoZeroSize<Structure>' から
'const manah::win32::AutoZeroSize<Structure> &' に変換できません。
この変換を実行可能なユーザー定義変換演算子がないか、または演算子を呼び出せません。
menu.cpp(341) : error C2664:
'SetMenuItemInfoW' : 4 番目の引数を 'const manah::win32::AutoZeroSize<Structure> *__w64 ' から
'LPCMENUITEMINFOW' に変換できません。
指示された型は関連がありません。変換には reinterpret_cast、C スタイル キャストまたは関数スタイルのキャストが必要です。
Reply to
#45098
Reply to #45170
×
Subjekt
Körper
Reply To Message #45170 > アドバイスありがとうございました。 > 存在しないファイルをプロジェクトから除外して、 > ・print.cpp > ・bookmark-dialog.cpp > を、ビルドしないように設定しました。 > 今は、manu.cpp に2種類のエラーが発生します。 > > menu.cpp(281) : error C2664: > '`anonymous-namespace'::Menu::setItem' : 2 番目の引数を 'manah::win32::AutoZeroSize<Structure>' から > 'const manah::win32::AutoZeroSize<Structure> &' に変換できません。 > この変換を実行可能なユーザー定義変換演算子がないか、または演算子を呼び出せません。 > > > menu.cpp(341) : error C2664: > 'SetMenuItemInfoW' : 4 番目の引数を 'const manah::win32::AutoZeroSize<Structure> *__w64 ' から > 'LPCMENUITEMINFOW' に変換できません。 > 指示された型は関連がありません。変換には reinterpret_cast、C スタイル キャストまたは関数スタイルのキャストが必要です。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: Subversion でのソースコード管理を始めました (2009-07-30 02:04 by
exeal
#45206)
Antworten
Ticket erstellen
ご報告ありがとうございました。
誤りを修正して rev. 271 でコミットしました。
Reply to
#27501
Reply to #45206
×
Subjekt
Körper
Reply To Message #45206 > ご報告ありがとうございました。 > 誤りを修正して rev. 271 でコミットしました。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen
RE: Subversion でのソースコード管理を始めました (2009-07-30 10:54 by
h.k
#45208)
Antworten
Ticket erstellen
ありがとうございました。ビルドが通りました。
(でも実行はできませんでした。)
[boost のビルド]
bjam --build-type=complete --toolset=msvc --with-python stage
bjam --build-type=complete --toolset=msvc --with-regex stage
[python の環境]
PYTHON_ROOT C:/Python26
PYTHON_VERSION 2.6
---
char dotAlpha[MAX_PATH];
::GetModuleFileNameA(0, dotAlpha, MAX_PATH);
char* fileName = ::PathFindFileNameA(dotAlpha);
strcpy(fileName, ".alpha");
try {
ambient::Interpreter::instance().executeFile(dotAlpha); //エラー(?)
} catch(const boost::python::error_already_set&) {
ambient::Interpreter::instance().handleException();
}
---
ビルドが通ったので満足です。
Reply to
#45206
Reply to #45208
×
Subjekt
Körper
Reply To Message #45208 > ありがとうございました。ビルドが通りました。 > (でも実行はできませんでした。) > > [boost のビルド] > bjam --build-type=complete --toolset=msvc --with-python stage > bjam --build-type=complete --toolset=msvc --with-regex stage > > [python の環境] > PYTHON_ROOT C:/Python26 > PYTHON_VERSION 2.6 > > --- > > char dotAlpha[MAX_PATH]; > ::GetModuleFileNameA(0, dotAlpha, MAX_PATH); > char* fileName = ::PathFindFileNameA(dotAlpha); > strcpy(fileName, ".alpha"); > try { > ambient::Interpreter::instance().executeFile(dotAlpha); //エラー(?) > } catch(const boost::python::error_already_set&) { > ambient::Interpreter::instance().handleException(); > } > > --- > > ビルドが通ったので満足です。
You can not use Wiki syntax
You are not logged in. To discriminate your posts from the rest, you need to pick a nickname. (The uniqueness of nickname is not reserved. It is possible that someone else could use the exactly same nickname. If you want assurance of your identity, you are recommended to login before posting.)
Anmelden
Nickname
Vorschau
Eintrag
Abbrechen