Well, I did a patch for the pandora-plugin compatibility issue, and and had no problems when I ran the autorun.sh script, but when using the makefile I get the following error:
drizzled/module/loader.cc:63:30: error: expected unqualified-id before ‘__null’ drizzled/module/loader.cc:64:30: error: expected unqualified-id before ‘__null’ make[2]: *** [drizzled/module/loader.o] Error 1 make[2]: Leaving directory `/home/ozz/drizzle/trunk' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/ozz/drizzle/trunk' which points to this: extern drizzled_builtin_list PANDORA_BUILTIN_SYMBOLS_LIST; extern drizzled_builtin_list PANDORA_BUILTIN_LOAD_SYMBOLS_LIST; What could be the problem? On Thu, Mar 31, 2011 at 11:15 AM, Juan Antonio Osorio <[email protected]>wrote: > thanks, also, from what I'm seeing, the ones in mysql_protocol are in > python 3 synthax O_o. > > > > On Thu, Mar 31, 2011 at 11:04 AM, Monty Taylor <[email protected]>wrote: > >> No, there is also config/pandora-plugin. That is the one I would work on >> first, since it is the one which will prevent you from building drizzle >> at all if it doesn't work. The others are just related to testing. >> >> On 03/31/2011 12:50 PM, Juan Antonio Osorio wrote: >> > Well, I could give it a try, are these the only python files in the >> > source code? >> > >> > ./plugin/mysql_protocol/prototest/prototest/mysql/command.py >> > ./plugin/mysql_protocol/prototest/prototest/mysql/result.py >> > ./plugin/mysql_protocol/prototest/prototest/mysql/bitfield.py >> > ./plugin/mysql_protocol/prototest/prototest/mysql/handshake.py >> > ./plugin/mysql_protocol/prototest/prototest/mysql/__init__.py >> > ./plugin/mysql_protocol/prototest/prototest/mysql/column.py >> > ./plugin/mysql_protocol/prototest/prototest/mysql/packet.py >> > ./plugin/mysql_protocol/prototest/prototest/__init__.py >> > ./tests/lib/test_run_options.py >> > ./tests/lib/test_mgmt/test_execution.py >> > ./tests/lib/test_mgmt/test_management.py >> > ./tests/lib/test_mgmt/__init__.py >> > ./tests/lib/test_mgmt/execution_management.py >> > ./tests/lib/__init__.py >> > ./tests/lib/uuid.py >> > ./tests/lib/sys_mgmt/logging_management.py >> > ./tests/lib/sys_mgmt/port_management.py >> > ./tests/lib/sys_mgmt/__init__.py >> > ./tests/lib/sys_mgmt/time_management.py >> > ./tests/lib/sys_mgmt/codeTree.py >> > ./tests/lib/sys_mgmt/system_management.py >> > ./tests/lib/test_mode.py >> > ./tests/lib/drizzle_test_run/dtr_test_execution.py >> > ./tests/lib/drizzle_test_run/dtr_test_management.py >> > ./tests/lib/drizzle_test_run/__init__.py >> > ./tests/lib/server_mgmt/server.py >> > ./tests/lib/server_mgmt/__init__.py >> > ./tests/lib/server_mgmt/drizzled.py >> > ./tests/lib/server_mgmt/server_management.py >> > ./tests/lib/randgen/randgen_test_execution.py >> > ./tests/lib/randgen/__init__.py >> > ./tests/lib/randgen/randgen_test_management.py >> > ./tests/dbqp.py >> > ./docs/conf.py >> > ./docs/pyext/dbtable.py >> > ./docs/pyext/confval.py >> > ./docs/pyext/__init__.py >> > ./docs/pyext/options.py >> > >> > >> > On Thu, Mar 31, 2011 at 2:35 AM, Monty Taylor <[email protected] >> > <mailto:[email protected]>> wrote: >> > >> > On 03/31/2011 02:20 AM, Andrew Hutchings wrote: >> > > Hi Juan, >> > > >> > > On 31/03/11 02:22, Juan Antonio Osorio wrote: >> > >> My name is Juan Antonio and I'm interested in applying to work in >> the >> > >> project in summer >> > >> through the GSoC, but when I tried to compile the source code I >> > got this: >> > >> >> > >> I'm guessing that plugin depends on python2.7 and I'm using >> > python3.2. >> > >> Does the code depend >> > >> on a lot of python code? maybe I could port it or try to make it >> > syntax >> > >> independent. >> > > >> > > That is the Pandora build system, and yes it depends upon Python >> > 2.x. I >> > > think the only other two things we use python for is docs (using >> > > python-sphinx) and testing (tests/dbqp). >> > > >> > > As for porting Pandora I would recommend talking to Monty Taylor >> > > (mtaylor on IRC) since he heads that project. >> > >> > I would totally accept patches to allow pandora-build to run in >> python3, >> > as long as they will also work with python2 (since most of the >> distros >> > have not moved yet) >> > >> > Monty >> > >> > _______________________________________________ >> > Mailing list: https://launchpad.net/~drizzle-discuss >> > <https://launchpad.net/%7Edrizzle-discuss> >> > Post to : [email protected] >> > <mailto:[email protected]> >> > Unsubscribe : https://launchpad.net/~drizzle-discuss >> > <https://launchpad.net/%7Edrizzle-discuss> >> > More help : https://help.launchpad.net/ListHelp >> > >> > >> > >> > >> > -- >> > Juan Antonio Osorio R. >> > e-mail: [email protected] <mailto:[email protected]> >> > >> > "All truly great thoughts are conceived by walking." >> > - F.N. >> > >> > >> >> > > > -- > Juan Antonio Osorio R. > e-mail: [email protected] > > "All truly great thoughts are conceived by walking." > - F.N. > > > -- Juan Antonio Osorio R. e-mail: [email protected] "All truly great thoughts are conceived by walking." - F.N.
_______________________________________________ Mailing list: https://launchpad.net/~drizzle-discuss Post to : [email protected] Unsubscribe : https://launchpad.net/~drizzle-discuss More help : https://help.launchpad.net/ListHelp

